Viewing 9 replies - 1 through 9 (of 9 total)
  • same here … each author (even though they are both administrators) can only edit their own posts

    Yeah very same thing happened to me, I deactivated plugin and then deleted and it still had the problem of not being able to click and edit posts and redirected to my homepage. I worked out even when deleted it conflicted with Robot Meta plugin , disabled this and I could get back into my posts but today noticed it now doesn’t show Make Post Sticky option in my quick edit on a post.

    What can I do to get rid of this plugin please so it doesn’t conflict with my blog settings, is it compatible with 3.3.2

    Thread Starter jlapitan

    (@jlapitan)

    to fix that problem.. i disable and delete the plugin..

    then reset the roles inside wordpress database..

    go to your phpMyAdmin

    Search your database, make sure all the tables are check and search for “roles”

    it will display a result under the table “wp_options” and with option_name as “wp_user_roles” edit the values to the file attach to this url ->Visit this

    this will reset all the user roles set by your other plugins/theme

    just revisit/update all the settings of your theme and it will be ok now.. have not try to use this plugin again..

    but on my other sites, it is working ok…

    Thread Starter jlapitan

    (@jlapitan)

    look for the tinymce-templates.php inside the plugins directory..

    search for this code

    $wp_roles->remove_cap($role, "edit_others_posts");

    what i did is comment that part and add this

    $wp_roles->add_cap($role, 'edit_others_posts' );

    what you need to do is edit one of the templates and then save it.. that’s it..

    the only issue here is, the templates are all shared..

    Plugin Author Takayuki Miyauchi

    (@miyauchi)

    Hi I am developer of this plugin.

    Sorry, I will fix this problem soon!

    Plugin Author Takayuki Miyauchi

    (@miyauchi)

    I was update this plugin.
    If you will re-activate this plugin, this role problem will fix.

    Thanks to everybody.

    hi Takayuki

    many thanks, I can confirm that updating the plugin has fixed the problem

    I’ve just noticed that the visual editor is disabled. the tabs to switch between code and visual editor have dissipated. I’ve checked the user preferences settings but the checkbox to disable the visual editor is not checked. Just in case I did enabled and disabled the feature and the tabs have reappeared in the post/page edit screen…. very odd

    Plugin Author Takayuki Miyauchi

    (@miyauchi)

    Hi stelldust,

    There is no report about the problem, this issue appear by other plugin?
    Please deactivate and reactivate the plugin to fix this.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: TinyMCE Templates] Edit posts issue’ is closed to new replies.