*bump* (since i cant edit the topic)
Can you assign topic tags in a regular forum?
Can you assign topic tags in a group forum?
Have you tried creating custom roles?
Have you installed a user role editing plugin?
Have you ran any repair tools in Tools > Forums yet, especially the Remap existing users to default forum roles one?
Have you tried most of the basic troubleshooting steps already?
Troubleshooting
Hi @robkk
(somehow i managed to unsubscribe from my own topic…thus the delayed response). Thanks for your answer.
My forums are intended to be group forums for buddypress. And this is also the case in which I have this bug.
So in regular forums a user who has the overall moderator priviledge (set in user settings) can set tags. Works as expected.
In the case where a user has overall participant priviledges and I set a user in the group management setting (I suppose thats BuddyPress) to be moderator, then the user cant assign tags anymore although he could as a normal member. This is the behaviour I would consider a bug 😉
No I havent tried creating custom roles. I´m also not sure about the interaction with BuddyPress, thus I tried to get some help here first.
On my regular installation I have a role editing plugin, but not on the new test platform. Thus I would discard this as a cause for the bug.
I just ran the repair feature which updated 1 user on the test platform, but this didnt affect the priviledge to post tags. It just resets the overall moderator role of a person to normal participant (if the user has a WordPress subscriber role).
Regerding the other trouble shooting:
– Its a fresh installation
– With 2015 theme
– Only bbPress & BuddyPress as plugins
– I just ran the repair functions again, since this is a fresh install nothing has been updated according to the notifications from the repair functions.
I´m aware that this seems to be an issue between bbPress & BuddyPress and I´m not sure which plugin causes this bug. Since bbPress tags are disappearing I thought it might be bbPress.
Any further ideas how to approach this?
I am experiencing exactly the same problem. BP Group Moderators do have capabilities like edit, close, merge, split topics or replies in the Group Forum but they do not see the textbox to assign or edit tags. I tried to show the box by hacking the files
/wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
and
/wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php
by removing the condition “&& ( current_user_can( ‘assign_topic_tags’ )”
but then the tags assigned in the box have not been saved, anyway.
There must be a bug in the capabilities mapping from BP group moderator to bbP forum moderator. The capabilities like ‘assign_topic_tags’, ‘edit_topic_tags’, etc. are missing there.
For BP group admins and ordinary members it works well, they can assign and edit topic tags in their group forum.
But where is the code of this mapping? I cannot find it.