Replies
- Christien on March 26, 2017 at 12:32 pm in reply to: [Resolved] Alllow one more role than admin to see "private" gallaries #8278
Thank you for the quick answer! However, what you have given me is too much for my level of understanding.
1. If I look at the code you have sent me to, line 85 to 116 seem to be checking if a user can see (ONLY SEE NO EDIT) private galleries
will the following work?
Line 103 :
if ( is_super_admin() && !current_user_can(access_s2member_level2)) {
Will I edit the plugin files or can I work with functions.php or bp-custom.php?
2. “set the post_author to the user for which the gallery needs to be created” where do I set it?
Thank you for the help