The Arcive of vBulletin Modifications Site. |
|
New Posts link between next / previous thread links Details »»
|
|||||||||||||||||||||||||||
|
New Posts link between next / previous thread links
Developer Last Online: Feb 2015
This is a quick dirty little hack to get a handy new posts link right at the bottom of a thread saving your users valuable seconds from not having to scroll all the way back to the top of the page from the bottom of a thread.
In template SHOWTHREAD find: Code:
<if condition="$show['next_prev_links']"> <!-- next / previous links --> <br /> <div class="smallfont" align="center"> <strong>«</strong> <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a> | <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a> <strong>»</strong> </div> <!-- / next / previous links --> </if> Code:
<if condition="$show['next_prev_links']">
<!-- next / previous links -->
<br />
<div class="smallfont" align="center">
<strong>«</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
|
<a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
<strong>»</strong>
</div>
<!-- / next / previous links -->
</if>
![]() Brought to you by Devious Tyrant Forums. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks, it's quite useful for me
|
|
#3
|
|||
|
|||
|
seems good
|
|
#4
|
||||
|
||||
|
Glad you like it.
|
|
#5
|
|||
|
|||
|
This doesn't show the thread title. Just " « Previous Thread | New Posts | Next Thread » "
How can I show the name of the thread instead of previous and next. Any idea? |
|
#6
|
|||
|
|||
|
nice, I like it
thanks |
|
#7
|
||||
|
||||
|
Sorry, it must be a setting. I just flicked through all the vBulletin Options but couldn't see which one it was. Maybe ask over at vb.com as it's definately a setting.
|
|
#8
|
|||
|
|||
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=92407 |
|
#9
|
||||
|
||||
|
<a href="http://www.vbulletin.com/forum/showthread.php?t=271418" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=271418</a>
It's related to vBSEO (which I'm running). Maybe the above from Jinni will help?? |
|
#10
|
|||
|
|||
|
|
![]() |
|
|