MyBB Community Forums

Full Version: Include your custom pages in Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
^ you can try adding a css class to the rules page link - like below
<li><a href="{$mybb->settings['bburl']}/rules.php" class="ruleslink"><img src ="images/icons/lightning.png">Rules</a></li>

and also add css style property in global.css stylesheet to remove search icon for the link - like below
#header ul.menu li a.ruleslink {background-image: none!important;}
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14