Question

I have custom Dexterity types: Folder is folderish, Article is to be addable in that folder. In addition, Article is addable by anonymous users. For quick testing, I modify the folder's Security Settings in ZMI, turning on Add portal content permission for Anonymous role.

Somehow, now that anonymous user can add Article, but TinyMCE toolbar does not show, that is working well when the login user adding Article. Seems that TinyMCE toolbar needs more settings for the anonymous user. Any hints?

TinyMCE Toolbar not Showing When Anonymous User Adding the Type

Was it helpful?

Solution

It's just because tiny MCE's javascript is loaded only for authenticated users. To make it available for all, go to ZMI -> portal_javascript, search for tiny_mce, and uncheck "Restrict to authenticated users?" checkbox.

This will do the trick.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top