PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   how do I sort the images in the members galleries by latest and make it descending (http://www.photopost.com/forum/photopost-pro-how-do-i/138868-how-do-i-sort-images-members-galleries-latest-make-descending.html)

Silver_2000 January 6th, 2009 12:15 AM

how do I sort the images in the members galleries by latest and make it descending
 
how do I sort the images in the members galleries by latest and make it descending ( newest ) first

I can set the sort by to latest in the category - how do I make the latest order default to descending ?

Chuck S January 6th, 2009 10:04 AM

The members gallery can be sorted by the 4 sorts you put under the edit categories box for sort alphabetical date views and most active.

Members Galleries - ReefTalk Gallery

Silver_2000 January 6th, 2009 10:40 AM

If you click to member galleries the list of galleries comes up alphabetical like we want but when you go into one of the galleries we want the images in the galleries to be sorted my latest pictures in front - you can pick latest for all the catogoreies but how do you force the order to be then by descending

1stMerc Gallery - Mercury Marauder.Net Photo Gallery

Chuck S January 6th, 2009 10:52 AM

Possibly with some code alternation?

In showgallery line 432 try this

Code:

Content visible to verified customers only.
change to

Code:

Content visible to verified customers only.

Silver_2000 January 6th, 2009 05:04 PM

Quote:

Originally Posted by Chuck S (Post 1238871)
Possibly with some code alternation?

In showgallery line 432 try this

Code:

Content visible to verified customers only.
change to

Code:

Content visible to verified customers only.


Parse error: syntax error, unexpected '=' in /home/mercurym/public_html/gallery/showgallery.php on line 432

Chuck S January 7th, 2009 08:19 AM

You sure you edited it correctly your getting a parse error.

I did the edit I explained and works without fail

Chuck S Gallery - ReefTalk Gallery

ALL you do is change catorder ASC to p.date DESC thats all on that line.

Silver_2000 January 7th, 2009 08:37 AM

i copied it local and edited again and it worked this time

but Im still trying to get posted date and descending as the defaults in the users galleries

still shows file name and ascending

http://www.mercurymarauder.net/galle...00/ppuser/1109

Chuck S January 7th, 2009 08:46 AM

Chuck S Gallery - ReefTalk Gallery

You did not edit the right line apparently or something because my example clearly shows photos date descending.

Silver_2000 January 7th, 2009 09:10 AM

2 Attachment(s)
I see the same thing on yours as on mine

but yours seem to be sorted by date and mine dont

Code:

Content visible to verified customers only.

Chuck S January 7th, 2009 11:16 AM

Thats something totally different than the discussion thats just a sort thing at the bottom of showgallery template

as far as the query in showgallery.php if indeed it is edited and your script has been updated the results should show as I have shown.

smallpigpig January 10th, 2009 03:10 PM

hi chuck...
i know this is a dumb question, but when I open my showgallery.tmpl, i cant find line 432. am I looking at the wrong thing?

this is what i see:

Code:

Content visible to verified customers only.

Chuck S January 10th, 2009 03:44 PM

This little modification to the code discussion has to do with showgallery.php not the template file. ;)

smallpigpig January 12th, 2009 04:04 PM

opps.. hehehe

thanks chuck

Chuck S January 12th, 2009 07:15 PM

Have a good evening :)


All times are GMT -5. The time now is 12:56 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97