Solved: 9 Years, 4 Months, 1 Week ago How to show the points and donate button
#1
Solved: 9 Years, 4 Months, 1 Week ago
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
Reply
#2
Solved: 9 Years, 4 Months, 1 Week ago
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;}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)