MyBB Community Forums

Full Version: How to enable donate button just for super mods in newpoints plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to enable donate button just for super mods or admin in newpoints plugin..

Plz reply..
In the newpoints_postbit template use this

<br /><span class="smalltext">{$currency}: <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>
<if $mybb->user['usergroup'] == '4' then> {$donate} </if>
Replace the '4' with the Usergroup ID u want the donate button to be visible to Smile
In order to use that code you also need the template conditionals plugin from mybbhacks.
(2012-10-17, 12:21 AM)Leefish Wrote: [ -> ]In order to use that code you also need the template conditionals plugin from mybbhacks.
Thanks for updating it Leefish I forgot to mention it Angel