Home Articles CV / Résumé Downloads Photo Gallery Web LinksNovember 21 2008 13:12:45
View Thread
Adnan's Webspace | PHP Fusion | Infusions
Author Slide show in reverse order
doperwt
Member

Posts: 6
Joined: 07.08.06
Posted on 12-04-2007 07:16
Hoi Adnan,

I'm using your slideshow infusion and I really like it.
To add photos to the gallery I use massupload.
I think that this mod reverses the order of the photos. The one in the left upper corner has an ID with an higher number then the one in the lower right corner. This results in the slideshow starting with the last picture (lowest ID). Is there a modification I can make to the slideshow.php to reverse the order?

Thanks in advance

Regards
Doperwt
Send Private Message
Author Sponsored Link
Advertisement


Author RE: Slide show in reverse order
Adnan
Super Administrator

Posts: 80
Location: Montreal, Canada
Joined: 23.03.06
Posted on 12-04-2007 14:29
Open slideshow.php and find the following,

$results = dbquery("SELECT * FROM ".$db_prefix."photos WHERE album_id='".$album_id."'");




replace with,

$results = dbquery("SELECT * FROM ".$db_prefix."photos WHERE album_id='".$album_id."' ORDER BY photo_id DESC");




I believe it occurs two or three times in the file.

Let me know if it works, since I haven't tested it yet.
Adnan.
http://www.theadnanahmed.com Send Private Message
Author RE: Slide show in reverse order
doperwt
Member

Posts: 6
Joined: 07.08.06
Posted on 13-04-2007 06:49
Hi Adnan,

This did the job. Thxs for your quick reply!!

Regards
Doperwt
Send Private Message
Jump to Forum:

This site is optimized for viewing with Firefox!
All articles, pictures, and any other material obtained from this site is Copyright © 2007, and may not be reproduced without permission from the author.
Link Exchange - Directory - Windows Hosting