• Resolved RyanThaDude

    (@ryanthadude)


    Has anyone been able to get normal users aka non-admin users to be able to generate a key? I run a private blog, and ever since switching over the RSS feeds either don’t update for a lot of the readers or just don’t work at all. This plugin finally cures the issue, but the non-admin users are unable to generate the key. It’s listed in their profiles but no options to create or change.

    https://www.ads-software.com/plugins/private-feed-key/

Viewing 1 replies (of 1 total)
  • waynedixon

    (@waynedixon)

    If you still need assistance with this, or for anybody else in the future, if you change line 350 from

    <?php elseif ($current_user->has_cap('level_9')) : ?>
    to
    <?php elseif ($current_user->has_cap('subscriber')) : ?>

    this will allow anybody to generate and reset their feed key. You can also change ‘subscriber’ to any other level of user, like contributor, editor, or author.

Viewing 1 replies (of 1 total)
  • The topic ‘Normal users can't generate key’ is closed to new replies.