We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2688828
Bind user roles to wp role other than Amelia role
Closed

Comments

  • Arne started the conversation

    Hello,

    Is it possible to assign for example the "Amelia Manager" rights to another WordPress Role such as "Client".
    When I do this I don't get to see "Amelia" in the menu of the admin panel and I can't go directly to Amelia via the url.

    I use this code in my functions.php

    add_role("client", "client", array(
    'read' => true,
    'amelia_read_menu'                 => true,
    'amelia_read_dashboard'            => true,
    'amelia_read_calendar'             => true,
    'amelia_read_appointments'         => true,
    'amelia_read_events'               => true,
    'amelia_read_employees'            => true,
    'amelia_read_services'             => true,
    'amelia_read_locations'            => true,
    'amelia_read_coupons'              => true,
    'amelia_read_customers'            => true,
    'amelia_read_finance'              => true,
    'amelia_read_notifications'        => true,
    'amelia_read_others_calendar'      => true,
    'amelia_read_others_appointments'  => true,
    'amelia_read_others_employees'     => true,
    'amelia_read_others_customers'     => true,
    'amelia_write_dashboard'           => true,
    'amelia_write_calendar'            => true,
    'amelia_write_appointments'        => true,
    'amelia_write_events'              => true,
    'amelia_write_employees'           => true,
    'amelia_write_services'            => true,
    'amelia_write_locations'           => true,
    'amelia_write_coupons'             => true,
    'amelia_write_customers'           => true,
    'amelia_write_finance'             => true,
    'amelia_write_notifications'       => true,
    'amelia_write_others_calendar'     => true,
    'amelia_write_others_appointments' => true,
    'amelia_write_others_employees'    => true,
    'amelia_write_others_events'       => true,
    'amelia_write_others_finance'      => true,
    'amelia_write_others_dashboard'    => true,
    'amelia_write_status_appointments' => true,
    'amelia_write_status_events'       => true,
    'amelia_write_time_appointments'   => true,
    'upload_files'                     => true,
    ));

    Thanks in advance,
    kind regards,
    Arne

  • [deleted] replied

    Hello Arne, 

    You can try using one of the plugins out there for adding multiple roles to a WP user, like for example User role editor. With this you can add the Amelia Manager role to a WP user that already has some role. The user needs to have the Amelia role in order to access Amelia, this is probably why doing it like you did wouldn't work.


    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.