BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 12

    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