Some help with postbit please

lazygizmo

New Member
example.png


VB 3.8.0
1.
Hi, I want to remove the green "is online" text seen on the attached image. I have the online button image on the server but its not showing for some reason. Just the text and its not clickable.

2.
I also want to remove the "senior member" title. Is this possible ?

Any help much appreciated, thanks.
 
goto styele manager >>choe your skin> edit template >>see the postbit template >>posbit legacy >> after that

type >> onlinestatus and click find remove the script >> $post[onlinestatus]
type >> usertitle and click find remove the script >><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>

is finis
 
Back
Top