MyBB Community Forums

Full Version: How to edit bottom menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've looked in the footer template but it doesn't have anything about changing any of the links.
<debugstuff>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="http://www.mybb.com" target="_blank"><b>MyBB{$mybbversion}</b></a>. Design by <b><a href="http://aldexy.com">Aldexy</a></b>
				<!-- End powered by -->
		</div>
	</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>{$automention}{$myalerts_modal}
Check the footer template, if that's what you mean.
Figured it out it was in the index_boardstats template.