The Arcive of vBulletin Modifications Site. |
|
Replacement 'GO' button Details »»
|
|||||||||||||||||||||||||||
Members wanting the (showthread) 'Go' button back?
I never used it myself, but our members use it to jump back to the forum that the thread is on. Now that the forumjump has changed, the 'Go' button has been removed. So, to create a replacement button that jumps back to the forum the current thread is in: In the SHOWTHREAD template, find Code:
<div id="pagination_bottom" class="pagination_bottom">
<vb:if condition="$show['pagenav']">
{vb:raw pagenav}
</vb:if>
{vb:raw forumjump}
</div>
</div>
Code:
<a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" class="button" style="float:{vb:stylevar right}; font-size:11px; margin:10px;"><b>{vb:rawphrase go}</b> Back to forum</a>
<div id="pagination_bottom" class="pagination_bottom">
<vb:if condition="$show['pagenav']">
{vb:raw pagenav}
</vb:if>
{vb:raw forumjump}
</div>
</div>
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
*reserved* :up:
|
|
#3
|
|||
|
|||
|
will try this later...tagged !!
|
|
#4
|
|||
|
|||
|
Installed. works great. it's one of the biggest requests my users have had since I upgraded to 4.0.
Thanks! |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
works great....thanks Jonty
|
|
#7
|
|||
|
|||
|
Brilliant stuff. Been looking to sort this out for ages. I installed it, but made a few changes to it to make it look a little smarter:
![]() Same template, just put it here instead: Code:
<div id="pagination_bottom" class="pagination_bottom">
<vb:if condition="$show['pagenav']">
{vb:raw pagenav}
</vb:if>
{vb:raw forumjump}
</div>
</div>
<a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" class="button" style="float:{vb:stylevar right}; font-size:11px; margin-bottom:5px; padding:3.33333px 6.66667px;"><b>{vb:rawphrase go}</b> back to forum</a>
|
|
#8
|
||||
|
||||
|
It wont find the code when I search for it. Can you help please.
|
|
#9
|
|||
|
|||
|
damn, been +++++ing about this since December 2009 (4.0.0) and just upgraded to 4.0.7 assuming it was one of the fixes....
![]() installed.
|
![]() |
|
|