The Beekeeper
Forum Replies Created
-
Sorted.
I had omitted the ‘use private comment’ setting in the CaPa plugin
Oooops.Thanks for the tips agelonwl but I’ve already done deactivate plugins, change theme etc to no effect other than what I mentioned earlier. i.e. just get message ‘can not be deleted’ or some such.
Given the last post by Marcus I’ll hang fire until the next update and see what transpires.
Thanks.
This might explain it.
But it’s in the core Wp files!
I’ll see what happens after some editing.Notice: WP_User->id was called with an argument that is deprecated since version 2.1! Use WP_User->ID instead. in /home/rotumtav/public_html/wp-includes/functions.php on line 2923
Thanks for the debug tip.
I am running EM 5.3.9.
Thanks.
Here’s a solution.
In the file groups.php located in
wp-content/plugins/events-manager/templates/forms/event
change line 8 fromif( groups_is_user_admin(get_current_user_id(), $group_id) ){
to
if( groups_is_user_member(get_current_user_id(), $group_id) ){
Caveats.
It works for me.
It’ll get overwritten if you upgrade EM.
It lists all the groups the user is a member of.
It does not limit the groups listed to particular groups.Hi MArcus,
the users are allowed to delete their own events. That’s what I set them up for in User Capabilities.I have disabled all plugins. And used the default theme.
Instead of just ignoring the delete request within the Draft listing I now get the message ‘Event could not be deleted’.
Still have to go to backend where the events are in the trash listing.Thanks
Nick
Forum: Plugins
In reply to: [User Access Manager] UAM trashed my site.Thanks. Fixed it before reading your post though. Ftp into plugins and delete UAM folder. That sorted it.
A link would’ve been useless. White screens for every page, post, forum, group etc.
Thanks again for the prompt reply.Fixed it.
Don’t know how.
Deleted. Installed. Activated.
Did the same.
Deleted. Installed. Activated.
Working a treat!Ta.
Great plugin. Thank you.