MyBB Community Forums

Full Version: Anyway to solve this..??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 1z5pzb8.jpg]

u can see the sever details r shown on the fotter whereas it was shown above this footer........what mistake is in coding....????

1 more thing, In my advertisememnts for postbit, advt r shown after every post, any way so that it will be shown after 4th post and vice versa...???
You must have changed something in the footer template because they don't usually show like that on the Apart themes.

The advertisements would depend on which plugin you're using.
My advertisements were showing some more options, but when i reactivated this plugin then only 3 settings r there......

Plz tell me what have changed in footer...? I haven't modified that template...
Post the code from the footer template here.
Here is the code of footer template:


{myadvertisements[zone_2]}<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">				<!-- Apart is a series of twelve simple, beautiful themes released completely free of charge.					You love Apart - that's why you're using it - so why prevent others from finding Apart					by removing this short, simple created by statement? If you make changes to this theme,					feel free to modify the created by statement, as long as the originial credit remains					intact. Furthermore, if you remove or unjustly modify this simple statement, you will					be refused support for the theme.						Thanks for your consideration, and best of luck with your forum.					- Justin S., bellomandesign.com				-->				Theme created by <a href="http://bellomandesign.com/" target="_blank">Justin S.</a>				<!-- End theme created by statement -->			</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>