Closed (works as designed)
Project:
Wysiwyg
Version:
6.x-0.5
Component:
Editor - TinyMCE
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jan 2009 at 22:57 UTC
Updated:
20 Jul 2010 at 20:28 UTC
1. Installed WYSIWYG API
2. Installed TinyMCE 3.2.1.1 to the tinymce subfolder
3. Activated it from the WYSIWYG configuration page, all fine
4. No Permissions entry for any of it in the User permissions, checked multiple times, reinstalled. Also tried on 6.x-1.x-dev without any success.
Drupal version 6.9
| Comment | File | Size | Author |
|---|---|---|---|
| permissions.pdf | 35.93 KB | ain |
Comments
Comment #1
sunYes, that's the intended behavior. You can grant permissions for input formats already. There is absolutely no need to define permissions for wysiwyg editing or wysiwyg administration.
Comment #2
simenro commentedWell it seems something is wrong, or I'm missing something... I've got the same setup as above, and TinyMce enabled for Filtered HTML. This is the default input format on my site, so enabled for all roles. But only the admin (user 1) sees the wysiwyg editor.
Edit: Forget this - seems to be a css error for IE which prevents TinyMCE from showing. Works fine in Firefox.
Comment #3
alex.cunha commentedSo, how can I set the anonymous user only can use restricted forms without full html and WYSIWYG editor and the Admin user have a input mode with WYSIWYG?
Specially on COMMENTS.
Comment #4
alex.cunha commentedanswering myself...
Found a solution: filter default - http://drupal.org/project/filter_default
However, not perfect.
Comment #5
stephenls commentedAnother thing to check, if wysiwyg is not appearing, is whether you have
<?php print $closure ?>included in your theme. I had omitted it, and that turned out to be the only problem. Perhaps that could be included somewhere in the WYSIWIG documentation?
Comment #6
operations commentedThank you very much stephenls !! I was having the same problem, after I have finished all the setup of TinyMCE and IMCE, configured wysiwyg properly and determined formats - wysiwyg privileges .. still the tinymce didn`t appear until you reminded me about the closure :)
Comment #7
decomposer commentedIt's easy to forget where these settings are. Saying "You can grant permissions for input formats already" is true but doesn't help a newbie find the answer.
To set "permissions" for input formats, go to Site Configuration >> Filters.