https://www.icyphoenix.com/viewtopic.php?f=26&t=941&p=7716#p7716
-----------------------------------
Artie
Thu 18 Jan, 2007 23:07

Re: Change 'Show All Comments' Button To 'Show New Comments'
-----------------------------------
It is no problem to simply change the path of the button

OPEN [b]album_allpics.php[/b]

FIND
[codeblock]'U_SHOW_ALL_COMMENTS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?'.$album_view_mode_param.'&amp;type=comment')),[/codeblock]

REPLACE WITH
[codeblock]'U_SHOW_ALL_COMMENTS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?'.$album_view_mode_param.'&amp;type=comment&sort_method=new_comment&sort_order=DESC')),[/codeblock]


