Natch, I got this to work, but not as I need.
It works: See this thread:
http://www.onlinedebate.net/forums/s...1368#post41368
The problem I'm having, is that I need this to work with avatars. I add the width/height after the: [/b]<img src="$avatarurl"[/b], but it doesn't work.
The complete line of code for the avatar is:
PHP Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" width="100" height="100" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
Any ideas? Do I need to have the width/height in one of the files, not the postbit template?