rungok
05-23-2008, 10:00 PM
There should be a "new posts"-button below all posts on each page so you don't have to scroll up to the navbar to click on the "New Posts" again. A button to the right of "reply"-button should be the most practical solution. That is exactly what I have done. There are several attempts addressing this issue in other threads, but as far as I have seen they have not made a button for the default style. Included in my archive are the original PSD-files (so you can edit the button to your language in Photoshop). Also included is the finished english and norwegian version of the button.
Upload
------
newposts.gif -> <forumroot>/images/buttons/newposts.gif
AdminCP -> Styles & Templates -> Search in templates -> SHOWTHREAD
FIND (second occurrence)
------------------------
<if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
AFTER ADD
---------
<a href="search.php?do=getnew"><img src="$stylevar[imgdir_button]/newposts.gif" alt="New Posts" border="0" /></a>
Upload
------
newposts.gif -> <forumroot>/images/buttons/newposts.gif
AdminCP -> Styles & Templates -> Search in templates -> SHOWTHREAD
FIND (second occurrence)
------------------------
<if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
AFTER ADD
---------
<a href="search.php?do=getnew"><img src="$stylevar[imgdir_button]/newposts.gif" alt="New Posts" border="0" /></a>