Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author uamv

    (@uamv)

    Thanks for the suggestion. Although there are often add new links on both the left menu and admin bar, this could be a good addition (or option). I’ll take it into consideration.

    Thread Starter phloo

    (@phloo)

    Good to hear. It’s just a small detail but thats what makes it better than others.

    Is it possible to set different capabilities?
    Cause I don’t want the editors to be able to change the fields.

    So this line of code

    define('GT_EDIT_GLANCES', 'capability_required_to_edit');

    changing to recognize the different user roles

    define('GT_EDIT_GLANCES', 'capability_required_to_edit_posts');
    define('GT_EDIT_GLANCES', 'capability_required_to_edit');

    Plugin Author uamv

    (@uamv)

    I’m not quite sure I understand the request regarding capabilities. Currently, you can limit editing of the fields to administrator by setting GT_EDIT_GLANCES to a capability that is only held by the administrator. For example, setting

    define('GT_EDIT_GLANCES', 'manage_options');

    would restrict editing of fields to an administrator.

    Thread Starter phloo

    (@phloo)

    Ah okay, I thought it was that line I posted before.

    When I add define('GT_EDIT_GLANCES', 'manage_options'); and log in as editor, I still get the add/remove options.

    Just want to see them as administrator but seems it doesn’t work at the moment.

    Plugin Author uamv

    (@uamv)

    Interesting. I’ll check it out. Thanks for the report.

    Plugin Author uamv

    (@uamv)

    I was not able to reproduce this capability issue. If you have more info on that, let me know.

    Plugin Author uamv

    (@uamv)

    This suggestion has been added to v3.0.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Suggestio: add link to post new item’ is closed to new replies.