-
theflyingkitty replied to the topic How to make certain profile fields editable by admin only? in the forum Creating & Extending 11 years, 3 months ago
<?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]);…[Read more] -
theflyingkitty replied to the topic How to make certain profile fields editable by admin only? in the forum Creating & Extending 11 years, 3 months ago
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 started the topic Adding Profile Fields That Are Only Editable by Admin in the forum Creating & Extending 11 years, 3 months ago
Is there any way to do this? I don’t mind another BP plugin.
For the group I’m designing for, we are looking for a way for an admin to set a member’s group rank, etc. It would be completely separate from any permission-giving ranks, therefor even a text box to type in would work.
Newest versions of everything, including BBpress
-
theflyingkitty replied to the topic Unable to Create Group in the forum Installing BuddyPress 11 years, 3 months ago
Please delete this topic/thread. Remade it the proper forum with more information.
-
theflyingkitty started the topic Unable to Create Group in the forum Installing BuddyPress 11 years, 3 months ago
I cannot find anywhere to create a group.
I am in administrator mode and can not find any option in the admin panel.
As such, I have also tried setting it to allow all users to create one, and yet no button appears on the group page.The button was there yesterday when I installed Buddypress. I have tried deactivating all other plugins as…[Read more]
@theflyingkitty
Not recently active