-
Henry Wright replied to the topic Out Of Office Notice in the forum Creating & Extending 7 years, 3 months ago
You would need to find a plugin that does this because this functionality isn’t available in BP core.
-
Henry Wright replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 7 years, 3 months ago
If you change the template markup things could break because the BP JavaScript relies on various classes. However, changing or removing a CSS file will change the look and feel only.
-
Henry Wright replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 7 years, 3 months ago
-
Henry Wright replied to the topic Mass Messaging in the forum How-to & Troubleshooting 7 years, 3 months ago
Is Mass Messaging a plugin?
-
Henry Wright replied to the topic Hide BP Components to Non Members Except Specific URL in the forum Miscellaneous 7 years, 3 months ago
In your code, just before
global $bp;
, try adding this:if ( 1 == bp_displayed_user_id() ) {
return;
}Where
1
is the ID of the member you would like to exclude. -
Henry Wright replied to the topic How to leave a review for the buyer in the forum How-to & Troubleshooting 7 years, 3 months ago
Hi @franckw
This is a question you should ask WC Vendor Pro. BuddyPress doesn’t handle reviewing.
-
Henry Wright replied to the topic Forum posts creating google crawl errors in the forum Installing BuddyPress 7 years, 3 months ago
Hi @tel-wright
Try asking over at bbPress. They handle forum-related questions.
-
Henry Wright replied to the topic You do not have access to this activity in the forum How-to & Troubleshooting 7 years, 3 months ago
Hey @udarmo
Thanks for the report. Can you open a Trac ticket for this so it can be investigated?
-
Henry Wright replied to the topic how to install buddy press for php website in the forum Installing BuddyPress 7 years, 3 months ago
This is more of a WordPress question than something specific to BuddyPress. Try asking here https://wordpress.org/support/
-
Henry Wright replied to the topic User editing nicename in the forum How-to & Troubleshooting 7 years, 3 months ago
This isn’t possible using BuddyPress by default but there are plugins that will help you do this.
-
Henry Wright replied to the topic Logged in status not holding in the forum How-to & Troubleshooting 7 years, 3 months ago
In your experience how compatible is buddyboss?
I’ve used a good number of BuddyBoss plugins and themes with BuddyPress without problems. If you do find an issue be sure to report it to them, their support is very good.
-
Henry Wright replied to the topic Latest Stable Version in the forum Installing BuddyPress 7 years, 3 months ago
2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
-
Henry Wright replied to the topic Latest Stable Version in the forum Installing BuddyPress 7 years, 3 months ago
2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
-
Henry Wright replied to the topic BuddyPress pages are blank in the forum How-to & Troubleshooting 7 years, 3 months ago
This might be a theme issue. Try contacting the theme author. Hopefully they can issue a fix. It might be worth mentioning Twenty Fifteen doesn’t have the problem.
-
Henry Wright replied to the topic How to ban phone numbers and emails in private messages in the forum Installing BuddyPress 7 years, 3 months ago
You would need to use regular expressions to determine if a phone number or email address was used in the message text. However, writing a regular expression for an email address is notoriously difficult.
-
Henry Wright replied to the topic Issue With YITH Frontend Manager Plugin in the forum Third Party Plugins 7 years, 3 months ago
the probleme disappears only when i deactivate YITH Frontend Manager for WooCommerce Premium
We’ve found the culprit 🙂
-
Henry Wright replied to the topic Get activity item title – best option in the forum Installing BuddyPress 7 years, 3 months ago
I just don’t know what impact this will have on overal performance when I go wish in other tables for content.
It depends. WordPress and BuddyPress do a great job when it comes to optimising queries but there are things that will cause a big site to simply fall over (the meta_value column isn’t indexed for example so meta querying could be problematic).
-
Henry Wright replied to the topic Get activity item title – best option in the forum Installing BuddyPress 7 years, 4 months ago
get_post()
will get a WordPress post from the wp_posts table. This is different to a BuddyPress activity item which is stored in the wp_bp_activity table. -
Henry Wright replied to the topic Help with this code in the forum How-to & Troubleshooting 7 years, 4 months ago
is_user_logged_in()
is a WordPress function. It’ll returntrue
if the user is authenticated andfalse
if not.bp_loggedin_user_id()
will return the ID of the BuddyPress member currently logged in.The two functions are different.
-
Henry Wright replied to the topic Remove Base in the forum Installing BuddyPress 7 years, 4 months ago
@thomaslpu The image you posted seems to be broken.
- Load More
@henrywright
Active 8 months, 1 week ago