MyBB Community Forums

Full Version: How to show the points and donate button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got a problem after activating the plugin(New Points) it for works for me but the other members they can't see the points and the donate button.

What should I do?

Solved
in the header template of the theme find {$menu_calendar} after that you can add code similar to below for new links
<li class="newpoints"><a href="{$mybb->settings['bburl']}/newpoints.php">NewPoints</a></li>
<li class="donate"><a href="{$mybb->settings['bburl']}/newpoints.php?action=donate">Donate</a></li>

and you can also add css style like below at the bottom of global.css of the theme (edit in advanced mode)
.newpoints , .donate
{background-image: none!important;}