Quote:
Originally Posted by corriewf
I was thinking this hack is cool for a second until I thought about the confusion it would cause with my members. Someone without an avatar could start posting under an alias and my less computer friendly members wouldnt think to check their profile to see who they are.....
What would make this hack much better would be to have the user name in quotes underneath the nickname chosen.
|
Use this substitution:
Code:
<if condition="$show['profile']">
<if condition="$post['field5']">
<a class ="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[field5]</a>
</if><br />
"$post[musername]"
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
<if condition="$post['field5']">
$post[field5]
</if>
</if>
I don't have any screenshots of that though... But It works... This will be in an updated version being released soon.
Again Change [Field5] to your field #.