The Arcive of vBulletin Modifications Site. |
|
New Posts Button Details »»
|
|||||||||||||||||||||||||||||
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: Code:
<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>
Code:
<!--- 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 --->
Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
tagged...will install this later ...nice one
|
|
#3
|
|||
|
|||
|
This button is not a new post but see new posts in that topic.
When you click on get a message: Quote:
![]() ..... |
|
#6
|
|||
|
|||
|
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
perfect!
Is there a way to add a URL to the button? Some of my members want a button like this that takes them back to a specific forum... |
|
#9
|
||||
|
||||
|
Of course. Just change the "search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost"-part to the url you may want and then change the text on the button {vb:rawphrase new_posts_nav} to whatever you want. If you think it's difficult, just give me the url to the forum and I can make the code for you.
|
|
#10
|
||||
|
||||
|
I presume the template in 4.1.1 that looks like this:
<div id="below_postlist" class="<vb:if condition="!$show['inlinemod']">noinlinemod </vb:if>below_postlist"> <vb:if condition="$show['largereplybutton']"> <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}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> is the one i shall look for and add the code after? Anyone testet it in 4.1.1? |
![]() |
|
|