Back to vBulletin 3.6 Template Modifications

Link to post with Jump instead of opening it as stand alone
Mod Version: 1.00, by voter

This modification is in the archives.
vB Version: 3.6.4 Rating: (0 vote - 0 average) Installs: 2
Released: 01 Mar 2007 Last Update: Never Downloads: 3
Not Supported  

Go following steps if you want that the link with postcount shown at right-up corner of each post, provides the possibility of opening the post as a part of thread - jumping to post instead of opening a new window with post only.

Find in your postbit_legacy

Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
And change the showpost.php to showthread.php or replace it with code below

Code:
<if condition="$show['postcount']">#<a href="showthread.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
Alternativly, just add the new version with showthread.php above or below the old code and you will have both possibilities, I would recommend in second link define and use a vbphrase instead of <strong>$post[postcount]</strong>.

http://viparmenia.com/

Download

No files for download.

Screenshots

Click image for larger version
Name:	directposturlq.jpg
Views:	161
Size:	16.0 KB
ID:	61455  


vblts.ru supports vBulletin®, 2022-2024