GamerPRO UNIVERSAL [Deleted]

I bought this, its great looking. I just want to remove the Tournaments button(not English), how can I remove that? Good job though, I will test around and see if I find any bugs.
 
Hello everyone,

I am just wondering, our XenForo version is 1.5.8; In this thread it says that style is compatible with 1.5 version. We have tried to import xml file and got this error - ; Does it mean that this style is not compatible with our version of XenForo? What we can do then? We have tried to upgrade our version of XenForo but it says that no upgrades are available. What would be your suggestions/fixes?

Thank you,
 
"Now you can go to admin panel, edit style and find navigation. There you have to find this:

<!-- turnieje -->

<xen:if is="{$tabs.members}">
<li class="navTab members {xen:if $tabs.tournaments.selected, 'selected', 'Popup PopupControl PopupClosed'}">
<a href="http://www.gamesboard.pl/tournaments/?order=newest" class="navLink">Turnieje</a>
</li>
</xen:if>

<xen:if is="{$tabs.members}">
<li class="navTab members {xen:if $tabs.tournaments.selected, 'selected', 'Popup PopupControl PopupClosed'}">
<a href="http://www.gamesboard.pl/tournaments/my-tournaments" class="navLink">Twoje turnieje</a>
</li>
</xen:if>

and just remove it."

It should work :D
 
Top Bottom