PDA

View Full Version : Post cout = direct link to post IN thread


Keyser S?ze
08-15-2004, 02:35 PM
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

The Wise One
08-15-2004, 09:10 PM
in the postbit template (and postbit legacy)

find:

<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> &nbsp;</if>
and replace with:

<if condition="$show['postcount']">#<a href="showthread.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> &nbsp;</if>
that should do it.

Keyser S?ze
08-16-2004, 03:06 AM
doesnt work :(