Ich schrieb doch, im footer wurde der Link damals beim Theme-Anpassen gelöscht; Dort wollte ich ihn beim Problem suchen nicht wieder einsetzen, weil im Laufenden Betrieb das wohl nicht so toll ist... Soll ich es dennoch mal im Footer erneut bzw wie ursprünglich mit "der Form" ausprobieren, aber was genau müsste da (wieder) rein?
In den Templates footer_themeselect ist nach wie vor:
- und in footer_themeselector:
Was müsste im footer denn an Code (wieder) rein, falls es daran hakt? Aktuell ist das drin:
In den Templates footer_themeselect ist nach wie vor:
PHP-Code:
<div class="modal" id="theme">
<form method="{$theme_redirect_url['form_method']}" action="{$theme_redirect_url['location']}" id="theme_select">
{$theme_redirect_url['form_html']}
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
{$theme_options}
{$gobutton}
</form>
</div>
- und in footer_themeselector:
PHP-Code:
<select name="{$name}" onchange="MyBB.changeTheme();">
<optgroup label="{$lang->select_theme}">
{$themeselect_option}
</optgroup>
</select>
Was müsste im footer denn an Code (wieder) rein, falls es daran hakt? Aktuell ist das drin:
PHP-Code:
<br />
<div id="footer">
<div class="box">
<div class="bottom-navi">
<ul class="menu bottom_links">
<b><a href="{$mybb->settings['bburl']}/contact.php">Kontakt</a>
| <a href="{$mybb->settings['bburl']}/forumsregeln.php">Foren-Regeln, AGB</a>
| <a href="{$mybb->settings['bburl']}/imprint.php">Impressum</a>
| <a href="<archive_url>">{$lang->bottomlinks_litemode}</a>
| <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>
| <a href="#top">{$lang->bottomlinks_returntop} ↑</a></b>
</ul>
</div>
</div>
<div class="lower">
<div class="wrapper">
<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. -->
Board-Software by © {$copy_year} <a href="http://mybb.com/" target="_blank">mybb.com</a> & <a href="http://mybb.de/" target="_blank">mybb.de</a>, modified & hosted by © {$copy_year} <a href="{$mybb->settings['bburl']}/showteam.php">... - Foren-Team</a>
<!-- End powered by -->
</span>
</div>
</div>
{$lang_select} <script type="text/javascript">
$("#lang input[name='url']").val($(location).attr('href'));
</script>
{$theme_select} <script type="text/javascript">
$("#theme input[name='url']").val($(location).attr('href'));
</script>
</div>
</div>
</div>
<div id="hintergrund_unten"> </div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
<br class="clear" />
</div>