2012-12-16, 04:49 PM
Hi there,
I have the following problem: If I edit the Footer template (Templates -> *my template* -> Footer Templates -> footer) changes don't go through to the forum. I tried editing both the default and the current template (Apart 1), even completely removed the code in the template but nothing changed. (I want to add a social network url to the footer). Also, the language selection isn't visible. (I cleared my browser cache!)
Side note: I changed the "Homename" setting and this updated, so I guess the whole codeblock is cached / not updated / whatever.
Forum url: www.yerendar.de/forum
MyBB version: 1.6.9
Server: Apache 2.x, PHP 5.3.10, plain install of mybb (nothing special except some plugins and a template)
Footer code:
I have the following problem: If I edit the Footer template (Templates -> *my template* -> Footer Templates -> footer) changes don't go through to the forum. I tried editing both the default and the current template (Apart 1), even completely removed the code in the template but nothing changed. (I want to add a social network url to the footer). Also, the language selection isn't visible. (I cleared my browser cache!)
Side note: I changed the "Homename" setting and this updated, so I guess the whole codeblock is cached / not updated / whatever.
Forum url: www.yerendar.de/forum
MyBB version: 1.6.9
Server: Apache 2.x, PHP 5.3.10, plain install of mybb (nothing special except some plugins and a template)
Footer code:
<br />
<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<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>
| <a href="{$mybb->settings['bburl']}/misc.php?action=karmastars">{$lang->karmastars}</a>
| <a href="https://plus.google.com/myprofile" rel="publisher">Google+</a>
</span>
</div>
</div>
</div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
<br />
<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}
</div>
</div>