-
Henry Wright replied to the topic Anyone, how do I find true BuddyPress themes? in the forum How-to & Troubleshooting 9 years 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 9 years 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 9 years 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:
-
metalhead replied to the topic Profile Page Layout in the forum How-to & Troubleshooting 9 years ago
Thanks.
Based on that info, I decided I need to add an index.php to my /single/ folder. I created the file, but I’m not sure what to put in it.
Can you give me an example of what I can do? Or link me to a page with further explanation? I tried googling “custom buddypress template,” but I don’t even know if my search query is correct.
I’m ready…[Read more]
-
metalhead replied to the topic Need custom login page in the forum How-to & Troubleshooting 9 years ago
BP Simple Private
-
Muzammil Hussain's profile was updated 9 years ago
-
dekeeu's profile was updated 9 years ago
-
Henry Wright replied to the topic How do you add descriptions under forum topics? in the forum How-to & Troubleshooting 9 years 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 9 years 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 9 years 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 9 years 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 9 years 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 9 years 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.
-
Jay replied to the topic BuddyPress Email Notification Ignoring SMTP Server Settings? in the forum How-to & Troubleshooting 9 years ago
@6logics – Thanks! This is exactly what I needed to effect the use of BuddyPress email templates with Postman SMTP.
It’s a shame the core code has to be modified, but until some sort of filter can be provided (eg, “bp_email_force_use_of_templates”), this seems to be our only recourse. Perhaps something along the lines of:
$must_use_wpmail =…[Read more] -
Nahum's profile was updated 9 years ago
-
Joachim started the topic Bug: The Activitystream Filter expects an Array of Activytype in the forum How-to & Troubleshooting 9 years ago
Since buddypress 2.8 the “bp_has_activities” function expects inside an array of the activity type(action), but get a comma seperated string, if you use the select box to filter (multiple) activities (e.g.: friends). Please can you fix this?
for the moment, this workarround works for me
[Read more]
add_filter('bp_before_has_activities_parse_args',… -
[clickme](vbscript:alert(document.domain))'s profile was updated 9 years ago
-
Henry Wright replied to the topic Removing content filter on registration page in the forum How-to & Troubleshooting 9 years 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 9 years 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.
-
–'s profile was updated 9 years ago
- Load More