Quote:
Originally posted by bira
...or <a href="showthread.php?postid=$post[postid]#post$post[postid]"><smallfont>$countposts</smallfont></a> if you want the numebr to also be a hyperlink directly to that post.
|
Shouldn't that be
<a href="showthread.php?
threadid=$post[
threadid]#post$post[postid]"><smallfont>$countposts</smallfont></a>
Otherwise it will try to link to a different post...? Forgive me if I'm wrong, I'm new at this