


Habs gerade mal bei blatt01 raus genommen und siehe da -> läuft
Das ist aber sehr schade.
Soll ich die Templates ändern?
Code: Alles auswählen
<div id="secondcontent">
{if check_section(26)}
[[globalblock?block=26]]
{/if}
</div>
Code: Alles auswählen
Wenn seite 26 da ist dann zeige mir im block die Seite 26 auch an.
Code: Alles auswählen
<div id="secondcontent">
{if check_section(1)}
[[globalblock?block=26]]
{/if}
</div>
Code: Alles auswählen
{if check_content_block(10)}
[[globalblock?block=10]]
{/if}
Fatal error: Uncaught exception 'Dwoo_Exception' with message 'Plugin <em>check_content_block</em> can not be found, maybe you forgot to bind it if it's a custom plugin ?' in /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Loader.php:112 Stack trace: #0 /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Compiler.php(2903): Dwoo_Loader->loadPlugin('check_content_b...', true) #1 /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Compiler.php(1669): Dwoo_Compiler->getPluginType('check_content_b...') #2 /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Compiler.php(1338): Dwoo_Compiler->parseFunction('check_content_b...', 0, 688, Array, 'condition', 23) #3 /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Compiler.php(1634): Dwoo_Compiler->parse('check_content_b...', 0, 688, Array, 'condition', 23) #4 /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Compiler.php(1338): Dwoo_Compiler->parseFunction('<!--??/**?? * ...', 1788, 2479, false, 'root', 1788) #5 /share/MD0_DATA/Web/blackcat/module in /share/MD0_DATA/Web/blackcat/modules/lib_dwoo/dwoo/Dwoo/Loader.php on line 112
Ähh sorry ich dacht nur ersetzen zum Verständniss....nicht im Code.Morpheus hat geschrieben:Wenn ich das richtig verstanden habe:so geschrieben? :?Code: Alles auswählen
{if check_content_block(10)} [[globalblock?block=10]] {/if}