MyBB Community Forums

Full Version: Want to put footer info into footer of statatistics?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi Smile

I want to put the index footer info (such as the myBB link) into footer of statatistics as im removing the index footer, which file do i need to edit to put the info into there?

ta
ok found the code but i need to put the MyBB link into the stats section as im removing the header.... but not sure where it goes & how to align it to the left?

<div id="debug"><debugstuff></div>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			<ul class="menu bottom_links">
				<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- 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.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
			</span>
			<span id="theme">
				<a href="http://www.carpinmad.co.uk/" target="_blank">Carpin Mad</a> Website created by D.Scully 2011
			</span>
		</div>
	</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>
The MyBB copyright needs to be at the bottom of every page, not just the index.
oki will see if i can figure out how to put it outside of forum at the bottom
ok im almost done just need a lil help finishing off cuz i cant suss it, all i want left is the green bar with legal stuff in which ive managed to, how do i get rid of the little bit of gray bar above it, tried all sorts Sad ?
http://www.carpinmad.co.uk

heres my code
<div id="debug"><debugstuff></div>
</div>
</div>
<div id="footer">
<div class="upper">
<div class="wrapper">		
</ul>
</div>
</div>
<div class="lower">
<span id="copyright">
<DIV ALIGN=center>{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
</span>
<span id="theme">
<a href="http://www.carpinmad.co.uk/" target="_blank">Carpin Mad</a> Website created by D.Scully 2011</div>
</span>
</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>

sorted