MyBB Community Forums
Donation Plugin not showing page - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: Donation Plugin not showing page (/thread-145240.html)



Donation Plugin not showing page - Lewisuk - 2013-09-07

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)


RE: Donation Plugin not showing page - Destroy666 - 2013-09-07

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.


RE: Donation Plugin not showing page - pariscy - 2013-10-03

(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


RE: Donation Plugin not showing page - Arbaz - 2013-10-04

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>



RE: Donation Plugin not showing page - d0m - 2014-10-05

Yea i have problem too,maybe because have php version 5.4 hmmm?


RE: Donation Plugin not showing page - .m. - 2014-10-05

^ referred issue is not related to php version. plugin might not have code to add the top link.