PDA

View Full Version : Post Counter Quote


Koutaru
03-26-2003, 08:31 PM
Sorry for being such a newbie :rolleyes:

Anyway, I installed the Post Counter hack
https://vborg.vbsupport.ru/showthread.php?s=&threadid=22083


And I wanted the quotes to turn up how vbulletin.org has it. Example:

Originally posted by username in post #3

With the Post # linking to the original post. (Just like in vb.org). But I'm not sure of what to add in newreply.php to make the post # to show up.

Quote Reply Template
Originally posted by $originalposter inPost $postcount (showthread.php?postid=$postid#post$postid)
$pagetext

However, the $postcount doesn't show the post number.
How can I fix this?

Xenon
03-26-2003, 09:35 PM
you have to add &postcounter=$postcounter into the quotebutton link in the postbit template

Koutaru
03-26-2003, 09:55 PM
Today at 05:35 PM Xenon said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=373816#post373816)
you have to add &postcounter=$postcounter into the quotebutton link in the postbit template

Thanks Xenon!!! :) Actually, I replaced $postcounter with $post[postcount] and then it worked

:D