This is for the newcomers to Mybb.
This will show you how to add extra links to you sites header.
ACP>>Templates & Styles>> Templates>> Your theme>> Header Templates>>Header.
Now looks for a code similar to this one.
Code:
[*]}/search.php]
{$lang->toplinks_search}
Paste the code on a new line.
Now change this part [*]<a href={$mybb->settings['bburl']}/search.php>
To the ending path of the new page. Usally
mysite.com/RightHere.php Or anything after the /
Now change this part. {$lang->toplinks_search} To what you want the link to say, such as Ban List. Its not always going to be a {$lang->toplinks_search} But something close.
To change a image if possible look for this code.
And change the bolded part to the path of the image!
Hope this help!
This will show you how to add extra links to you sites header.
ACP>>Templates & Styles>> Templates>> Your theme>> Header Templates>>Header.
Now looks for a code similar to this one.
Code:
[*]}/search.php]
{$lang->toplinks_search}Paste the code on a new line.
Now change this part [*]<a href={$mybb->settings['bburl']}/search.php>
To the ending path of the new page. Usally
mysite.com/RightHere.php Or anything after the /
Now change this part. {$lang->toplinks_search} To what you want the link to say, such as Ban List. Its not always going to be a {$lang->toplinks_search} But something close.
To change a image if possible look for this code.
And change the bolded part to the path of the image!
Hope this help!