Coroner
17.08.2009, 19:14:59
Probleme mit den Modulen ?
Diese kleine Dokumentation kann helfen die Module anzuzeigen, sofern sie eine weiße Seite erzeigen.
Alle Module werden als XML geliefert. Ich gebe hier nur ein Beispiel:
Öffne ein Modul z.b: "mod_umg_thumbnails"
Im "File" Abschnitt, beginnend mit:
<file><![CDATA[
suche nach:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('Portal_UMG_all_main') . '";');
und ersetze es mit:
eval('$heeeee = "' . fetch_template('Portal_UMG_all_main') . '";');
echo $heeeee;
Im AdminCP (vBa) - bearbeite das Modul:
Setze Clean File Output auf JA.
--- english version ---
Problems with the modules ?
This little documentation can help to view the modules when it's creating a blank page.
All modules avaible as an XML. I will give you only an example:
Open a module f.e: "mod_umg_thumbnails"
At the "file" page, starts with:
<file><![CDATA[
search for:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('Portal_UMG_all_main') . '";');
and replace with:
eval('$heeeee = "' . fetch_template('Portal_UMG_all_main') . '";');
echo $heeeee;
In AdminCP (vBa) - edit the module:
Set Clean File Output to YES.
Diese kleine Dokumentation kann helfen die Module anzuzeigen, sofern sie eine weiße Seite erzeigen.
Alle Module werden als XML geliefert. Ich gebe hier nur ein Beispiel:
Öffne ein Modul z.b: "mod_umg_thumbnails"
Im "File" Abschnitt, beginnend mit:
<file><![CDATA[
suche nach:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('Portal_UMG_all_main') . '";');
und ersetze es mit:
eval('$heeeee = "' . fetch_template('Portal_UMG_all_main') . '";');
echo $heeeee;
Im AdminCP (vBa) - bearbeite das Modul:
Setze Clean File Output auf JA.
--- english version ---
Problems with the modules ?
This little documentation can help to view the modules when it's creating a blank page.
All modules avaible as an XML. I will give you only an example:
Open a module f.e: "mod_umg_thumbnails"
At the "file" page, starts with:
<file><![CDATA[
search for:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('Portal_UMG_all_main') . '";');
and replace with:
eval('$heeeee = "' . fetch_template('Portal_UMG_all_main') . '";');
echo $heeeee;
In AdminCP (vBa) - edit the module:
Set Clean File Output to YES.