MyBB Community Forums

Full Version: How to make a donator header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im using the iAndrew iGame theme and I cant seem to find out how to make a header. 
One of the headers are name Calander and I want to change it to Donations and if you press donations it goes to a link how can I do that please help Smile
Go to the ACP > Themes & Templates > Templates > CHOOSE NAME > Header Templates > Header.

Find the following code
<li><a href="{$mybb->settings['bburl']}/calendar.php"><i style="font-size: 16px;" class="fa fa-calendar fa-fw"></i> {$lang->toplinks_calendar}</a></li>

Replace with the following code
<li><a href="{$mybb->settings['bburl']}/donate.php"><i style="font-size: 16px;" class="fa fa-usd fa-fw"></i> Donations</a></li>

PLEASE NOTE: the donate.php may need replaced with whatever the url is.