Events Made Easy Forums Bug fixed or feature request implemented Access rights and status Draft

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #43528
    Anonymous
    Inactive

    When I only give a Role (in Advanced Access Manager) the Add event (Edit posts) Access right, I always get the message “You do not have sufficient permissions to access this page” when I add an event. When I add the Publish Post capability to the Role, I do not reveive the message but I am able to modify the status and I do not want it.

    #48727
    Franky
    Keymaster

    Can you try by changing the line in events-manager.php (line 911) from

    add_object_page(__(‘Events’, ’eme’),__(‘Events’, ’eme’),get_option(’eme_cap_author_event’),’events-manager’,’eme_events_subpanel’, EME_PLUGIN_URL.’images/calendar-16.png’);

    to

    add_object_page(__(‘Events’, ’eme’),__(‘Events’, ’eme’),get_option(’eme_cap_add_event’),’events-manager’,’eme_events_subpanel’, EME_PLUGIN_URL.’images/calendar-16.png’);

    #48728
    Anonymous
    Inactive

    No, It does not work. I always get the “You do not have sufficient permissions to access this page”.

    #48729
    Franky
    Keymaster

    I’ll try to test this further this evening (had no time during the weekend).

    #48730
    Anonymous
    Inactive

    Thanks. The plugin I’m using for the access rights is Access Manager.

    #48731
    Franky
    Keymaster
    #48732
    Anonymous
    Inactive

    Thanks, but I have another problem. I want to give access to edit own events. but when I do this, It is not possible to only add in draft mode.

    #48733
    Anonymous
    Inactive

    The best will be to have an Access Rights for Draft and Public mode.

    #48734
    Franky
    Keymaster
    #48735
    Franky
    Keymaster

    I will add a capability to publish events …

    #48736
    Anonymous
    Inactive

    You are very fast and very good. Thank you for your service!

    #48737
    Franky
    Keymaster

    Ok, not soo very fast 🙂

    But added in trunk: new access right setting for publish events

    See http://plugins.trac.wordpress.org/changeset/493611 (needs previous changeset as well, so don’t just apply this one)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top