mortimer2808 Posted June 5, 2012 Report Share Posted June 5, 2012 Hallo liebe Community, ich habe im Vorfeld des eigentlichen Seitencontents ein DIV (#Slider) platziert, in dem ein Jquery-Bildslider läuft (im Anhang rot markiert). Dieser Slider soll aber nicht auf jeder Seite zu sehen sein. Mein Wunsch ist es, dieses DIV nicht anzuzeigen, wenn sein Inhalt leer ist. Der Content des Sliders soll später auf der Startseite und einigen Kategorie-Beschreibungsseiten zu sehen sein und soll themenbezogen im Backend unter "Kategorie bearbeiten" oder "Inhalte" mit unterschiedlichen Inhalten gefüllt sein. Ich habe nach einer entsprechendne "IF"-Anweisung gesucht, werde aber daraus leider nicht so recht schlau, da ich Smarty-unerfahren bin. Kann mir jemand sagen, wie ich dieses Vorhaben umsetzen kann? Vielen Dank schon jetzt an alle! Martin Link to comment Share on other sites More sharing options...
oldbear Posted June 5, 2012 Report Share Posted June 5, 2012 so geht das zum Beispiel: {if $smarty.get.page == 'categorie' and $smarty.get.cat == 'XY'} für Kategorie {if $smarty.get.page == 'content' and $smarty.get.coID == 'XY'} für Content {if $smarty.get.page == 'product' and $smarty.get.info == 'XY'} für Produkt {if $smarty.get.page == 'manufacturer' and $smarty.get.mnf == 'XY'} für Hersteller Grüsse Link to comment Share on other sites More sharing options...
mortimer2808 Posted June 8, 2012 Author Report Share Posted June 8, 2012 so geht das zum Beispiel: {if $smarty.get.page == 'categorie' and $smarty.get.cat == 'XY'} für Kategorie {if $smarty.get.page == 'content' and $smarty.get.coID == 'XY'} für Content {if $smarty.get.page == 'product' and $smarty.get.info == 'XY'} für Produkt {if $smarty.get.page == 'manufacturer' and $smarty.get.mnf == 'XY'} für Hersteller Grüsse Hallo oldbear, vielen Danke für die Antwort! Ich denke, damit sollte es funktionieren. Grüßle, Martin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.