morrisantik Posted July 24, 2012 Report Share Posted July 24, 2012 Ich habe eine Slaveartikel-Liste, die schon alle Informationen beinhaltet, die der Kunde zum Kauf braucht. Brauche also beim Bild keine weiterleitung auf den Artikel selbst, sondern hätte gerne, dass das Bild in der Thickbox aufgeht. Folgednes erzeugt das Bild: <a href="{$module_data.products_link}">{img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name}</a> Wie muss ich das Ganze umbauen, damit es funktioniert? Folgendes habe ich schon probiert: <a href="{$module_data.products_link}" class="thickbox" rel="prod_gallery">{img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name}</a> Das klappt leider nicht. Die Thickbox geht kurz auf, dann erscheint eine weiße Seite. Freue mich über Tipps. Link to comment Share on other sites More sharing options...
jin Posted July 24, 2012 Report Share Posted July 24, 2012 Vielleicht hilft dir dieser schnip weiter. (hab das nicht getestet, aber der stammt aus dem product.html) <a href="{img img=$products_image type=m_popup path_only=true}" class="thickbox" rel="prod_gallery">{img img=$products_image type=m_info alt=$products_name|escape:"html"}</a> Link to comment Share on other sites More sharing options...
morrisantik Posted July 24, 2012 Author Report Share Posted July 24, 2012 Danke für deine Antwort. Das hatte ich mir auch schon daraus gezogen und versucht es irgendwie anzupassen. Kriege es aber nicht hin. Mal wird kein Bild angezeigt, mal öffent sich keine Thickbox und mal öffnet sie sich und bleibt aber leer. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.