Quote:
Originally posted by +||ProtoCon||+
OK, take your PostBit template, and put it into FrontPage.
Then, Take the hyperlink from the profile button...and then highlight $[username] and make that a hyperlink that the profile button had.
|
He means this..
---
open postbit template:
---
---
Find:
---
$post[username]
---
Replace with:
---
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>