MyBB Community Forums

Full Version: Help removing this mini index on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So here within each forum category it displays this index like here in the top left

http://gyazo.com/cf695b44305cc9636bd3acab562346c0

Where it says cosplay open chat and then .... movies I don't want that to be showed how do I remove that and also how do I remove 'Users browsing this forum' too

thanks
1. in the header template of the theme you can remove <navigation> by using html comment tags
<!-- navigation -->

2. Admin Panel >> Configuration >> Settings >> Forum Display Options >> Users Browsing this Forum --> select off & save settings
This is the code from my header page what do I do sorry

<!-- begin wrapper -->
<div id="wrapper">

	<!-- begin logo -->
	<div id="logo">
		<a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
		<a name="top" id="top"></a>
		<div id="panel">
			<div id="panelcontent">{$welcomeblock}</div>
		</div>
	</div>
	<!-- end logo -->
<br/>
        <div class="clear"></div>
	<!-- begin navbar -->
	<div id="navbar">
		<ul id="nav">
			<li><a href="{$mybb->settings['bburl']}/index.php" class="current">Forum Home</a></li>

			<li><a href="{$mybb->settings['bburl']}/search.php">Search</a></li>
			<li><a href="{$mybb->settings['bburl']}/memberlist.php">Member List</a></li>
			<li><a href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li>
			<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
			<li><a href="{$mybb->settings['contactlink']}">Contact Us</a></li>
		</ul>
	</div>
	<!-- end navbar -->

	<!-- begin content wrap -->
	<div id="contentwrap">
	<div id="container">
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />
<navigation> is at the bottom of the template.
you can remove it completely or use html comment tag as suggested in earlier response
Thanks so much that has worked a charm. To save me making another thread

http://gyazo.com/fc01d822ff5be8905be3035de0949b57

here how can I make the profile image square instead of a circle for blackevo4 theme