View Full Version : How to fix that?
Fabikus
11-09-2008, 04:03 PM
In my profile page of members that have invisible status, not registered users views a bar without anything (because there is not last activity for invisible users!). How to remove this ugly bar? How to fix that?
Lynne
11-09-2008, 04:14 PM
To find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
So, after you find the template, you may put a condition around that bar:
<if condition="$onlinestatus!=2">
show the bar for non invisible users
</if>
(I think that will work, but I'm not sure.)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.