http://www.icyphoenix.com/viewtopic.php?f=25&t=941&p=7736#p7736
-----------------------------------
krisbfunk
Fri 19 Jan, 2007 05:37

Re: Change 'Show All Comments' Button To 'Show New Comments'
-----------------------------------
[quote user="Anemia" post="7734"]i tried to make this work for ratings too....

[code linenumbers=false]'U_SHOW_ALL_RATINGS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?$album_view_mode_param&amp;type=rating&sort_order=ASC')),[/code]

i wanna display that pic with the last rate on it at the first position an the page. 

but it wont work  :( 

maybe you can fix my problem ?[/quote]

you're missing a couple periods and single quotes in your code.. 

try this, it worked for me:

[code]
'U_SHOW_ALL_RATINGS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?'.$album_view_mode_param.'&amp;type=rating&sort_order=ASC')),[/code]


