[HELP] Clickable Post Count - Problem

pspmaster93

New Member
PHP:
<div>
$vbphrase[posts]: <a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow">$post[posts]</a>
</div>

I made that up so that post counts are clickable in vBulletin postbit template but for some reason when I click post counts the userid of the persons post count I am clicking gets dropped in the URL:

/search.php?do=finduser&u=

ANY IDEAS WHY?

or any other code I can use that would actually work?
 
Top