The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Post cout = direct link to post IN thread
right now, the post ID number, when u copy the link and give it to someone, gives them JUST that post, wouldnt it be nice to change it, so like in vb2 it took them to that post IN the thread, so they can scroll up and see more posts or down and so on
the new way stinks IMO this is a link example i am referring to yourdomain.com/forums/showthread.php?p=326027&posted=1#post326027 can anyone do that would be such a great help |
#2
|
|||
|
|||
in the postbit template (and postbit legacy)
find: Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> </if> Code:
<if condition="$show['postcount']">#<a href="showthread.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> </if> |
#3
|
||||
|
||||
doesnt work
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|