• Hi there,

    Just wundering if there’s a hook in the plugin I can use in order to show the Retina Column under Media not just for Administrators, but for editors as well?
    My client has to regenerate Retina versions after applying a watermark, but thet can’t see the column.

    Thanks!

    https://wordpress.org/plugins/wp-retina-2x/

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

    (@tigroumeow)

    Hello! Do you mean an option, or a function to display it? I am not sure what you meant by hook in that case.

    Anyway, yes, I could add an option to make the Retina dashboard and column available to “regular” users. I will add this to my to do list.

    Thread Starter Twansparant

    (@twansparant)

    Do you mean an option, or a function to display it?

    An option would be easier, but you could also add a new capability to a role object manually if that capability exists.

    Something like this:

    $role_object = get_role('editor'); // get the the role object
    $role_object->add_cap('wr2x_show_media_column'); // add capability to role object

    I will add this to my to do list.

    Thanks again!

    Thread Starter Twansparant

    (@twansparant)

    Hi again,

    Just wundering if this feature made it into the last version?
    We still got the option: Hide ‘Retina’ column
    But I would really like to Show the column for editors too, not just admins.

    Thanks!

    Plugin Author Jordy Meow

    (@tigroumeow)

    Unfortunately not, I am working on something else at the moment and I also focus more on bug fixes and enhancing the core of the plugin. I will add this a bit later when I will find more time, I promise!

    Bump up on this one! –although I of course completely respect and understand if you’ve got other priorities at the moment. Anyway, just thought I would express my interest as well 🙂

    Cheers,

    Jonas

    just wondering if this feature has been added or is coming soon?

    cheers

    Plugin Author Jordy Meow

    (@tigroumeow)

    I am glad this topic is getting more and more interest. I will definitely add this into the Pro version sometimes soon.

    Basically the user would have access to the images they have uploaded ONLY, not all the images. Is that fine for everyone?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Show Retina Column for editors’ is closed to new replies.