Scanu
09-04-2011, 10:00 PM
Hi everyone with this mod you can use the usertitle to add a field in the postbit where is the role of the user in the forum, see screenshot to understand
http://img88.imageshack.us/img88/9940/immaginevo.png
Now here how to do..
Download the file in the attachment and upload in the root of your forum
go in /Admincp/Styles and templates/your style - Edit templates/template postbit/postbit or postbit_legacy
Search and delete
{vb:raw post.usertitle}
then search for
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
Under this add
<dt><b>Role</b>:</dt> <dd>{vb:raw post.usertitle}</dd>
That's it! :) If you want to place in another space please post you postbit code and tell me wherever you want it and will code the correct template :)
P.S. Sorry for my english i'm italian if you don't understand something please feel free to tell me and i will explain in other words :)
http://img88.imageshack.us/img88/9940/immaginevo.png
Now here how to do..
Download the file in the attachment and upload in the root of your forum
go in /Admincp/Styles and templates/your style - Edit templates/template postbit/postbit or postbit_legacy
Search and delete
{vb:raw post.usertitle}
then search for
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
Under this add
<dt><b>Role</b>:</dt> <dd>{vb:raw post.usertitle}</dd>
That's it! :) If you want to place in another space please post you postbit code and tell me wherever you want it and will code the correct template :)
P.S. Sorry for my english i'm italian if you don't understand something please feel free to tell me and i will explain in other words :)