Quote:
Originally Posted by shot2bits
Hi, wondered if someone may be able to help.
I reverted my default template back and all of a sudden the casino (and arcade) vanished from the navbar.
They appear to both still be installed and active according to the admin panel yet thay are no longer on the navbar.
Any ideas?
Thanks, Rob.
|
In "navbar" template in your theme under AdminCP -> Style Manager -> <<expand>>
Search for:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Above that, add in the template:
Code:
<td class="vbmenu_control"><a href="casino.php?$session[sessionurl]">$vbphrase[casino_casino]</a></td>
That puts the link to the left of Calendar, the default. You can put it in a different spot as well, make sure to not miss a tag for an <if> statment, or put it inside another <td></td>
If you use template-modifications add on, that might be a better way to do the edits.
Disclaimer: I am not the developer of this, or affiliated in any way, just thought I'd help.