I've got this module setup with TinyMCE and FancyBox. However what I've noticed is that under formatters I only get one formatter called "Fancybox Image". I can't configure what kind of image is being added to body. I'd like to select a small thumbnail to be displayed in the content yet clicking would load the full image in a fancy box (this part works, but how do I achieve the thumbnail?).
Thanks in advance.
D
Comments
Comment #1
decipheredHi,
There is a branch available on Github that adds initial support for Formatter Settings, however I wouldn't recommend it. I'm 95% of the way ironing out the issues with it and should have a new dev build out soon, until then you will have to wait.
Comment #2
bluestarstudios commentedPerfect! You're golden! Thanks for the great work! Keep us posted when you're done. Thanks!
Comment #3
decipheredFormatter Settings are now committed, however there still is an issue with Javascript being added via drupal_add_js() not re-triggering due to filter caching. Working on a solution, have got it working in a proof of concept and hope to have it committed soon.
Comment #4
decipheredCurrently this should not be an issue with 7.x-2.x, however that is somewhat due to an what could be construed as a bug with one of the required modules. Keeping this open for the moment as I'd like to look further into this.