-
Henry Wright updated the Writing automated tests for BuddyPress-dependent plugins page, on the BuddyPress Codex 10 years, 3 months ago
The automated testing suite introduced into BuddyPress after 1.7 make it easy to write unit tests for your BP-dependent plugins. Our implementation assumes that you’ll be writing your plugin tests according to […]
-
Einstein HR's profile was updated 10 years, 3 months ago
-
Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago
To be clear, and provide further details to demonstrate that this hasn’t been answered previously, I’m looking to have 2 nav items in every group: Forum, Members.
In that order, with the default page being Forum.
I have achieved the default page being Forum with this:add_filter( 'bp_groups_default_extension', 'custom_bp_groups_default_extension'…[Read more] -
David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 10 years, 3 months ago
Hi Johnywhy-
You can disable the rich text editor on a per-field basis using the filter
bp_xprofile_is_richtext_enabled_for_fieldwhich was added when the wp_editor was added.You might do
[Read more]
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', 'my_disable_rt_function', 10, 2 );
function my_disable_rt_function( $enabled, $field_id ) {
// 14… -
David Cavins replied to the topic Automatically Send Activation Email and Activate New Signups Without Moderation in the forum Showcase 10 years, 3 months ago
This plugin automatically activates new user accounts: https://wordpress.org/plugins/bp-disable-activation-reloaded/
I sure hope that you’re weeding out spammers on the way in, or this site isn’t open to the world.
-
David Cavins replied to the topic Few Issues in the forum Showcase 10 years, 3 months ago
That’s quite a laundry list.
1) https://premium.wpmudev.org/blog/limit-access-to-your-wordpress-dashboard/
2) http://wptavern.com/wordpress-tip-disable-the-toolbar-on-a-per-user-role-basis
3) Can’t help there.
4) Check out “Edit activity” plugin here: http://www.buddyboss.com/free-buddypress-plugins/ -
David Cavins replied to the topic Registration Site is blank and link problems in the forum How-to & Troubleshooting 10 years, 3 months ago
It sounds like you need to update your permalink structure: https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
-
Henry Wright replied to the topic Global $bp does not contain current_user data in the forum Creating & Extending 10 years, 3 months ago
I’m also wondering why you want to populate the
$bpglobal with current user data? -
Henry Wright replied to the topic Global $bp does not contain current_user data in the forum Creating & Extending 10 years, 3 months ago
Is your
bp_displayed_outside_bp()function a class method? If not, then$thisis being used out of context. Instead try:add_filter( 'bp_displayed_user_id', 'bp_displayed_outside_bp' ); -
Andrew Tibbetts started the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago
When Activity Streams are disabled, Members becomes the default landing page within a group.
How can I make the Forum the ‘Home’ page and bring back the Members nav item? -
jhvalet started the topic Buddypress issue in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi! I am having an issue with Buddypress. I noticed there were some repair issues listed in the “Tools” section so, I clicked repair on a few of them and ended up getting kicked out of the admin panel. I can upload BP with no problems but, as soon as I activate it I get kicked out. I spent a few hours troubleshooting with my hosting company and…[Read more]
-
jhvalet replied to the topic Forum help in the forum Miscellaneous 10 years, 3 months ago
Thanks for the reply! You couldn’t find any links because my post never gets posted. I have not repeatedly tried to post it – I waited 2 days between each post and there is only 1 link in my post and that is to my web site. I really need help with my issue and both my hosting company and wordpress.org’s support forum have told me to post on buddypress.
-
Diana K. Cury wrote a new post on the site BuddyPress Brasil 10 years, 3 months ago
BuddyPress 2.5.0 Beta 1O BuddyPress 2.5.0 Beta 1 está disponível para testes. Você pode fazer o download do 2.5.0-beta1 zip ou obter uma cópia através do nosso Subversion.
-
Slava Abakumov replied to the topic Forum help in the forum Miscellaneous 10 years, 3 months ago
I haven’t found any topics that you are referring to. Perhaps, you included too many links and the topic was blocked (or on moderation). Try reducing number of links.
-
Slava Abakumov replied to the topic Unable to disable buddypress in the forum How-to & Troubleshooting 10 years, 3 months ago
Try removing the
/wp-content/plugins/buddypress/directory using ftp. And after that just reload the Plugins page inwp-adminarea. -
Henry Wright updated the Automated Testing page, on the BuddyPress Codex 10 years, 3 months ago
BuddyPress contains a suite of automated tests. These tests are designed to prevent the accidental introduction – or reintroduction – of bugs. If you are a developer of BuddyPress plugins, or if you are […]
-
SuitePlugins replied to the topic Need help converting PHP to run within my functions.php file. in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi Mark,
I think it would help to understand what errors appeared that you had to strip out. -
SuitePlugins replied to the topic migrate from cimy extra fields to xprofile buddypress in the forum Requests & Feedback 10 years, 3 months ago
Greetings vendocartoni,
Cimy User Extra Fields seem to serialize these entries in the database. I do not know of a tool to assist with the import but if you are familiar with coding you can use
maybe_unserializeto unserialize the data to an array then create an update/insert function to store the information to BP Profile. -
Mark started the topic Need help converting PHP to run within my functions.php file. in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi Everybody,
Hoping I can get one of you experts to chime in on this for me. I’m a newbie to coding and can’t figure out how for the life of me how to convert some PHP code to run within the functions.php file.
I want to plug it into my template via an action instead of copying and modifying yet another template file in my child theme.
The…[Read more]
-
SuitePlugins replied to the topic Private Messaging Limit with Membership plans in the forum Third Party Plugins 10 years, 3 months ago
Hi all,
I created a plugin call BP Premiums. If you are ok with using WooCommerce, I can create an add-on that will allow BP users to purchase message quotas.
I have created purchasable for BuddyPress Storage and RTMedia Pro Gallery.
Let me know your thoughts
- Load More