MyBB Community Forums

Full Version: removal of page generation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
footer code
<br />
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- 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. -->
				<!-- End powered by -->
				<br />
<br class="clear" />
<div class="float_right">{$lang_select}</div>
			<div class="bottommenu">
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span> <br />
{$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>.<br />
Red Eclipse Theme Made By: <a href="http://admincentralforums.com">NBK*Twitch</a>
</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>
		</div>

want to remove this
Generated in 0.0681882 seconds (85.80% PHP / 14.20% MySQL)
SQL Queries: 9 / Global Parsing Time: 0.0375202 / Memory Usage: 6.5 MB
PHP version: 5.2.17 / Server Load: 10.45 / GZip Compression: Disabled
[advanced details]

No need to remove it from templates. Wink

ACP > Configurations > Server and Optimization option > Advanced Stats / Debug information > and set it to "No"
Remove the line that reads

<div id="debug"><debugstuff></div>

Or disable the Advanced Stats / Debug information from ACP-> Configuration->Server and Optimization Options.
thanks

how to remove those space created at bootom/footer
From the footer template, remove these;
<br />
<br class="clear" />
removed

after removal footer code
<br />
		<hr class="hidden" />
			<div id="copyright">
				
<div id="debug"><debugstuff></div>			
	<!-- 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. -->
				<!-- End powered by -->				
<div class="float_right">{$lang_select}</div>
			<div class="bottommenu">
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span> <br />
{$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>.<br />
Red Eclipse Theme Made By: <a href="http://admincentralforums.com">NBK*Twitch</a>
</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>

still i can see same space

edit.. now its only in index page so something to do in index
There is one <br /> at the top of template. Wink
thanks everything fixed
Most welcome Wink