Search Results for 'buddypress'
-
AuthorSearch Results
-
October 5, 2015 at 5:52 pm #245088
In reply to: After Migration All Members and Activity are Missing
Justin Handley
ParticipantThe bp_ tables don’t actually get a prefix. Buddypress isn’t really completely multisite friendly. It does work, but it stores all records for all sites in tables that start with bp_ – it doesn’t do per site tables.
October 5, 2015 at 5:10 pm #245086In reply to: Unable to Upload Profile Picture
webguru13
ParticipantThanks so much for your response…I was thinking that maybe there is some kind of glitch and I should deactivate buddypress and then reactivate but I am scared it will mess with the work I have already done…
October 5, 2015 at 4:41 pm #245083In reply to: Unable to Upload Profile Picture
webguru13
ParticipantI am using the newest version of buddypress 2.3.3….I am so frustrated!! I am a newbie with WordPress although I have learned SO MUCH up to now….I am understanding many parts of buddypress and am actually going through a tutorial right now…I am unable to upload profile pic…when I go to upload one I can get a picture to come up to crop and all but when I hit upload it does nothing…help…I am VERY frustrated…I want to make more progress and this is a stumper…thanks!! Rhonda
October 4, 2015 at 11:12 pm #245055In reply to: Re-Code BuddyPress to use Custom Post Types
Henry Wright
ModeratorBuddyPress was released in 2009. Custom Post Types were introduced into WordPress in mid-June 2010 so there was no way the original BuddyPress crew could have used them.
Also, the use of custom tables isn’t always a bad thing. If the situation calls for them after careful consideration then you should use them.
In the case of BP, the database schema is sound, queries are optimised and everything is generally done “the WordPress way”. Personally, I don’t think of BP tables as “custom”. I think of them as an extended set of WordPress tables that get activated if you want social features with WordPress.
October 4, 2015 at 12:44 pm #245050In reply to: Warning message when posting status
Henry Wright
ModeratorYou should post this question on the plugin’s support forum as this related to the buddypress-activity-privacy plugin.
October 4, 2015 at 9:56 am #245045In reply to: Re-Code BuddyPress to use Custom Post Types
Henry Wright
ModeratorCan BuddyPress be re-coded to use custom post types?
Yes, but not very easily. An almost complete re-write of the project would be needed.
October 4, 2015 at 1:52 am #245043In reply to: Restricting Lapsed/Expired Members
HPMemSite
ParticipantHi, we are using Paid Memberships Pro. I’m finding that no membership plugin will work completely with WordPress because of the way BP is built. BuddyPress does not use WordPress custom post types (instead using several custom tables in your database) to store its information, so membership plugins will not automatically detect its content for restriction.
Can BuddyPress be re-coded to use custom post types?
October 3, 2015 at 10:11 pm #245039In reply to: Cannot Deactivate BuddyPress
bkf0
ParticipantI ran into the same or similar issue. From my debug logs it appears to be an issue when login with ajax is also an active plugin…these are the two errors that repeat endlessly until there’s a server timeout:
[03-Oct-2015 22:00:33 UTC] PHP Warning: current() expects parameter 1 to be array, null given in /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 223 [03-Oct-2015 22:00:33 UTC] PHP Stack trace: [03-Oct-2015 22:00:33 UTC] PHP 1. {main}() /var/www/html/_wp/wp-admin/plugins.php:0 [03-Oct-2015 22:00:33 UTC] PHP 2. require_once() /var/www/html/_wp/wp-admin/plugins.php:10 [03-Oct-2015 22:00:33 UTC] PHP 3. require_once() /var/www/html/_wp/wp-admin/admin.php:31 [03-Oct-2015 22:00:33 UTC] PHP 4. require_once() /var/www/html/_wp/wp-load.php:37 [03-Oct-2015 22:00:33 UTC] PHP 5. require_once() /var/www/html/_wp/wp-config.php:106 [03-Oct-2015 22:00:33 UTC] PHP 6. do_action() /var/www/html/_wp/wp-settings.php:353 [03-Oct-2015 22:00:33 UTC] PHP 7. call_user_func_array() /var/www/html/_wp/wp-includes/plugin.php:503 [03-Oct-2015 22:00:33 UTC] PHP 8. LoginWithAjax::init() /var/www/html/_wp/wp-includes/plugin.php:503 [03-Oct-2015 22:00:33 UTC] PHP 9. LoginWithAjax::getRegisterLink() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:91 [03-Oct-2015 22:00:33 UTC] PHP 10. bp_get_signup_page() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:270 [03-Oct-2015 22:00:33 UTC] PHP 11. bp_has_custom_signup_page() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1902 [03-Oct-2015 22:00:33 UTC] PHP 12. bp_locate_template() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1885 [03-Oct-2015 22:00:33 UTC] PHP 13. bp_get_template_stack() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:90 [03-Oct-2015 22:00:33 UTC] PHP 14. current() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:223 [03-Oct-2015 22:00:33 UTC] PHP Warning: next() expects parameter 1 to be array, null given in /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 229 [03-Oct-2015 22:00:33 UTC] PHP Stack trace: [03-Oct-2015 22:00:33 UTC] PHP 1. {main}() /var/www/html/_wp/wp-admin/plugins.php:0 [03-Oct-2015 22:00:33 UTC] PHP 2. require_once() /var/www/html/_wp/wp-admin/plugins.php:10 [03-Oct-2015 22:00:33 UTC] PHP 3. require_once() /var/www/html/_wp/wp-admin/admin.php:31 [03-Oct-2015 22:00:33 UTC] PHP 4. require_once() /var/www/html/_wp/wp-load.php:37 [03-Oct-2015 22:00:33 UTC] PHP 5. require_once() /var/www/html/_wp/wp-config.php:106 [03-Oct-2015 22:00:33 UTC] PHP 6. do_action() /var/www/html/_wp/wp-settings.php:353 [03-Oct-2015 22:00:33 UTC] PHP 7. call_user_func_array() /var/www/html/_wp/wp-includes/plugin.php:503 [03-Oct-2015 22:00:33 UTC] PHP 8. LoginWithAjax::init() /var/www/html/_wp/wp-includes/plugin.php:503 [03-Oct-2015 22:00:33 UTC] PHP 9. LoginWithAjax::getRegisterLink() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:91 [03-Oct-2015 22:00:33 UTC] PHP 10. bp_get_signup_page() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:270 [03-Oct-2015 22:00:33 UTC] PHP 11. bp_has_custom_signup_page() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1902 [03-Oct-2015 22:00:33 UTC] PHP 12. bp_locate_template() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1885 [03-Oct-2015 22:00:33 UTC] PHP 13. bp_get_template_stack() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:90 [03-Oct-2015 22:00:33 UTC] PHP 14. next() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:229Simple fix is to deactivate login with ajax, then deactivate buddypress, then activate login with ajax.
This error might also present itself with other plugins/themes that have custom signup pages.
October 2, 2015 at 10:33 pm #245035In reply to: Hide Course Discussion button
shanebp
ModeratorQuestions specific to another plugin are best asked of the plugin creators.
Try http://www.learndash.com/ or https://wordpress.org/support/plugin/buddypress-learndashOctober 2, 2015 at 9:29 pm #245031In reply to: Users not able to view the members page
Henry Wright
ModeratorDo you have any plugins activated aside from BuddyPress?
October 2, 2015 at 8:55 pm #245028In reply to: business page
Henry Wright
ModeratorIf you can think of business pages as “groups” then BuddyPress comes with that functionality. You just need to enable the Groups component and your members will be able to create and invite more members to join the group.
October 2, 2015 at 4:24 pm #245011In reply to: Notifications of my own forum topic replies-bug?
shanebp
ModeratorPlease include any links to bbPress forums that refer to these statements:
that bbPress function turns out to be riddled with bugs 🙁
(I guess JJJ’s “condemned” remarks would imply the same conclusion?)>Is there a way to completely disconnect BuddyPress notifications from the bbpress forums?
Try changing this line:
add_action( 'bbp_new_reply', 'bbp_buddypress_add_notification', 10, 7 );
to
//add_action( 'bbp_new_reply', 'bbp_buddypress_add_notification', 10, 7 );
in bbpress\includes\extend\buddypress\notifications.phpOctober 2, 2015 at 3:58 pm #245010In reply to: Notifications of my own forum topic replies-bug?
VeeLow
ParticipantThanks for the help, Henry–that bbPress function turns out to be riddled with bugs 🙁
(I guess JJJ’s “condemned” remarks would imply the same conclusion?)Is there a way to completely disconnect BuddyPress notifications from the bbpress forums?
October 2, 2015 at 3:20 pm #245008In reply to: will the buddypress be compatible with php7?
Henry Wright
ModeratorIt looks as though BuddyPress has got PHP 7 in the bag 🙂
October 2, 2015 at 1:32 pm #245007In reply to: After Migration All Members and Activity are Missing
billreed
ParticipantHi there Justin,
I’ve run into a similar issue but in reverse.
We’re in the process of migrating an individual WordPress site with BuddyPress to a multi-site WordPress with BuddyPress.
In my case, the normal practice would be to rename the WordPress tables from wp_ to something like wp_99_* , where 99 represents one of the site IDs.
The tool I used called “Export2 Multisite”, does a great job at fixing the table names.
However, it’s not smart enough to handle the data merge of the wp_bp_* and wp_rt_* table names.Regardless, I’m seeing the same symptoms on the site I migrated from a single WordPress install to a multi-site WordPress.
So, any help whatsoever from this community on migrating sites with Buddypress either coming FROM or TO a multi-site would be GREATLY appreciated!
October 2, 2015 at 11:59 am #245006In reply to: will the buddypress be compatible with php7?
Paul Wong-Gibbs
KeymasterHi
We’ve been testing against PHP7 nightly releases for a long time. It helps that our PHP is newer than most of WordPress’, so we have less really old stuff to migrate.
You can view our test coverage on https://travis-ci.org/buddypress/BuddyPress/ (“PHP: nightly” is PHP7), as you can see, there’s currently a failure with one test that we need to fix. It looks fairly straightforward to fix, and we’ll do that soon.
This one test aside, to the best of knowledge, yes, BuddyPress works with PHP 7.
October 2, 2015 at 11:12 am #245004In reply to: will the buddypress be compatible with php7?
Henry Wright
ModeratorGood question! This is likely to being looked at by the core team.
See this post which describes what is being done by the WordPress core team: https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/
My guess is the BuddyPress core team are doing something like that. Maybe @djpaul can add something here?
October 2, 2015 at 11:10 am #245003In reply to: will the buddypress be compatible with php7?
danbp
ParticipantHi,
of course, in so far that php 7 will be used by WordPress. BuddyPress’s dev follow the same route.
October 1, 2015 at 11:51 pm #244995In reply to: Site not loading for Logged out users after update?
sambssc
ParticipantAlso I just discovered the Buddypress member profile pages aren’t loading for logged in users.
October 1, 2015 at 9:20 pm #244987In reply to: Profile Tabs
October 1, 2015 at 7:17 pm #244983In reply to: Members Page not Loading!
@mercime
Participant@wecreatehype Have you done any basic troubleshooting like deactivating other plugins except BuddyPress and changing to the WP default theme? Also, do provide more information about your installation so we won’t be chasing ghosts. https://buddypress.org/support/topic/when-asking-for-support-2/
October 1, 2015 at 7:12 pm #244982In reply to: Converting BBPress to BuddyPress
@mercime
ParticipantI have read many stories about converting BuddyPress to BBPress format
@netentry Just to clarify that the only converting we ever did was to import content from the very old stand-alone bbPress 1.x.x versions included in very old BuddyPress installations into the bbPress 2.x.x plugin a long while back. That’s it. BuddyPress itself cannot be converted into bbPress forums.Are there any good tools for performing a BBPress-to-BuddyPress conversion?
Another clarification here. BuddyPress is not a forum. It is a social network plugin with many components which could have Sitewide and/or Group forums if bbPress 2.x.x is installed and activated.
So in your case, if you only have the bbPress plugin activated, you could install and activate BuddyPress and set it up in the bbPress Settings screen to allow Group forums in addition to the Sitewide Forums. Take note however, that if you activate bbPress and BuddyPress at the same time, the BuddyPress member profile pages will trump (or will show up instead of) the bbPress member profile pages.
October 1, 2015 at 6:41 pm #244981ckchaudhary
ParticipantThis sounds doable theoretically. But i am sure there will be implications 🙂
abc.com – table prefix wpabc_
xyz.com – table prefix wpxyz_Now in xyz.com, if you want to use buddypress tables of abc.com, go to active theme of xyz.com > functions.php and add the following code: ( untested )
add_filter( 'bp_core_get_table_prefix', 'bporg_244943_change_table_prefix', 99 ); function bporg_244943_change_table_prefix( $prefix ) { return 'wpabc_'; }October 1, 2015 at 5:50 pm #244975In reply to: Best Theme for Busy Community?
ckchaudhary
ParticipantI’d vote for boss theme too. It looks awesome and is specifically built for buddypress network sites.
http://www.buddyboss.com/product/boss-theme/. You might want to check its live demo.October 1, 2015 at 2:46 pm #244967In reply to: Best Theme for Busy Community?
Henry Wright
ModeratorHey @wecreatehype
Feel free to show off your community in the Your BuddyPress forum. It’ll be great to see a live version of Boss “in the wild”.
-
AuthorSearch Results