b4asolutionsltd Posted February 25, 2010 Report Share Posted February 25, 2010 Hallo, ich benutze XTC 3.04 SP2.1 und habe folgendes kleines Problem: Ich möchte in der main_content.html (im Template-Ordner / Module) eine BOX einbinden. Mit dem naiven Aufruf {$box_SEARCH} geht es aber nicht. In nehme mal an da steck mehr dahinter. Aber was, wo und wie? Die Box sollte an folgende in der main_content.html markierte Stellen: {config_load file="$language/lang_$language.conf" section="index"} {$MODULE_error} {if $title} <h1 class="h1topic">{$title}</h1> {/if} {if $text} {$text}<br /> [B][I]{$box_SEARCH}[/I][/B] {php}include('././wpx.php');{/php}<br> {/if} <br /><br /> {$MODULE_new_products} <p class="clr"> </p> {$MODULE_upcoming_products}<br />[/code] Eine Frage für echte Spezialisten. Für die Besserwisser: Google ist dein Freund - -> Bringt auch keine Lösung!! Danke im Voraus. Andreas Link to comment Share on other sites More sharing options...
mirmoos Posted February 25, 2010 Report Share Posted February 25, 2010 Hi, wenn ich mich da recht erinnere ging das so: {php} global $smarty; $this->assign('box_SEARCH',$smarty->_tpl_vars['box_SEARCH']); {/php} [/PHP] Ich glaube der Code musste am Anfang von der Site stehen wo du den Box Tag brauchst, dann kannst den normalen {$box_SEARCH} Tag auf der ganzen Site verwenden. Versuchs einfach mal. Ganz sicher bin ich auch nicht mehr. Hab deins nochmal editiert: [PHP] {config_load file="$language/lang_$language.conf" section="index"} {$MODULE_error} {php} global $smarty; $this->assign('box_SEARCH',$smarty->_tpl_vars['box_SEARCH']); {/php} {if $title} <h1 class="h1topic">{$title}</h1> {/if} {if $text} {$text}<br /> {$box_SEARCH} {php}include('././wpx.php');{/php}<br> {/if} <br /><br /> {$MODULE_new_products} <p class="clr"> </p> {$MODULE_upcoming_products}<br /> [/PHP] Gruß Chris Link to comment Share on other sites More sharing options...
b4asolutionsltd Posted February 25, 2010 Author Report Share Posted February 25, 2010 Hallo, hat wunderbar geklappt. Danke Andreas Link to comment Share on other sites More sharing options...
SubSonicx Posted March 30, 2010 Report Share Posted March 30, 2010 Hi, ich würde gerne wissen wie ich ein PHP script in die sidebar einbauen kann, z.B. anstatt die Schnellsuche eine eigene box erstellen wo ein script ausgeführt wird. Habe die Dateien in dennen man das ändert schon gefunden aber der akzeptiert kein Script.:confused: DAnke vielmals Link to comment Share on other sites More sharing options...
objekt Posted March 30, 2010 Report Share Posted March 30, 2010 Smarty versuch es mal damit. Link to comment Share on other sites More sharing options...
SubSonicx Posted March 31, 2010 Report Share Posted March 31, 2010 wem war das jetzt gedacht? Link to comment Share on other sites More sharing options...
objekt Posted March 31, 2010 Report Share Posted March 31, 2010 dir @SubSonicx Weiss ja auch nocht ganz was es für ein script ist Link to comment Share on other sites More sharing options...
SubSonicx Posted March 31, 2010 Report Share Posted March 31, 2010 ja es ist ein linkgenerator von MyLinkstate. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.