http://www.icyphoenix.com/viewtopic.php?f=25&t=941&p=7751#p7751
-----------------------------------
Artie
Fri 19 Jan, 2007 17:34

Re: Change 'Show All Comments' Button To 'Show New Comments'
-----------------------------------
I forgot to include this in my post above:

"First you should apply this fix:  http://www.icyphoenix.com/viewtopic.php?t=946 "

[quote user="Anemia" post="7734"]
i wanna display that pic with the last rate on it at the first position an the page. 
[/quote]

Ascending is the default. If you want the order descending try this:

[code linenumbers=false]
'U_SHOW_ALL_RATINGS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?'.$album_view_mode_param.'&amp;type=rating&sort_method=rating&sort_order=DESC')),
[/code]


