easybuy24.net Posted April 18, 2009 Report Share Posted April 18, 2009 Hallo, ich habe folgendes Problem: Ich habe einen neuen Content angelegt und den dazu gehörenden Contnt Block nun möchte ich ihn auf der Startseite ausgeben und habe in der Index html folgenden Code reingeschrieben: {content block_id=9} {if $_content_9|count >0} {foreach name=aussen item=box_data from=$_content_9} <a href="{$box_data.link}">{$box_data.title}</a> {/foreach} {/if} und bekomme dann immer diese Fehlermeldung vom Shop: Fatal error: Smarty error: [in D:\Webdesign\xampp\htdocs\xtshop\templates/xt_default/index.html line 49]: syntax error: unidentified token ';0' (Smarty_Compiler.class.php, line 1407) in D:\Webdesign\xampp\htdocs\xtshop\xtFramework\library\smarty\Smarty.class.php on line 1095[/PHP]. Was mach ich nur falsch?? Link to comment Share on other sites More sharing options...
dukie6666 Posted April 18, 2009 Report Share Posted April 18, 2009 {if $_content_9|count >0}[/CODE] mach ein Leerzeichen vor die 0 Link to comment Share on other sites More sharing options...
easybuy24.net Posted April 18, 2009 Author Report Share Posted April 18, 2009 funktioniert auch nicht hier mal der Inhalt der index.html: {box name=search} {txt key=TEXT_CART} {if $account == true} {txt key=TEXT_ACCOUNT} {/if} {txt key=TEXT_CHECKOUT} {if $account == true} {if $registered_customer} {txt key=TEXT_LOGOFF} {else} {txt key=TEXT_LOGIN} {/if} {/if} {box name=currency} {box name=language} {include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"} {if $show_index_boxes == 'true'} {box name=categories} {box name=manufacturers} {content block_id=7 levels=true} {if $_content_7|count > 0} {txt key=TEXT_INFO} {foreach name=aussen item=box_data from=$_content_7} {$box_data.title} {/foreach} {/if} {box name=xt_special_products type=user order_by='rand()'} {box name=xt_new_products type=user order_by='rand()'} {box name=xt_trusted_shops type=user} {content block_id=9} {if $_content_9|count > 0} {foreach name=aussen item=box_data from=$_content_9} <a href="{$box_data.link}">{$box_data.title}</a> {/foreach} {/if} {/if} {if $show_index_boxes == 'true'}{else}{/if} {$content} {if $show_index_boxes == 'true'} {box name=cart}{box name=loginbox}{box name=xt_bestseller_products type=user} {/if} {content block_id=6} {if $_content_6|count > 0} {foreach name=aussen item=box_data from=$_content_6} {$box_data.title} {/foreach} {/if} [] {hook key=index_footer_tpl} {banner bg=banner} [/HTML] Ich möchte den Block unterhalb von "willkommen zurück" ausgeben lassen, kann nur die stelle in der index nicht finden?! Link to comment Share on other sites More sharing options...
bisaim Posted August 14, 2009 Report Share Posted August 14, 2009 Suche ebenfalls den HTML Code für Template um Content ausgeben zu lassen. Handbuch ist hier mal wieder extrem sparsam ausgelegt. Link to comment Share on other sites More sharing options...
stumpy666 Posted August 14, 2009 Report Share Posted August 14, 2009 Inhalte -> Content Manager -> Content Blöcke -> Block Status aktiv? Link to comment Share on other sites More sharing options...
ahlfy Posted August 17, 2009 Report Share Posted August 17, 2009 ... klappt bei mir auch nicht alles ... Hab jetzt mal Manuell in der Datenbank in der Tabelle xt_content und im Feld content_hook bei dem entsprechenden Datensatz die entsprechende id eingegeben ... In deinem Fall die 9 ... Link to comment Share on other sites More sharing options...
spirello Posted May 12, 2011 Report Share Posted May 12, 2011 Hab was gefunden, jetzt wird der Content in den Blöcken bei mir auch angezeigt: - in den Content gehen - dann auf Anzeige gehen - Häkchen im footer und in information entfernen - speichern Dann das gleiche nochmal, dabei die Häkchen wieder setzen und speichern. Jetzt wird's angezeigt. Blöder Fehler... :-( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.