Back to vBulletin 4.x Template Modifications

Replacement 'GO' button
Mod Version: 1.00, by jonty

vB Version: 4.0.3 Rating: (5 votes - 4.40 average) Installs: 28
Released: 28 May 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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>
and replace with:
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>

Download

No files for download.

Screenshots

Click image for larger version
Name:	showthread-go.JPG
Views:	639
Size:	12.5 KB
ID:	117688  

Similar Mods

New Posting Features Add Pm Button, Find Post By User Button, And User To Contacts Button, To Postbit vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024