hey,
I'm wondering how I can change the Show all Comments button on the 'All Pics' page to actually show new comments instead of comment count. I realize this is selectable in the dropdown menu, but i feel it's a more important feature and should be easily accessible via the button.
SOLVED FAP CUSTOMIZATION - Change 'Show All Comments' Button To 'Show New Comments'
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
You can do this, but it will also affect when viewing all pictures of users .... if that matters to you.
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
Not sure what you mean. So it's not possible without great effort to just change the button path to show 'new comments' instead of 'all comments' without changing the default display of 'all photos' by 'time' on the 'All Pics' page?
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
It is no problem to simply change the path of the button
OPEN album_allpics.php
FIND
REPLACE WITH
OPEN album_allpics.php
FIND
'U_SHOW_ALL_COMMENTS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?'.$album_view_mode_param.'&type=comment')),
REPLACE WITH
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
that's great, works perferctly, thanks Artie.
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
i tried to make this work for ratings too....
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 ?
'U_SHOW_ALL_RATINGS' => append_sid(album_append_uid('album_allpics.' . $phpEx . '?$album_view_mode_param&type=rating&sort_order=ASC')),
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 ?
Subject: Re: Change 'Show All Comments' Button To 'Show New Comments'
you're missing a couple periods and single quotes in your code..
try this, it worked for me:
Anemia wrote: [View Post]
you're missing a couple periods and single quotes in your code..
try this, it worked for me:
Subject: 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 "
Ascending is the default. If you want the order descending try this:
"First you should apply this fix: http://www.icyphoenix.com/viewtopic.php?t=946 "
Anemia wrote: [View Post]
Ascending is the default. If you want the order descending try this:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0947s (PHP: 22% SQL: 78%)
SQL queries: 10 - Debug Off - GZIP Enabled