Hello,

Nice module!

I have installed Lightbox2 with ubercard, imagefield, image.
It well run with a node type image but not with a product node.

Here the generated code for an image node :

<a class="lightbox-processed" rel="lightbox[][MELI_X810084-29-29L]" href="/lavoila/sites/default/files/images/MELI_X810084-29-29L_0.jpg">Original</a>
</li>

And here the wrong code for a product node :

<a class="lightbox-processed" rel="lightframe[][<br /><br /><a href="http://localhost/lavoila/sites/default/files/images/MELI_X810084-29-29L.jpg" id="node_link_text">Détails image</a>]" href="http://localhost/lavoila/sites/default/files/images/MELI_X810084-29-29L.jpg"/>

How modify it to well generate the code?

Best regards

Comments

stella’s picture

Status: Active » Postponed (maintainer needs more info)

That doesn't look like lightbox generated code, it would encode the <> as their html entity equivalents. Other than that I don't see what's wrong. Where is that html coming from?