Hi
I am frustrated after reading all support requests still didn't manage to see the lightbox working. I use fck editor module alpha 5 and tried to follow the steps that open an image link into lightbox . It seems that just ignore the trigger class whatever i put in it (first tried in the image tag and after the instruction of stella to the link tag). No changed behaviour at all. I am wondering if the failure could be related to the server's configuration on php save mode on or is related to the images path that i use to upload via ftp, located in the root folder and not in the sites/.../files/images/ . The path in the automation of lightbox is just the name "images" which exist on both to the rood folder and the files directory. Due to several server related problems or my bad configurtation the sites../files directory dont work smoothly so i created the directory to the root.
Every suggestion is appreciated
Comments
Comment #1
zoia commentedFinally i see the lightbox working. It was my last attempt to ad the patch from here http://dev.fckeditor.net/attachment/ticket/2627/fck-rel.patch to the fck editor . But a new issue is created. I ve opened the files suggested from the patch. The html had nothing to add (think because i use the latest release of both the editor and the module. To the js file i had to put manually the two lines of code (GetE('txtAttRel').value = oLink.rel ; and SetAttribute( oLink, 'rel' , GetE('txtAttRel').value ) ; save the file and upload again . So trying to edit the link of the image i missed the ok or save button. It appears only the button cancell. I opened the image button and put the class in the advanced tab. This one has still the save button so i saved and wow it appeared the lightbox in the image. May i solve this or should i use only the image tag for image links. Is this a normal behaviour ? I am affraid that will cose troubles if i have to use only links and not images.
pls give me your lights.
Comment #2
zoia commentedI ve fixed everything and have to say that works fine