GetSimple Support Forum
how to make automatic Lightbox for all images - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: how to make automatic Lightbox for all images (/showthread.php?tid=7165)



how to make automatic Lightbox for all images - kuguar - 2015-03-28

how to make automatic Lightbox for all images that are inserted through the ckeditor?


RE: how to make automatic Lightbox for all images - datiswous - 2015-03-31

I don't think there's such a plugin, but you can use the fancybox plugin:
http://get-simple.info/extend/plugin/fancyboxplugin/404/


RE: how to make automatic Lightbox for all images - kuguar - 2015-03-31

(2015-03-31, 02:02:05)datiswous Wrote: I don't think there's such a plugin, but you can use the fancybox plugin:
http://get-simple.info/extend/plugin/fancyboxplugin/404/

this plugin scripts taken from the admin, so even when the code to edit, you still have to manually do a link from thumbnails to large image.

I can put the scripts Fancybox or Lightbox manually, but friends do not know much about html and asked all automated. I would like to know whether it is possible to implement ckeditor so that he immediately put a link to the big picture with the class="fancybox"


RE: how to make automatic Lightbox for all images - shawn_a - 2015-03-31

you would probably need a ckeditor plugin.


RE: how to make automatic Lightbox for all images - kuguar - 2015-04-01

if there is such a plugin for ckeditor, tell me, please, what is his name?


RE: how to make automatic Lightbox for all images - simplycrazy - 2015-04-03

the plugins on the ckeditor website only lists compatibility version 4+ while gs is on 3.6-something, i think. so i dont know where you'd go to find what you're looking for. you might find something in the archived ckeditor forums.


RE: how to make automatic Lightbox for all images - shawn_a - 2015-04-03

There is a cke 4.x version...


RE: how to make automatic Lightbox for all images - kuguar - 2015-04-06

of free plugins found http://ckeditor.com/addon/lightbox
only it creates a links like
<a class="ckelightbox ckelightboxgallery" href="http://mysite.com/data/uploads/folder/img.jpg" title="">http://mysite.com/data/uploads/folder/img.jpg</a>

may be possibly somehow fix the code was to tag img?
<a class="ckelightbox ckelightboxgallery" href="http://mysite.com/data/uploads/folder/img.jpg" title=""><img src="http://mysite.com/data/thumbs/folder/thumbnail.img.jpg" alt="" /></a>


RE: how to make automatic Lightbox for all images - shawn_a - 2015-04-06

Surprisingly there is not much and most are pretty crappy. I have used slimbox in the past, sounds like ckeditor just needs a decent thumbnail link plugin.