MyBB Community Forums

Full Version: Add Donation Button In Userbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, just wondering how I would go about, on the default theme where if you are logged in it simply has blue text the link to usercp, mod cp, admin cp, how I could add a little text that says "Donate" and links to my donate page(which I already have setup and uploaded). Also how to select multiple groups so it would show for everyone but those in one of the group id's of donaters.
if you want to add it for all then use similar code available on header template with <li> tags

<li><a href="{$mybb->settings['bburl']}/donate.php">Donate</a></li>

you have to use template conditionals plugin to show it for certain groups ...