Okay expand your postbit templates
Below you will see the postbits for each button:
postbit_profile [change original]
postbit_search [change original]
postbit_sendpm [change original]
postbit_signature [change original]
postbit_useremail [change original]
etc
Go to change original for each one.
your are going to end up with something like this for each one:
<a href="$post[homepage]" target="_blank">Homepage</a>
Here would be an example of the postbit_profile:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">Profile</a>
All you're doing is taking out the image tags and replacing them with text.
I hope that's what you're looking for.
|