MyBB Community Forums

Full Version: Quick Question on image removal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Staffs 

I was wondering how to remove these 2 image banners off my website

Look Here: https://gyazo.com/4a44fb837d1cdd063705134969252cf1

Here My Website: www.mythicalfrost.com
Try looking in the theme's index_boardstats template. This is from your view source, delete the part above the table.

<!-- start: index_boardstats -->
<div class="banners">
<span class="banner-left" style="text-align:center;">
<!-- BEGIN LINK -->
<a target="_blank" href="https:&#x2F;&#x2F;www.namecheap.com&#x2F;?aff=91721"><img src="http:&#x2F;&#x2F;files.namecheap.com&#x2F;graphics&#x2F;linkus&#x2F;468x60-3.gif" width="468" height="60" border="0" alt="Namecheap.com"></a>
<!-- END LINK -->
</span>
<span class="banner-right" style="text-align:center;">
<!-- BEGIN LINK -->
<a target="_blank" href="https://share.payoneer.com/nav/A-MemWURhl7QaXkEwFUbM-4c3xc7JCBjs5ryhjd8whqZ1eqnUQpA0af7v9xLGT8PShxJ2P8apZAcEeWMyY2Tfg2"><img src="http://www.mythicalfrost.com/images/netpen/payoneer-banner.png" width="468" height="60" border="0" alt="Payoneer"></a>
<!-- END LINK -->
</span>
</div>
<!-- END BANNERS -->

<table border="0" cellspacing="0" cellpadding="5" class="tborder">
<thead>
<tr>
<td class="thead" colspan="4">
index_boardstats

<div class="banners">
		<span class="banner-left" style="text-align:center;">
<!-- BEGIN LINK -->
<a target="_blank" href="https://www.namecheap.com/?aff=91721"><img src="http://files.namecheap.com/graphics/linkus/468x60-3.gif" width="468" height="60" border="0" alt="Namecheap.com"></a>
<!-- END LINK -->
		</span>
		<span class="banner-right" style="text-align:center;">
<!-- BEGIN LINK -->
<a target="_blank" href="https://share.payoneer.com/nav/A-MemWURhl7QaXkEwFUbM-4c3xc7JCBjs5ryhjd8whqZ1eqnUQpA0af7v9xLGT8PShxJ2P8apZAcEeWMyY2Tfg2"><img src="http://www.mythicalfrost.com/images/netpen/payoneer-banner.png" width="468" height="60" border="0" alt="Payoneer"></a>
<!-- END LINK -->
		</span>
</div>
may I ask where that located at? Is it template section what footer template?
Hello there,

The forum you have posted does not have the minimum "Powered by MyBB" notice we require for technical support here. In order for us to give you further support, please add the following code to the footer template of your forum:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>

I will close this thread until you have reinstated the Powered By line. Please post in the Private Inquiries forum to ask to have this thread reopened, where you can also raise any questions you have about this policy.

With regards,
MyBB Support Team