• bensita

    (@bensita)


    Hi, I found this plugin very useful. Thanks!
    Now I′m trying to give permissions to an Editor to check the inbound messages but cannot find a way.
    I′m using Adminimize plugin to hide some admin features but Flamingo is not showing at all in the Adminimize panel.

    How can I give Editor that permission?

    Thanks in advance

    Hernan

    https://www.ads-software.com/plugins/flamingo/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Though I don’t know how to manage permissions with the Adminimize plugin, the capability necessary for viewing Flamingo’s inbound messages is flamingo_edit_inbound_messages. Normally it is mapped to the edit_users capability.

    This is an old thread, but I thought I would contribute.

    Manual edit, file:

    /plugins/flamingo/admin-functions.php

    Line 25, changed

    ‘flamingo_edit_inbound_messages’, ‘flamingo_inbound’,

    to

    ‘edit_pages’, ‘flamingo_inbound’,

    …only for viewing the forms submitted. We don’t need the address book functionality, but I assume that would be somewhere else in the file.

    Re: Jessi’s instructions.

    I found this line of code in

    /plugins/flamingo/admin/admin.php

    not the file he mentions.

    I changed the line as instructed and now my editors can see the incoming messages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editor permissions’ is closed to new replies.