Hallo,
mein Problem:
habe mir das neue mx-bluewave Theme mal installiert. Gefällt mir soweit ganz gut, jedoch wird das eBoard nicht angezeigt, kommt ne weiße Seite.
Ist das Problem bekannt? Wenn ja wie lautet die Lösung?
Gruß Jochen
Moin,
versuch mal fogendes:
in der functions.php im Themeordner Zeile 351-359 aus dieser Funktion:
###################################################
function theme_is_eBoard_loaded() {
if (isset($_REQUEST['name']) && defined('mxModFileLoaded')) {
if ($_REQUEST['name']=='eBoard') {
return true;
}
}
return false;
}
das machen:
###################################################
function theme_is_eBoard_loaded() {
return false;
}
nur damit wir auschließen können das es daran hängt.
Hallo Henne,
habe das eben ausprobiert, das Ergebniss ist das gleiche - also das kanns nicht sein.
Gruß Jochen
hmm komische Sache hab das auf einigen Installationen durchgetestet und es ist nirgens aufgetreten.
kannst Du mir mal Admin Zugang per PM senden ?
Hallo,
ich mache schnell mal ein Backup und schicke Dir dann einen Admin-Zugang.
Gruß Jochen
Hallo Henne,
Zugang ist raus.
Gruß Jochen
Hallo,
bitte installier mal das eBoard Fixpack das wird wahrscheinlich das Problem nicht lösen aber wir sehen eventuell eine vernünftige Fehlermeldung.
Habe ich eben gemacht. Keine Veränderung und auch keine Fehlermeldungen.
Gruß Jochen :-[
Moin Moin!
Ich habe das Theme gerade mal getestet bei einem frischen vkpMx 2.1.a. Da klappt das eBoard (und alles andere auch) ohne Probleme.
Gruß, Marcus
jo hab einige Installationen getestet online offline hat überall gefunzt bin im Moment etwas ratlos.
Wir schauen uns das aber noch genauer an. Behalte mal bitte solange noch den Adminzugang bei den Du eingerichtet hast.
Wir melden uns dann.
Habe genau das selbe Problem , wenn ich bei meinem neuen theme auf das Forum gehe kommt nur eine weiße seite :'(
Hi :)
kann das Problem leider nicht nachvollziehen.
Bekomm ich von einem von Euch einen FTP-Zugang zum testen?
@ Andi
Du hast post ;)
Oki :)
gehen beide wieder ;)
Schuld war eine, mit der Themeengine nicht kompatible Einstellung des eBoards.
Und zwar der Punkt: "Nuke-Footer anzeigen"
Der muss auf Ja stehen, wenn das Theme mit der Engine läuft. Hier wird der PHP-Ausgabepuffer gelöscht, damit die footer.php nicht angezeigt wird. Leider wird dadurch auch der restliche Text der vkpMx Ausgabe mit gekillt ;)
Also, die beiden Einstellungen:
- Nuke-Header anzeigen:
- Nuke-Footer anzeigen
Müssen eingeschaltet bleiben!
In der settings.php des eBoards sind das diese beiden Veriablen:
$affheader = "on";
$afffooter = "on";
Hallo, das ist super.
An alle Beteiligten ein dickes Dankeschön. :D
Gruß Jochen
Ja , Danke es funktioniert :thumbup: :D
Aber die Coppermine Galerie macht noch Probleme wenn ich sie aufrufe steht :
Template error
Failed to find theme part 'left_noblocks'(#(<!-- START left_noblocks -->)(.*?)(<!-- END left_noblocks -->)#s) in :
Was kann da sein ?
Hi Tuningcar,
welche Version der Coppermine nutzt Du ?
sind die beiden <!-- START left_noblocks --> <!-- END left_noblocks --> in der theme.html zu finden ?
Im Orginal Bluawave sind die definiert, schau mal nach.
EDIT:
so müsste dann der entsprechende Bereich (linke Blöcke) in Deiner theme.html aussehen:
<!-- START left_noblocks -->
<td class="blocksLeft" valign="top" width="160">
<!-- START blocks_left_loop -->
<!-- START block_left -->
<table border="0" cellpadding="2" cellspacing="0">
<tbody><tr>
<td class="boxtitle">{BLOCK_TITLE}</td>
</tr>
<tr>
<td class="boxcontent" valign="top">{BLOCK_CONTENT}</td>
</tr>
</tbody></table>
<!-- END block_left -->
<!-- END blocks_left_loop -->
</td>
<!-- END left_noblocks -->
Zitatwelche Version der Coppermine nutzt Du ?
habe die version 1.3.2
Nein , in der theme.html sind die <!-- START left_noblocks --> <!-- END left_noblocks --> nicht zu finden.
na dann rein damit wie im Beispiel (ist aus Deiner theme.html) dann solte es funktionieren... ;)
Zitatna dann rein damit wie im Beispiel (ist aus Deiner theme.html) dann solte es funktionieren...
ja, nur wo genau habe es mal eingefügt aber jetzt verzehrt es alles :'(
Aber die Galerie geht ;)
Hi :)
es wird das beste sein, du hängst die theme.html mal hier als Anhang dran, damit wir da reinsehen können. So lässt sich das nicht sagen, wo das genau hin muss ;)
Alternativ kannst du aus der Zeile in der functions.php des Themes
theme_extract_part($template, 'left_noblocks'); folgendes machen:theme_extract_optional_part($template, 'left_noblocks');
Dann funktioniert zwar das ausblenden der linken Blöcke immernoch nicht, aber die Fehlermeldung ist verschwunden.
Hier meine theme.html :
<html>
<head>
<title>tc-neu.jpg</title>
<!-- Fireworks MX Dreamweaver MX target. Created Tue May 10 22:31:05 GMT+0200 (Westeuropäische Sommerzeit) 2005-->
</head>
<body bgcolor="#FF9900">
<table border="0" cellpadding="0" cellspacing="0" width="970">
<!-- fwtable fwsrc="theme-orginal-fertig-orange2.png" fwbase="tc-neu.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="232" height="1" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="94" height="1" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="411" height="1" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="233" height="1" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td colspan="4" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r1_c1.jpg);" width="970" height="6" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="6" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r2_c1.jpg);" width="326" height="33" border="0" alt=""><font color="#FFFFFF" size="1"> {SHOWDATE}
{SHOWTIME} : <font color="#FF9900">{SHOWTOTALUSER} <font color="#FFFFFF">User
online</font></font></font></td>
<td colspan="2" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r2_c3.jpg);" width="644" height="33" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="33" border="0" alt=""></td>
</tr>
<tr>
<td colspan="4" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r3_c1.jpg);" width="970" height="68" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="68" border="0" alt=""></td>
</tr>
<tr>
<td style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r4_c1.jpg);" width="232" height="24" border="0" alt=""></td>
<td colspan="2" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r4_c2.jpg);" width="505" height="24" border="0" alt=""><div id="pathview"> {CURRENTPATH}</div></td>
<td style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r4_c4.jpg);" width="233" height="24" border="0" alt=""><div id="searchform">{SEARCHFORM}</div></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="24" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="2" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r5_c1.jpg);" width="232" height="25" border="0" alt=""></td>
<td colspan="3" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r5_c2.jpg);" width="738" height="3" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r6_c2.jpg);" width="505" height="22" border="0" alt=""></td>
<td style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r6_c4.jpg);" width="233" height="22" border="0" alt=""></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="22" border="0" alt=""></td>
</tr>
<tr>
<td colspan="4" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r7_c1.jpg);" width="970" height="542" border="0" alt=""><table height="115%" border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%;">
<tr>
<td class="blocksLeft" width="160" valign="top">
<!-- START blocks_left_loop -->
<!-- START block_left -->
<table 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>
<td class="CenterBox" valign="top" >
<!-- START blocks_center_top_loop -->
<!-- START block_center_top -->
<table align="center" cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td> <div class="storytitle">{BLOCK_TITLE}</div></td>
</tr>
<tr>
<td><div class="content">{BLOCK_CONTENT}</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<p><br>
<!-- END block_center_top -->
<!-- END blocks_center_top_loop -->
</p>
<p>
<!-- START script_output -->
<!-- START opentable -->
</p>
<table align="center" cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table bgcolor="#ffffff" cellpadding="5" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td class="content">{OPENCLOSE_TABLE}</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<!-- END opentable -->
<br>
<!-- START opentable2 -->
<table align="center" cellpadding="1" cellspacing="1" border="0" width="70%">
<tbody>
<tr>
<td> <table bgcolor="#ffffff" cellpadding="0" cellspacing="8" border="0" width="100%">
<tbody>
<tr>
<td>{OPENCLOSE_TABLE_2}</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<!-- END opentable2 -->
<br>
<!-- START opentableal -->
<table align="center" cellpadding="1" cellspacing="1" border="0" width="85%">
<tbody>
<tr>
<td bgcolor="#C4060B"> <table bgcolor="#ffffff" cellpadding="0" cellspacing="8" border="0" width="100%">
<tbody>
<tr>
<td align="center">{OPENCLOSE_TABLE_AL}</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<!-- END opentableal -->
<br>
<!-- START themeindex_1 -->
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table bgcolor="#ffffff" cellpadding="1" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="top">
<td> <div class="storytitle">{$title}</div></td>
<td valign="top" width="1%">{$buttons}</td>
</tr>
</tbody>
</table>
<table bgcolor="#ffffff" cellpadding="5" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="top">
<td class="content">{$content}</td>
</tr>
</tbody>
</table>
<table bgcolor="#ffffff" cellpadding="3" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="bottom">
<td class="tiny">{$infoline}</td>
<td>{$readmore}</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<br>
<!-- END themeindex_1 -->
<!-- START themeindex_2 -->
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table bgcolor="#ffffff" cellpadding="1" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="top">
<td> <div class="storytitle">{$title}</div></td>
<td valign="top" width="1%">{$buttons}</td>
</tr>
</tbody>
</table>
<table bgcolor="#ffffff" cellpadding="5" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="top">
<td class="content">{$content}</td>
</tr>
</tbody>
</table>
<table bgcolor="#ffffff" cellpadding="3" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="bottom">
<td class="tiny">{$infoline}</td>
<td>{$readmore}</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<br>
<!-- END themeindex_2 -->
<!-- START themearticle -->
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td> <div class="storytitle">{$title}</div></td>
<td valign="top" align="right"> </td>
</tr>
</tbody>
</table>
<table bgcolor="#ffffff" cellpadding="5" cellspacing="0" border="0" width="100%">
<tbody>
<tr valign="bottom">
<td class="content"><i>{$infoline}</i></td>
</tr>
</tbody>
</table>
<img alt="" border="0" height="1" width="1" src="images/pixel.gif"><br>
<table bgcolor="#ffffff" cellpadding="5" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td> <div class="content">{$content}</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<!-- END themearticle -->
<!-- END script_output -->
<p>
<!-- START blocks_center_down_loop -->
<!-- START block_center_down -->
</p>
<table align="center" cellpadding="0" cellspacing="1" border="0" width="100%">
<tbody>
<tr>
<td> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td> <div class="storytitle">{BLOCK_TITLE}</div></td>
<td valign="top" align="right"> </td>
</tr>
<tr>
<td colspan="2"> <div class="content">{BLOCK_CONTENT}</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<br>
<!-- END block_center_down -->
<br>
<!-- END blocks_center_down_loop -->
<p> </p></td>
<!-- START index_on -->
<td class="blocksRight" width="160" valign="top">
<!-- START blocks_right_loop -->
<!-- START block_right -->
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td class="boxtitle">{BLOCK_TITLE}</td>
</tr>
<tr>
<td class="boxcontent"> {BLOCK_CONTENT}</td>
</tr>
</table>
<!-- END block_right -->
<!-- END blocks_right_loop -->
</td>
<!-- END index_on -->
</tr>
</table></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="542" border="0" alt=""></td>
</tr>
<tr>
<td colspan="4" style=background-image:url(http://www.tuningcar.de/themes/tc-neu/images/tc-neu_r8_c1.jpg);" width="970" height="102" border="0" alt=""><div align="center"></div></td>
<td><img src="http://www.tuningcar.de/themes/tc-neu/images/spacer.gif" width="1" height="102" border="0" alt=""></td>
</tr>
</table>
</body>
</html>
hmm steht zwar oben schon aber nochmal:
such nach diesem Bereich in Deiner theme.html:
<td class="blocksLeft" width="160" valign="top">
<!-- START blocks_left_loop -->
<!-- START block_left -->
<table 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>
und ersetze Ihn hiermit:
<!-- START left_noblocks -->
<td class="blocksLeft" valign="top" width="160">
<!-- START blocks_left_loop -->
<!-- START block_left -->
<table border="0" cellpadding="2" cellspacing="0">
<tbody><tr>
<td class="boxtitle">{BLOCK_TITLE}</td>
</tr>
<tr>
<td class="boxcontent" valign="top">{BLOCK_CONTENT}</td>
</tr>
</tbody></table>
<!-- END block_left -->
<!-- END blocks_left_loop -->
</td>
<!-- END left_noblocks -->