MyBB Community Forums

Full Version: How do i remove these things from my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to remove the help thing on my options at the top and i want to remove calender from their and also remove the forums one
if you can help me with removing any of these pleas tell me how
thanks!
Log into Admin CP > Templates & Styles > Templates > THEME > Header Templates > Header

Edit the code in there.

Or copy & paste it here, we'll remove it for you, and you just paste it back in.
<a name="top" id="top"></a><div id="panel">{$welcomeblock}</div><br><br><div class="header_right"><div class="menu"><ul>{$teradonate_donatelink}<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/home.png" alt="" title="" />{$lang->toplinks_portal}</a></li><li><a href="{$mybb->settings['bburl']}/portal.php" class="index"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/forums.png" alt="" title="" />Forums</a></li><li><a href="{$mybb->settings['bburl']}/search.php" class="search"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/search.png" alt="" title="" />{$lang->toplinks_search}</a></li><li><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/icons/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a></li><li><a href="{$mybb->settings['bburl']}/memberlist.php" class="members"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/memberlist.png" alt="" title="" />Members</a></li><li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/calendar.png" alt="" title="" />{$lang->toplinks_calendar}</a></li><li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/help.png" alt="" title="" />{$lang->toplinks_help}</a></li></ul></div></div></div><div class="header"><div class="header_in"><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div> </div></div></div><br><br><div id="container"><div id="content"><navigation><hr class="hidden" /><br class="clear" />{$pm_notice}{$teradonate_notice}{$teradonate_bar}{$bannedwarning}{$bbclosedwarning}{$unreadreports}<!-- ProfileComments --> {$commentalert}<!-- /ProfileComments -->{$reportedreps}{$pending_joinrequests} <br />
instead of removing forum can you remove portal pleas
remove
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/help.png" alt="" title="" />{$lang->toplinks_help}</a></li>

<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/calendar.png" alt="" title="" />{$lang->toplinks_calendar}</a></li>

and

<li><a href="{$mybb->settings['bburl']}/portal.php" class="index"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/forums.png" alt="" title="" />Forums</a></li>

or just paste this back in

<a name="top" id="top"></a><div id="panel">{$welcomeblock}</div><br><br><div class="header_right"><div class="menu"><ul>{$teradonate_donatelink}<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/home.png" alt="" title="" />{$lang->toplinks_portal}</a></li><li><a href="{$mybb->settings['bburl']}/search.php" class="search"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/search.png" alt="" title="" />{$lang->toplinks_search}</a></li><li><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/icons/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a></li><li><a href="{$mybb->settings['bburl']}/memberlist.php" class="members"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/memberlist.png" alt="" title="" />Members</a></li></ul></div></div></div><div class="header"><div class="header_in"><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div> </div></div></div><br><br><div id="container"><div id="content"><navigation><hr class="hidden" /><br class="clear" />{$pm_notice}{$teradonate_notice}{$teradonate_bar}{$bannedwarning}{$bbclosedwarning}{$unreadreports}<!-- ProfileComments --> {$commentalert}<!-- /ProfileComments -->{$reportedreps}{$pending_joinrequests} <br /> 
Thanks a ton it worked
Your very welcome, select as solved.
(2011-02-03, 10:37 PM)Matt G Wrote: [ -> ]Your very welcome, select as solved.

Quote:Finally, to those offering support, please do not ask for your reply to be marked as the best answer, if users wish to mark a best answer they will do so of their own accord.
Mod much?

He just told him to select as solved so users don't have waste time looking at a solved problem
I wasn't asking for my answer to be selected as the solved answer. Regardless thanks for notifying me of this. I answered this a long time ago and I had saw a nother use do this so I assumed it was fine. Regardless, thanks Smile
(2011-02-03, 10:13 PM)antman07 Wrote: [ -> ]I want to remove the help thing on my options at the top and i want to remove calender from their and also remove the forums one
if you can help me with removing any of these pleas tell me how
thanks!

That's the same thing I was wondering too
Pages: 1 2