Quote:
Originally posted by scsa20
well...to answer the first question, to make the username into a link, you just edit your postbit template and look for:
$post[username]
and just add (for an ex.) something like:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>
that well give you the users info
|
Should have said find:
$post[username]
and replace with:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>