Quote:
Originally Posted by mattltm
That is perfect! Thank you.
Is there an easy way to add the same to the users profile page? Maybe under their username?
|
Go to the "MEMBERINFO" template, and add the code in red:
Code:
<span id="userinfo">
<span class="member_username">{vb:raw prepared.musername}</span>
<span class="member_status">{vb:raw prepared.onlinestatus}</span>
<vb:if condition="$prepared['userid']">
<br />
<span style="font-weight: normal">User ID Number: {vb:raw prepared.userid}</span>
</vb:if>
<vb:if condition="$prepared['usertitle']">
<br />
<span class="usertitle">{vb:raw prepared.usertitle}</span>
</vb:if>