I'm having this problem that the editor show the toolbar for the admin, but does not display it for other users i tried everything I found in drupal forum but no thing works for me
I tried with the " print $closure " in the " page.tpl.php " everywhere no thing change and the "print $closure" was before in theme already but no things happen just the same problem

Comments

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

Are there any errors in the browsers JavaScript console?
Are you using the same theme for admins and other users?
print $closure; should be placed just before the closing body tag, if it's not already there.

alexx90’s picture

no the admin and the users have the same theme, no error in the script

TwoD’s picture

Do you have any modules enabled that could be changing the form or add/remove JavaScripts?

Have you tried both with "Optimize JavaScript" on the Performance settings enabled and disabled?
Which browsers have you tried with? No errors in any of them?
Which editors have you tried with? Same with all?
Do admins and other users have access to the same input formats?
Do regular users have access to more than one format and are editors assigned to all or just a few?

alexx90’s picture

I'm using ckeditor module and it work. but if i want to use " Wysiwyg module " and use ckeditor is not working and all plugin of Wysiwyg

TwoD’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Without further details about the problem I can only close this issue. Please re-open it if you can provide the requested information.