MyBB Community Forums

Full Version: Footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How can I set the text "IksDee Copyright" in the "footer blue thing" like the same as the stats:
http://prntscr.com/1o536b

Can I also center the stats text, see screen and the title of the shoutbox?
Go to ACP>Templates & Styles>Templates>YOUR THEME>Footer Templates>Footer

Add your copyright in that template.
Where exactly that only text?
<hr class="hidden" />
<td class="thead" colspan="2">
<td class="thead" colspan="2">
<div class="expcolimage"></div>
<table border="0" cellspacing="0" cellpadding="4" class="tborder"><div class="thead_text"><strong><center>IksDee Copyright</center></strong></div></tr>
</thead>
<tbody style="" id="boardstats_e">
<tr>
<td class="thead" colspan="2">
</tr>
<tr>

<td class="trow1"><span class="smalltext"><center>

				
				<!-- 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://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year}<br />
<!--  Support the designer's effort, do not remove the copyright. 
Show your support towards free themes by not removing the piece of code below. - YuvaPix Designs --> 
Alle inhoud van IksDee.nl is beschermd met &copy; IksDee.nl $copy_year, alle rechten voorbehouden.<br />


<a href="http://www.dmca.com/Protection/Status.aspx?ID=11fa1ff6-00c5-44ca-81b5-7d992629c6c2" title="IksDee"> <img src ="http://images.dmca.com/Badges/dmca_protected_sml_120l.png?ID=11fa1ff6-00c5-44ca-81b5-7d992629c6c2"  alt="IksDee.nl" /></center></a>
				<!-- End powered by -->
</td>
<link rel="stylesheet" type="text/css" href="http://iksdee.nl/cookies-accept/main.css"/>
<script type="text/javascript" src="http://iksdee.nl/cookies-accept/support-opt-in.js"></script>
<script type="text/javascript" src="http://iksdee.nl/cookies-accept/require-opt-in.js" read_more="http://www.iksdee.nl/privacy-policy"></script>
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->	
{$auto_dst_detection}
               &nbsp;



</span>



</td>
</tr>


</tbody>
</table>
</div>
</center>
<!-- Piwik -->
<script type="text/javascript">
  var _paq = _paq || [];
  _paq.push(["trackPageView"]);
  _paq.push(["enableLinkTracking"]);

  (function() {
    var u=(("https:" == document.location.protocol) ? "https" : "http") + "://iksdee.nl/piwik/";
    _paq.push(["setTrackerUrl", u+"piwik.php"]);
    _paq.push(["setSiteId", "1"]);
    var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
    g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Piwik Code -->
Add it before or after

<a href="http://www.dmca.com/Protection/Status.aspx?ID=11fa1ff6-00c5-44ca-81b5-7d992629c6c2" title="IksDee"> <img src ="http://images.dmca.com/Badges/dmca_protected_sml_120l.png?ID=11fa1ff6-00c5-44ca-81b5-7d992629c6c2"  alt="IksDee.nl" /></center></a>
No, then comes it not where I want it.
Where exactly do you want it?