Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @theflyingkitty

    Participant
       <?php
      }
      /*EDIT*/
      
      function filter_xprofile_groups_with_acl() {
        global $bp, $profile_template, $current_user;
        get_currentuserinfo();
        foreach($profile_template->groups as $key => $profile_group) {
          if( ! in_array($profile_group->id, $this->user_allowed_xprofile_groups) ) {
            unset($profile_template->groups[$key]);
          }
        }
      }
      /*EDIT*/
      function filter_xprofile_groups_with_acl() {}
      function block_screen_edit_profile() {

    @theflyingkitty

    Participant

    azchipka, would you happen to have a copy maybe of the file you edited?

    Maybe they changed the scripts in the last three months, but following directions exactly and it keeps giving me a fatal error.

    @theflyingkitty

    Participant

    Please delete this topic/thread. Remade it the proper forum with more information.

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar