hi guys, hope here's the right section for that.
I have the known issue of the disappearing buttons on the wysiwyg editor. I've already tried editing the config.php, changing the php memory allowed and lots of "common" fix to that without results.
So, I noticed that my editor disappears only for non admin members, and I found that, for some reasons, you can get your full working editor for writing new posts only if you have the manage_options permission.
Of course I cannot give that permission to every member so I think there are 2 ways:
- Give the permission to "junior" members and then hide via js/css the menu->general settings bar (very bad way...)
- hack the theme php for bypassing that permission while loading the wysiwyg editor
really don't know if those are possible ways... so any help is appreciated, thanks!