Using:
Drupal 6.14
WYSIWYG 6.x-2.0 with TinyMCE 3.2.4.1
lighbox2 6.x-1.9

Im not getting Automatic lightbox2 to work. 'rel="lightbox"' is not included on the rendered page and I need mannually add rel="lightbox" to the links.
Lightbox lite is disabled
I have checked all setting on the configuration and seems all right.

Is know any incompatibility between WYSWYG+TinyMCE with lighbox2?

Then I used other input format without the WYSIWYG editor.
The same issue: no 'rel="lightbox"' is added and no lightbox2 effect!

Any clue?

Many thanks

Comments

Anonymous’s picture

Check your input formats, available HTML tags and HTML correction status (should be disabled !)

konrad1811’s picture

Yeah I've got the same.
Installed it.
Enabled lightbox.
Configured for automatic "rel=lightbox" input.
checked input formats to enable everything...
AND...
everything remains the same as it was before - pictures are on their places...
Shall I edit all pictures in nodes?
Update nodes?
Shal I eneble somehow jQueru or something?
I don't now.
Using drupal 6.13
It still seems that all images modules are most confusing...

goye2cz’s picture

Experiencing the same problem. I've checked all that has been suggested and edited my page again. Manually added the appropriate rel tag but apparently clicking the update button on editing the html in tinymce removes the rel. I've been searching for a solution to this problem for 2 hours and found several answers. None of them have worked. What's a common thing to miss here?

goye2cz’s picture

It happens to me almost every time. I search for the answer for hours, and in frustration I post my question. Not 5 minutes later I find the solution myself. By modifying this section of code in the TinyMCE init:

a[name|href|target|title|onclick],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]

So that it ends up like this:
a[name|href|target|rel|title|onclick],img[style|class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]

My woes are gone. Hope this helps someone.

konrad1811’s picture

Ok for me it just started working but don't know why ?-)
However maybe I changed something in settings which have a lot of options...