20.02.2017, 07:54
Na sehr schön, glücklicherweise wurde nun die Zwischenfrage geklärt, die Hauptfrage leider nicht - Link wird zwar wie schon erwähnt angezeigt, aber es gibt gar keine Auswahl an Themes...
<a href="#" onclick="$('#theme').modal({ fadeDuration: 250, keepelement: true }); return false;" class="theme_select">Theme wählen</a>
<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>
(20.02.2017, 14:46)MrBrechreiz schrieb: [ -> ]... Der Link im Menü...zwar auch zu sehen, aber es tut sich nix, wenn man (bei mir) darauf klickt; Außer, ich hab den vorher zitierten Code noch zusätzlich dabei - und das Modal
(20.02.2017, 14:46)MrBrechreiz schrieb: [ -> ]... Das Modal nach Klick darauf...öffnet sich (bei mir) nur in der Mindestgröße (quadratisch), nicht so lang gezogen wie bei Deinem Screenshot, es gibt aber auch (bei mir) keinen Inhalt (kein Drop-Down-Menü, kein "Los"-Button), welches darin angezeigt würde...
| <a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a> |<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>| <a href="#" onclick="$('#theme').modal({ fadeDuration: 250, keepelement: true }); return false;" class="theme_select">Theme wählen</a>
<div class="modal current" id="theme" style="position: fixed; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; z-index: 2; display: block;">
<form method="" action="" id="theme_select">
<input name="my_post_key" value="11dca3552a5430d407df11e87babaa3d" type="hidden">
</form>
<a href="#close-modal" rel="modal:close" class="close-modal ">Close</a></div>
<div class="jquery-modal blocker" style="top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; position: fixed; z-index: 1; background: rgb(0, 0, 0) none repeat scroll 0% 0%; opacity: 0.75;"></div>
<!-- start: header_welcomeblock_member_admin -->
| <a href="http://....at/admin/index.php" class="admincp">Admin-CP</a> |<div class="modal" id="theme">
<form method="" action="" id="theme_select">
<input type="hidden" name="my_post_key" value="11dca3552a5430d407df11e87babaa3d" />
</form>
</div>| <a href="#" onclick="$('#theme').modal({ fadeDuration: 250, keepelement: true }); return false;" class="theme_select">Theme wählen</a>
<!-- end: header_welcomeblock_member_admin -->
<a href="#" onclick="$('#theme').modal({ fadeDuration: 250, keepelement: true }); return false;" class="theme_select">Theme wählen</a>