Forums

Inline Tag Thing
Permissions problem: can't edit tags (2 posts)

  1. akry
    Member
    Posted 1 year ago #

    When I try to add or remove tag, plugin writes: «You don't have the correct permissions to manipulate tags».
    I logged in as admin.

  2. cklosows
    Member
    Posted 9 months ago #

    I was having the same issue with this plugin

    I changed the beginning of Line 32 of InlineTagThing.php
    from:

    if (!current_user_can( 'edit_post', $postid))

    to:

    if (!current_user_can( 'administrator' ))

    This allowed me to edit the tags. I get an error stating 'Error saving tag' every now and then, but it actually does save the tags.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic