Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有自定义的敏捷类型:文件夹是文件夹,文章可以添加到该文件夹中。此外,匿名用户可以添加文章。为了快速测试,我在 ZMI 中修改文件夹的安全设置,打开角色Add portal content权限。Anonymous
Add portal content
Anonymous
不知何故,现在匿名用户可以添加文章,但 TinyMCE 工具栏不显示,当登录用户添加文章时效果很好。似乎 TinyMCE 工具栏需要为匿名用户提供更多设置。有什么提示吗?
只是因为只有经过身份验证的用户才加载微型 MCE 的 javascript。要使其对所有人可用,请转到 ZMI -> portal_javascript,搜索 tiny_mce,然后取消选中“仅限经过身份验证的用户?” 复选框。
这会成功的。