MyBB Community Forums

Full Version: Donation Page mod, how do i get it to work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I apologise in advance if this is a really stupid question, but i have downloaded the donation page mod,
http://mods.mybboard.net/view/donation-page
followed the instructions and copied the files to the correct places and in the admin panel i have enabled the mod and then i have checked the settings in the configuration section, however i am at a loss as to how to view / see the donations page, am I supposed to do something else now or does anyone know where the page should appear as i just cannot see it anywhere listed in the forum index page so not sure how the users are going to see it,
(2009-10-23, 01:04 PM)fraherg Wrote: [ -> ]Hi
I apologise in advance if this is a really stupid question, but i have downloaded the donation page mod,
http://mods.mybboard.net/view/donation-page
followed the instructions and copied the files to the correct places and in the admin panel i have enabled the mod and then i have checked the settings in the configuration section, however i am at a loss as to how to view / see the donations page, am I supposed to do something else now or does anyone know where the page should appear as i just cannot see it anywhere listed in the forum index page so not sure how the users are going to see it,

What he said.
You probably need to manually add a toplink for it and point it towards ./donate.php

Open your header template
Find
</ul>

Add Above
<li><a href="{$mybb->settings['bburl']}/donate.php">Donate !</a></li>
(2009-10-23, 09:28 PM)LeX- Wrote: [ -> ]You probably need to manually add a toplink for it and point it towards ./donate.php

Open your header template
Find
</ul>

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

Thanks Lex!!!!

Worked perfectly.
wicked cheers mate, thats superb mate, thanks alot