[REQ] Phone Make/Mode

nfxcr3w

New Member
Does anyone know how i can put this info in my members usercp has i seen it on a phone site so it shows everytime a member posts screenshots below.



snap1q.jpg


snap3.jpg
 
1) You must login to admincp, enter to User Profile Fields/Add New User Profile Field and select "Single-Line Text Box" ;)

2) Edit a VBulletin template of your choice:
in postbit or postbit_legacy add <if condition="$post['fieldnumber']"><div class="tip" >some name: $post[fieldnumber]</div></if>

number = number of field



for example:
Code:
<if condition="$post['field2']"><div class="tip" >$vbphrase[location_perm]: $post[field2]</div></if>


sorry for my english ;)
 
Back
Top