Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter srujan20

    (@srujan20)

    Thank you for the quick response. When I look at the the Memphis options, I see only options for Editor, Author, Contributor and subscriber. but when I look at the DB for user meta table, now each user has 2 roles
    a:2:{s:13:”administrator”;b:1;s:13:”bbp_keymaster”;b:1;}
    a:2:{s:13:”administrator”;b:1;s:13:”bbp_moderator”;b:1;}
    a:2:{s:10:”subscriber”;b:1;s:15:”bbp_participant”;b:1;}

    The new roles for Forum introduced by bbpress are
    1. Keymaster,
    2. Moderator
    3. Participant
    4. Spectator.

    I would like to edit the code so that any users with Main role as Editor, Author, Contributor in combination with any of the forum roles to have access to the documents.

    In simpler words, I want to ignore the role returned for Forum and purely take the main site roles into consideration.

Viewing 1 replies (of 1 total)