Originally Posted by Chase
WD hit me up with the mod that allows you to change your username to an image kthx.
|
Not really a mod. You just make a custom profile field, and then use xml conditionals in the postbit template, something like this:
<if condition="$post['YOUR_FIELD']"><img src="$post['YOUR_FIELD']" /></a><else />$post[musername]</a></if>