View Full Version : remove join date from postbit
geevest.com
06-11-2007, 12:56 PM
how to remove JOIN DATE and user title and location from postbit ?
ragtek
06-11-2007, 12:57 PM
delete it from the postbit template
G0F0RBR0KE
06-11-2007, 01:37 PM
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
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Than go to Postbit Legacy and find
<div align="center"><if condition="$post['usertitle']"></if></div>
<if condition="$post['usertitle']"><div class="smallfont">
<div align="center">$post[usertitle]</div>
</div></if>
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Just delete those codes.
Hope that helps.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.