Status
Not open for further replies.
Is it possible to disable the bar graphics, but leave the percentage text for the activity bars?

Yes, see settings "(Pro) Enabled Postbit Activity Bars" on the 'Activity Stats Settings'.

I do not see a setting for the Lv. Percent Bar though. =/
 
It's true, the Lv. Percent bar does not have its own option. I will correct this for v2.1 which is due in 8 days :)


For now, the only thing you can do is disable Lv. Percent entirely, which is done in your UserCP.
 
I do not see a setting for the Lv. Percent Bar though. =/

To remove the Lv. Percent bar manually, edit template "dbtech_vbactivity_postbit_stats"

Find:
Code:
<dd>{vb:raw activitylevel}</dd>

and replace with:
Code:
<dd style="display: none;">{vb:raw activitylevel}</dd>
 
Status
Not open for further replies.
Top