Hallo zusammen, an welcher Stelle muss ich den Quellcode für einen Feedback “Banner” eingeben, damit dieser dauerhaft an der Seite (Monitorrand) angezeigt wird!? Gruß
Das könntest du in der frontend/index.tpl einbauen. Grüße Frank
Laut der Einbauanleitung soll das Ganze direkt am Ende vor
eingebaut werden. In der tpl finde ich jedoch eine sche Stelle nicht.
Dann sicher im Footer! Vielleicht stellst du die Infos mal ein, was überhaupt eingebunden werden soll. Das macht das ganze einfacher…
@Sebastian: Shoplupe
Da war die Datei “frontend/index/index.tpl” ja schon korrekt! Da gibt es vor dem
ja Blöcke, die du perfekt erweitern kannst und den Code/Script einfügst. Vermutlich geht das schon: Datei anlegen unter: MEIN\_TEMPLATE/frontend/index/index.tpl
Inhalt: {extends file="../\_default/frontend/index/index.tpl"} {block name='frontend\_index\_body\_inline' append} ... Feedback-Script ... {/block}
Das hat mir leider alles zerhauen… Fatal error: Uncaught exception ‘SmartyCompilerException’ with message ‘Syntax Error in template “/frontend/index/index.tpl” on line 5 " if(typeof($) != “undefined”){var noconflict = true;} " - Unexpected “;”, expected one of: “}” , " "’ in /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php:404 Stack trace: #0 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templateparser.php(2699): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templateparser.php(2764): Smarty_Internal_Templateparser->yy_syntax_error(24, ‘;’) #2 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal in /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 404
[quote=“user_one”]Das hat mir leider alles zerhauen… Fatal error: Uncaught exception ‘SmartyCompilerException’ with message ‘Syntax Error in template “/frontend/index/index.tpl” on line 5 " if(typeof($) != “undefined”){var noconflict = true;} " - Unexpected “;”, expected one of: “}” , " "’ in /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php:404 Stack trace: #0 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templateparser.php(2699): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templateparser.php(2764): Smarty_Internal_Templateparser->yy_syntax_error(24, ‘;’) #2 /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal in /engine/Enlight/Vendor/Smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 404[/quote] Dann ist das feedback-script nicht richtig formatiert für Smarty. Schließe das mal in “{literal}feedback-script{/literal}” ein.
@Sebastian: Denke bei dem Inhalt meinst Du auch die index.tpl, oder!? @avenger: Das war ein guter Tipp, vielen Dank.