habe das noblocks wie folgt eingefügt:
<!-- START left_noblocks -->
<td valign="top" bgcolor="#FF6500">
<!-- START blocks_left_loop -->
<!-- START block_left -->
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="boxtitle">{BLOCK_TITLE}</td>
</tr>
<tr>
<td valign="top" class="boxcontent">{BLOCK_CONTENT}</td>
</tr>
</table>
<!-- END block_left -->
<!-- END blocks_left_loop --></td>
<!-- END left_noblocks -->
wenn ich nun das modul gallery aufrufe erschein die galerie im hauptfenster und das menü verschwindet. wie kann ich das ändern, dass das menü bleibt?
beispiel: http://hdstgt.it-solutions24.net
und mit modul: http://hdstgt.it-solutions24.net/modules.php?name=Gallery
thx
Hi :)
schau mal in der functions.php im Theme-Ordner.
Da müssten sich irgendwo ein paar Zeilen in der Art drin stehen:
if (isset($_REQUEST['name'])) {
if ($_REQUEST['name'] == 'Forum' || $_REQUEST['name'] == 'Gallery') {
theme_extract_part($template, 'left_noblocks');
}
}
Die lösche mal raus.
Evtl. kommt das 2x in der Datei vor..