-
Henry Wright replied to the topic Accept / Reject Friend Request NOT WORKING 🙁 in the forum How-to & Troubleshooting 9 years, 1 month ago
Being a premium theme the best thing to do is contact their support team. Unfortunately, because the SocialChef theme’s code is private there’s not much we can do here to help.
-
Henry Wright's profile was updated 9 years, 1 month ago
-
Henry Wright wrote a new post on the site BuddyPress.org 9 years, 1 month ago
Contributor Day is a big part of WordCamp London. This year it was held on Friday 17th March at London Metropolitan University. 100 contributors descended on the venue each aiming to make WordPress better in some […]

-
Henry Wright's profile was updated 9 years, 1 month ago
-
Henry Wright replied to the topic hide members list on opening directory in the forum How-to & Troubleshooting 9 years, 1 month ago
In that case there’s a few options. You could try to find a plugin. If a plugin isn’t available you could suggest the feature. Alternatively you could hire a developer.
https://en-gb.wordpress.org/plugins/
https://wordpress.org/ideas/Hope this helps!
-
biafranedu replied to the topic How Do You Reorganize Groups? in the forum How-to & Troubleshooting 9 years, 1 month ago
Group can be reorganized as preference is reset, and when login to click on group name
-
Henry Wright replied to the topic messages not sending in the forum How-to & Troubleshooting 9 years, 1 month ago
Have you changed theme over the past week or installed new plugins?
-
Henry Wright replied to the topic Disable User to Create or Upload Media? in the forum How-to & Troubleshooting 9 years, 1 month ago
Just disallowing file uploads probably won’t work because BuddyMedia is likely to have extra functionality that needs to be disabled (such as albums)
Try asking this same question on their support forum:
-
Henry Wright replied to the topic Disable User to Create or Upload Media? in the forum How-to & Troubleshooting 9 years, 1 month ago
user can still create an album
You didn’t mention albums! Are you using a plugin?
-
Henry Wright replied to the topic Blocking email domain names from registering? .RU .PL in the forum How-to & Troubleshooting 9 years, 1 month ago
I’ve used the Ban Hammer plugin successfully for this in the past.
-
Henry Wright replied to the topic hide members list on opening directory in the forum How-to & Troubleshooting 9 years, 1 month ago
You can filter using
bp_after_has_members_parse_args. Take a look here for examples: -
Henry Wright replied to the topic customizing profile-header in the forum How-to & Troubleshooting 9 years, 1 month ago
Can you show us the full path you have to your child theme’s member-header.php file?
It should be your-theme/buddypress/members/single/member-header.php
-
Henry Wright replied to the topic Disable User to Create or Upload Media? in the forum How-to & Troubleshooting 9 years, 1 month ago
I’m wondering if the remove_cap() method is what you need. Try adding this to functions.php. Feel free to remove it after you’ve visited the front end of your site, it just needs to be run once.
add_action( 'init', function() {
$role = get_role( 'subscriber' );
$role->remove_cap( 'upload_files' );
} );You can do the same with the…[Read more]
-
Arnold Cushing's profile was updated 9 years, 1 month ago
-
Wayne Anderson's profile was updated 9 years, 1 month ago
-
n0mad's profile was updated 9 years, 1 month ago
-
Hugo Ashmore replied to the topic Hide Username from Profile in the forum How-to & Troubleshooting 9 years, 1 month ago
Editing either the templates or customizing the backend functions managing user name display are the only means to achieve this, I’m sorry you’ve had issue with applying php solutions as in the other post but practise makes perfect, or contract a developer to do the work you need for your site.
P.S No using CSS to hide anything is not the correct…[Read more]
-
Hugo Ashmore replied to the topic Remove members who have no memberships in the forum How-to & Troubleshooting 9 years, 1 month ago
Note: Please do not provide a .php fix. I edited the php a couple days ago to apply a fix (unrelated to this one) and it crashed my entire site. I will not be editing the php.
I suggest then that you consider contracting a developer to do this for you or contact memberpress to provide a solution.
We are a volunteer help forum for buddypress,…[Read more]
-
Jasa SEO Website Murah's profile was updated 9 years, 1 month ago
-
Henry Wright replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 1 month ago
These are fantastic, Slava, keep them coming!
- Load More