MyBB Community Forums

Full Version: How do i remove the help link on my forum/website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i want to remove the help link off of my navbar

I tried following older guides and it didnt work so can you please help me
Hey there!

You can do this by accessing your header template(s).
(2020-05-18, 12:31 PM)Xalysis Wrote: [ -> ]Hey there!

You can do this by accessing your header template(s).
yes but what do i delete... lol
^ depends on your theme & MyBB version !

Help link related code from MyBB Stock Theme [from header template]
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>

[MyBB Templates System]