}{xa!Hannes_ Posted October 18, 2011 Report Share Posted October 18, 2011 Hallo zusammen, ich bin wieder mal am templaten und es lauft alles super.... zurzeit verwende ich folgendes um Content anzuzeigen: <div id="main_oben"> {content block_id=9} {if $_content_9|count > 0} {foreach name=aussen item=box_data from=$_content_9} <div id="menubox"> <div id="contentpic"> <img src="{$box_data.link}" alt="{$box_data.title}" title="{$box_data.title}"> </div> <a href="{$box_data.link}">{$box_data.title}</a> <p>{$box_data.content_body_short}</p> <div class="clear"></div> <div id="menubox_footer"> <a href="{$box_data.link}">Weiterlesen...</a> </div> </div> {/foreach} {/if} </div> Nun zu meinem Anliegen: Es geht um die Zeile mit dem Bild(jaja ich weis das das so ned funktioniert^^) Ich würde da gerne das Bild ausgeben, das im Backend dem Content zugewiesen wurde. Wie kann ich das bewerkstelligen? $box_data.image oder so ähnlich?? Bitte um Hilfe.... Link to comment Share on other sites More sharing options...
stwinger Posted October 19, 2011 Report Share Posted October 19, 2011 Bild im Backend zuweisen, {debug} rein und Dir wird das richtige Smaty angezeigt ! Link to comment Share on other sites More sharing options...
}{xa!Hannes_ Posted October 19, 2011 Author Report Share Posted October 19, 2011 Super! dankie für deinen Tip! Link to comment Share on other sites More sharing options...
}{xa!Hannes_ Posted October 24, 2011 Author Report Share Posted October 24, 2011 Ok, wenn ich das {debug} am anfang der index.html setze wird mir das nötige fürs Bild nicht angezeigt. Hat jemand eine Idee? Link to comment Share on other sites More sharing options...
stwinger Posted October 24, 2011 Report Share Posted October 24, 2011 es gibt doch garkein box.data image ... wo soll die Box auch ein Image her bekommen.. Du meinst doch bestimmt ein Bild aus einem Content .... !!! das holst Du Dir im Inhalt : $data.content_image und in einer Box geht das mit : $box_data.content_image Der komplette Smarty Tag für ein Content Image in einer Box sieht so aus: {img img=$box_data.content_image type=m_thumb alt=$box_data.title} gruss aus Aachen Link to comment Share on other sites More sharing options...
}{xa!Hannes_ Posted October 25, 2011 Author Report Share Posted October 25, 2011 genau das hatte ich gemeint! vielen Dank! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.