rungok
02-26-2010, 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.
NOW GO:
ACP > Styles & Templates > Search in Templates > Search in Style:Click Dropdown Arrow (Choose Actual Style)> Search for Text: SHOWTHREAD > Search Titles Only: YES > Click Find
NOW SELECT SHOWTHREAD AND OPEN.
FIND:
<div id="below_postlist" class="below_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="newcontent_textcontrol" id="newreplylink_bottom">
<vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
ADD BELOW:
<!--- NEW POSTS BUTTON BELOW START --->
<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post" rel="nofollow" class="newcontent_textcontrol" id="newposts" style="margin-left:160px;">{vb:rawphrase new_posts_nav}</a>
<!--- NEW POSTS BUTTON BELOW END --->
NOW GO:
ACP > Styles & Templates > Search in Templates > Search in Style:Click Dropdown Arrow (Choose Actual Style)> Search for Text: SHOWTHREAD > Search Titles Only: YES > Click Find
NOW SELECT SHOWTHREAD AND OPEN.
FIND:
<div id="below_postlist" class="below_postlist">
<vb:if condition="$show['largereplybutton']">
<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&noquote=1"
class="newcontent_textcontrol" id="newreplylink_bottom">
<vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
ADD BELOW:
<!--- NEW POSTS BUTTON BELOW START --->
<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post" rel="nofollow" class="newcontent_textcontrol" id="newposts" style="margin-left:160px;">{vb:rawphrase new_posts_nav}</a>
<!--- NEW POSTS BUTTON BELOW END --->