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.
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.
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.
This topic has been closed to new replies.