MyBB Community Forums

Full Version: functions shown even when not allowed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are still lots of clickable things that are useless.
I've disabled Member List and Calendar but both still show up (to confuse the user).

Agreed, it's not really a bug, but a missing/poor feature.
You can remove the links from the templates.

ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header

Find and remove:
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
I was looking for some themes under Templates. All i saw were
Global Templates
Default Templates

Now that i open the "header" template you refer to, i begin to see how i can customize MyBB!

But i'm guessing that i should first be copying then editing the default templates, because i don't have mytheme yet. Is that right? And how to do it?

Thanks

(If there were a User Manual, i'd read it. Is there one? The wiki http://wiki.mybb.com/index.php/Main_Page is no good.)

I think i see what to do -- Add Set, etc?
Go to: ACP > Templates > Default Templates > Header Templates > header > and remove the code AJS posted above.
There's no need to add a new set of templates. If you're using the default theme, just edit the default templates. If you mess up you can easily revert them to original.
Thanks guys. Since i assumed it's what i had to do, i already named and edited copies of the template and theme, and it worked.