ZenphotoCMS Forum
tinymce for gallery view description editing - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: tinymce for gallery view description editing (/thread-4995.html)



tinymce for gallery view description editing - fugeb - 2009-04-08

I think it'd be a great idea to add an option in the admin to enable tinyMCE editing for the in-gallery description editing as well !




tinymce for gallery view description editing - fugeb - 2009-04-08

For now though, is there a way I can get this without editing the core?




tinymce for gallery view description editing - acrylian - 2009-04-08

tinyMCE is by default enabled for all descriptions fields in Zenphoto 1.2.4.




tinymce for gallery view description editing - fugeb - 2009-04-08

But it doesnt seem to be enabled for editing descriptions in the gallery view (not the admin panel).




tinymce for gallery view description editing - acrylian - 2009-04-09

That would really break any design if you do that. But it should be possible. You find all info how to add TinyMCE to text areas on the TinyMCE site.




tinymce for gallery view description editing - fugeb - 2009-05-07

Hi! I looked at the TinyMCE site for this information, but it does not explain how to add TinyMCE functionality within an editInPlace call... how would I do this?




tinymce for gallery view description editing - fugeb - 2009-05-07

BTW, I am trying to add TinyMCE functionality to the image descriptions editInPlace.




tinymce for gallery view description editing - acrylian - 2009-05-07

You will have to look at the imagedesc function on template-function.php and create a new tinymce config file that attaches it to that element.