BUG? Skin edit not showing up for existing users

FBP

Verified User
Joined
May 5, 2014
Messages
24
I have copied and edited the enhanced skin then uploaded it as a new skin.

Code:
show_bar("<b>|LANG_BANDWIDTH|</b><br>", "|USERBANDWIDTH|", "|USERBANDWIDTHMAX|", "bandwidth_bar");


show_bar("<b>|LANG_DISK_SPACE|</b><br>", "|USERQUOTA|", "|USERQUOTAMAX|", "quota_bar");

I added 5 more bars using the existing show bar feature. Email, ftp, databases, subdomains, and domain pointers in that order.

This works and displays fine for the user I was signed in as while editing, and with any new user accounts I create, however, any other existing users do not see the changes correctly. They either see only the bandwidth and disk, or only the domain pointer.
 
The show_bar will only show a bar is certain keywords exist, and have a numerical limit.
For example, if the max bandwidth is unlimited, the bar won't be shown.. so make sure that your numbers match up.

Check the show_bar JavaScript function for more info on how it works.

John
 
Back
Top