-
Henry Wright replied to the topic Buddypress Friend blocking in the forum Requests & Feedback 7 years, 6 months ago
Blocking isn’t something that’s in core. Are you using a plugin?
-
Henry Wright replied to the topic Are there news about how to change FRIEND slug? in the forum Requests & Feedback 7 years, 6 months ago
You will still need to define the
BP_FRIENDS_SLUG
constant unfortunately. -
Henry Wright replied to the topic Some Unique Slugs in the forum How-to & Troubleshooting 7 years, 6 months ago
I believe there’s some slugs still hard coded. Take “change-cover-image” for example, here’s where it’s specified in the code base:
You’ll notice it isn’t filterable or override-able.
-
Henry Wright replied to the topic Photo media file compression in the forum How-to & Troubleshooting 7 years, 6 months ago
It will depend on how the bb media plugin uploads the files. It’s probably worth asking the author of the plugin this same question.
-
Henry Wright replied to the topic Hide nav bar on profile in the forum Installing BuddyPress 7 years, 6 months ago
The easiest way to do this is to edit the home.php file. You’ll need to comment out
bp_get_displayed_user_nav()
and the related markup.Ref: your-child-theme/buddypress/members/single/home.php
-
Henry Wright replied to the topic Anyone, how do I find true BuddyPress themes? in the forum How-to & Troubleshooting 7 years, 6 months ago
So, basically just download a whole load and then open them up and have a look?
If you want to know for sure then I guess you’ll need to do this.
-
Henry Wright replied to the topic Buddypress 2.8.2 destroys Yoast XML Sitemap in the forum How-to & Troubleshooting 7 years, 6 months ago
My guess is there is a php closing tag followed by a newline in one php file.
This is likely the cause. The next step is finding where. How do you know it’s a BuddyPress issue?
-
Henry Wright replied to the topic Extended profile field's value meta_key would be? in the forum Installing BuddyPress 7 years, 6 months ago
You can get the value of an xProfile field in BuddyPress quite easily but you will need to use code. Take a look at this article to get started:
-
Henry Wright replied to the topic How do you add descriptions under forum topics? in the forum How-to & Troubleshooting 7 years, 6 months ago
This question is forum related so try asking over at bbPress.
-
Henry Wright replied to the topic Buddypress search form in header in the forum How-to & Troubleshooting 7 years, 6 months ago
bp_search_form()
isn’t really used these days. Trybp_directory_members_search_form()
instead. The function will output a search form so no need to useecho
. -
Henry Wright replied to the topic Buddypress search form in header in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi thejameshardy
Which file are you adding
bp_search_form()
to? -
Henry Wright replied to the topic Company pages – like Linkedin and FaceBook in the forum Requests & Feedback 7 years, 6 months ago
This isn’t possible in BuddyPress “out-of-the-box”. You’ll need to find a plugin or introduce some custom code.
-
Henry Wright replied to the topic Where is /bp-templates/bp-legacy/buddypress/ ? in the forum Requests & Feedback 7 years, 6 months ago
You should have them in your plugin folder. Try looking here wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress
-
Henry Wright replied to the topic Anyone, how do I find true BuddyPress themes? in the forum How-to & Troubleshooting 7 years, 6 months ago
You can check if either of these two directories exist inside the theme:
buddypress
communityIf either of these exist, the content inside is specific to BuddyPress and will likely be custom.
-
Henry Wright replied to the topic Removing content filter on registration page in the forum How-to & Troubleshooting 7 years, 6 months ago
Cause using hooks is more sustainable and less likely to have conflicts in the future?
Possibly but the template hierarchy is integral to BuddyPress and use is encouraged. If you find a water-tight alternative way of doing it then by all means use that approach instead.
-
Henry Wright replied to the topic Removing content filter on registration page in the forum How-to & Troubleshooting 7 years, 6 months ago
Why are you unhooking the reg form from the content? I think the BuddyPress template hierarchy can help you here.
You can just nuke the reg form from your-child-theme/buddypress/members/register.php and then add your custom form.
-
Henry Wright replied to the topic WordPress Register Pages in the forum How-to & Troubleshooting 7 years, 6 months ago
I want it to show the welcome page, which I have associated with the Buddypress register pageā¦.
Can you describe what the welcome page is and how you’ve associated it with the reg page?
-
Henry Wright replied to the topic WordPress Register Pages in the forum How-to & Troubleshooting 7 years, 6 months ago
Could it be that you’re logged in when accessing these pages? That would explain why you’re redirected to /members/
-
Henry Wright replied to the topic Cannot add some group members in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi @rhj4
Autocomplete, by default, will suggest friends only. Could it be that “donna” is a friend but “nberg” isn’t?
If this is the issue, you can tell the autocomplete script to look at all members instead of just friends by adding this line to your bp-custom.php file:
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
-
Henry Wright replied to the topic Buddy press plugin leads to 508 error. What to do? in the forum How-to & Troubleshooting 7 years, 6 months ago
This means your site is hitting a resource limit, set by your hosting company. You should contact your host and ask if anything can be done to boost the available resources.
- Load More
@henrywright
Active 8 months, 1 week ago