MyBB Community Forums

Full Version: Donation Page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed the plugin into the inc folder. Put the page into the main forum folder. Activated via the acp, but I'm not getting a link up in the header. Why's that? How do I manually add one if that's what I'm supposed to do? Thanks.
Add this to your header template:

<a href="http://your_donation_page.com">Donate</a>
So I'm going to go out on a limb and say that it doesn't automatically add one. Got it. Thanks.
Not all plugins add links , and another reason they dont add them sometimes is because your using a different theme other than the default which may have a different header template than the plugin was originally created for.
I did not know that. Thanks for letting me know. I won't freak out and think I'm doing something wrong then. Thanks again!
No prob pal Wink
(2010-08-31, 01:25 PM)Janota Wrote: [ -> ]Add this to your header template:

<a href="http://your_donation_page.com">Donate</a>


Here is what I did and it works great.

  1. Go to acp
  2. Go to Template Sets » Default Templates
  3. Go to Edit Template: header
  4. Add the following to the script.
<li><a href="http://yoursite.com/yourforumlocation/donate.php">Donate<img src="{$theme['imgdir']}/toplinks/donate.jpg" alt="" title="" />{$lang->toplinks_donate}</li></a>

Make sure you have an image in the toplinks dir. (located in images dir)
(2010-09-29, 04:35 PM)djdubuque Wrote: [ -> ]
(2010-08-31, 01:25 PM)Janota Wrote: [ -> ]Add this to your header template:

<a href="http://your_donation_page.com">Donate</a>


Here is what I did and it works great.

  1. Go to acp
  2. Go to Template Sets » Default Templates
  3. Go to Edit Template: header
  4. Add the following to the script.
<li><a href="http://yoursite.com/yourforumlocation/donate.php">Donate<img src="{$theme['imgdir']}/toplinks/donate.jpg" alt="" title="" />{$lang->toplinks_donate}</li></a>

Make sure you have an image in the toplinks dir. (located in images dir)

The code is actually wrong, at least it didn't work for me. I had to change it a little. The code that worked for me is

<li><a href="http://domain.com/forumdirectory/donate.php"><img src="{$theme['imgdir']}/toplinks/donate.jpg" />{$lang->toplinks_donate}</li>Donate</a>

Hope it helps!
sorry guys but i dont understand, the process to put the donation in the index page.I install the plugin but i cant show the donation at the index page. i am new in the forum and i havent the skills to add code.
If anyone have the patience to tell me exactly the process, who should be done, lets do it.
This is my forum www.sinadelfos.com/mybb1600
thanks a lot
Send me an admin login and i'll put a link up for you.