MyBB Community Forums

Full Version: Donation Plugin not showing page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/donation-page

So i am using this, but i cannot see a donation tab anywhere? How do i access it? (Yes it is activated)
http://yoursite.com/donate.php

You can add the link with this or similar code:
<a href="{$mybb->settings['bburl']}/donate.php">Donate</a>
to any template you wish.
(2013-09-07, 11:47 PM)Destroy666 Wrote: [ -> ]http://yoursite.com/donate.php

You can add the link with this or similar code:
<a href="{$mybb->settings['bburl']}/donate.php">Donate</a>
to any template you wish.

What do you mean to any template?
What I do if I like to put it next to "home-calendar-help" on the top?

Many thanks
Go to ACP>Templates & Styles>Templates>YOUR THEME>Header Templates>Header

Add the code by Destroy666, right after the following:

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
Yea i have problem too,maybe because have php version 5.4 hmmm?
^ referred issue is not related to php version. plugin might not have code to add the top link.