MyBB Community Forums

Full Version: donate.php problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok when you go to this page you can donate http://playstationforum.co.cc/donate.php


but how do i make an icon on the homepage which will link you to it
Ever saw the Search button? Try searching add link in menu?
Login to Admin CP

Template & Styles -> Templates -> Your Theme -> Header Templates -> header

Find:

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>

Add underneath

<li><a href="{$mybb->settings['bburl']}/donate.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>

replace the toplinks/help.gif with another image.
thanx Aaron
when i change the text to donate it goes off and the icon pic wont show
<li><a href="{$mybb->settings['bburl']}/donate.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/donate.gif" alt="" title="" />Donate</a></li>

Make sure you upload a donate.gif into your images/toplinks/ folder.
ok ive managed to change the text to donate and make it link but it wont show a picture has anyone got a donate.gid pic so i cant try
[attachment=16286]

^^ donate.png from the LED Icon set.
ok i got a new theme and it wont show at all
i did it finally