The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Profile field
Hello, I´m looking for a mod to my forum. The members need to ad info on a row under the usersname, where do I find this plugin or mod?
thank you very much! |
#2
|
||||
|
||||
You can create a custom profile field, your users can fill it in and you can show it under the username like this:
In postbit (or postbit legacy) look for HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> HTML Code:
<if condition="$post['field10']"><div class="smallfont">MY TEXT HERE: $post[field10]</div></if> |
#3
|
|||
|
|||
thanks a lot, will try it now.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|