MY vB3 beta 4 doesn't shows up the User Title, instead it display the Usergroup name ..
Here is the coding for 'postbit_userinfo'
i am using the default style for vB3...
Here is the coding for 'postbit_userinfo'
Code:
<b>$post[musername]</b> <span class="smallfont"> <br /> $post[usertitle]<br /> $post[field5]<br /> $post[field7]<br /> <if condition="$post[rank]">$post[rank]<br /></if> <if condition="$post[avatar]"><br />$post[avatar]<br /></if> <br /> <if condition="$post[joindate]">Joined: $post[joindate]<br /></if> <if condition="$post[field2]">Location: $post[field2]</if> </span>
Comment