The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how to remove JOIN DATE and user title and location from postbit ?
|
|
#2
|
|||
|
|||
|
delete it from the postbit template
|
|
#3
|
|||
|
|||
|
It will be great if you told him how to remove it instead of saying where at.
Go to Style Manager>Skin Name>Edit Template>Postbit Template>Postbit(Double Click it) Find Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<div align="center"><if condition="$post['usertitle']"></if></div> <if condition="$post['usertitle']"><div class="smallfont"> <div align="center">$post[usertitle]</div> </div></if> Quote:
Hope that helps. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|