Style problem//

Cyber-boy

New Member
Look..
How do i fix this..
wvsx1x.jpg
 
There could be something wrong with the skin or maybe you have just installed it incorrectly by mistake, try re-installing it and see if it works!
 
This is a pre 3.8.0 style that you have installed and it doesn't know about the community button. You will have to upgrade the style of hack the navbar code to not display the community button or add it if you can. I would strongly recommend trying to find a 3.8.x version and reinstall it with overwrite or whatever the style maker recommends. Also, you might want to check with Filez about it, he might be able to hack something for you if you ask him.
 
I just took a look at that style and whoever did the update didn't take care of the community link. Here is a work around to fix the current problem. You can add the community link later when you figure out if you even want it. It doesn't have a navbar image either so you would need to create one to put it the current menu system.

Open the header template, look for:

<if condition="$show['communitylink'] AND $show['popups']">

change it to :

<if condition="!$show['communitylink'] AND $show['popups']">


That will disable the community link.
 
Back
Top