you could also use this plugin before exporting your DB:
https://wordpress.org/extend/plugins/wp-cleanfix/
I believe your report is covered by:
https://buddypress.trac.wordpress.org/ticket/4573
It’s a gremlin that doesn’t appear for most installs.
It’s been reported in various guises for quite awhile.
I was hoping that forcing a value into gmt_offset would solve it for you. :{
Hi,
I want to make custom field called use_country
and put it in register big as a required field , contains drop down menu with countries,
to let user choice his country , thats it ! …. please i need this badly ! .
thiss list of countries http://svn.buddypress.org/branches/1.0/bp-xprofile/prebuilt-fields/
and in member page i can short user by country
you can take look at http://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/
ability to selectively take posts from sub-sites and repost to the main blog
@ubernaut Didn’t need that feature. It was automatic posting to main site/site of choice from all subsites. I install it, configure it a little, that’s that. For what you want, check out https://wordpress.org/extend/plugins/threewp-broadcast/screenshots/
any word on when this will be available to update via WordPress? dashboard isn’t prompting me … (yet)
@mercime i was looking at that plugin recently because this other one:
https://wordpress.org/extend/plugins/network-shared-posts/
doesn’t work anymore looking to have the ability to selectively take posts from sub-sites and repost to the main blog would the plugin you mentioned allow me to achieve that you think or am I’m DYI territory here you think? thanks!
@hnla I suspected that this was probably a WP-Engine issue and that there wouldn’t be much you guys could do. I came here out of hope rather than expectation in case someone on here had experienced a similar issue and had some tips or advice.
With regards to the number of users there are a large number of fake/spam user accounts (I estimate 10,000+) that were registered on older versions of WordPress/bbPress before we upgraded and switched to CloudFlare and WP-Engine which has reduced spam considerably. We have also gradually been deleting obvious fakes but as you can appreciate this is a laborious task.
WP-Engine have refused to temporarily increase the resource limits to see if that enables the BuddyPress installation to complete. At this point I think I’ll try downloading a copy of the site and see if I can run the BuddyPress install on a local LAMP/WAMP setup and allocate 1GB+ to PHP memory.
@hnla This was my advice from WP-Engine:
After extensive testing on the staging site to determine what is causing the errors when activating BuddyPress, I was able to rule out a conflict with all other plugins (including our own) as well as conflict with your theme.
The problem is that your site has almost 38,000 users. I was able to prove this by deleting all users except the “admin” and “wpengine” user from the staging site. Then, I installed and attempted to activate BuddyPress. This time it activated with no error in less than 10 seconds.
I recommend removing users from your WordPress site if possible. If not, then you should contact BuddyPress support to determine how to activate BuddyPress with so many users.
@mercime I’m reluctant to move host (unless I find another host that can guarantee a solution) as WP-Engine are normally quite good and I recommend them to most of my clients. Their advice was to come here for support on this particular issue.
I have been trying to install BuddyPress on a WordPress (with bbPress) website with over 25,000 users but the install keeps failing and crashing the WP-Admin area with PHP memory limit errors.
WP-Engine have told me that the install fails due to the number of users and they are unable to increase the resource limits temporarily to assist me.
Does anyone have advice on installing BuddyPress with such a large user base?
from the previous version of wordpress to WordPress 3.5.1. – i didn’t upgrade buddypress as i had made some modifications to the layout. Everything else works bar the avatar upload/change. When this is changed there is a blank page and hang type behaviour. I’ve tried various permetations of permissions but with no success.
Hi!
If somebody still need to disable activation email, the following function works fine for me:
`
// Change the text on the signup page
add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );
function my_disable_activation( $user, $user_email, $key, $meta = ” ) {
// Activate the user
bp_core_activate_signup( $key );
// Return false so no email sent
return false;
}
add_filter( ‘wpmu_signup_user_notification’, ‘my_disable_activation’, 10, 4 );
remove_filter( ‘wpmu_signup_blog_notification’, ‘bp_core_activation_signup_blog_notification’, 1, 7 );
add_filter( ‘wpmu_signup_blog_notification’, ‘__return_false’ );
`
Thanks to @cnorris23 for it! https://buddypress.trac.wordpress.org/ticket/3443
Hope it helps to someone 🙂
a member login menu that would take the registered users to a login form similar to the form on the sidebar. Hope that makes sense.
@bookee you can create a page template with only the login form code you copied then go to Pages > Add New, add Page Title e.g. Join Us, then use the page template with the login form you created. Or, you might want to try out pcwriter’s tutorial http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
how do I make it so that when they click the title to read more that they go to the blog on my site NOT the members site?
That’s the default behavior. You need to install a plugin to do what you posted. I used the WordPress MU Sitewide Tags Pages. Do read the Other Notes of the plugin. It’s not been updated for 3.5.1 but it’s still working in my installation. If you find issues with the plugin, do post at https://wordpress.org/support/plugin/wordpress-mu-sitewide-tags
@garethmartin when you upgraded WordPress (from what version to latest?), did you upgrade BuddyPress as well? Did you check if your theme is compatible with WP/BP versions?
Demetrius Pop
Participant
@demetrius-pop
5 seconds ago
http://www.paulyorde.biz/wp-login.php?redirect_to=http%3A%2F%2Fwww.paulyorde.biz%2Fwp-admin%2Fnetwork%2Fadmin.php%3Fpage%3Dbp-wizard&reauth=1
I just installed buddypress and now I can’t log in to my wordpress account. I am using wordpress 3.5.1 and Buddypress 1.6
When I try and login into WordPress admin panel, I get, “you don’t have sufficient privileges to access this page”.
I’ve been using this site for over a year, and it is a multi-site.
Thanks for any feedback.
http://www.paulyorde.biz/wp-login.php?redirect_to=http%3A%2F%2Fwww.paulyorde.biz%2Fwp-admin%2Fnetwork%2Fadmin.php%3Fpage%3Dbp-wizard&reauth=1
I just installed buddypress and now I can’t log in to my wordpress account. I am using wordpress 3.5.1 and Buddypress 1.6
When I try and login into WordPress admin panel, I get, “you don’t have sufficient privileges to access this page”.
I’ve been using this site for over a year, and it is a multi-site.
Thanks for any feedback.
Hello all,
I am looking for a plugin such as Humancaptcha, just for Buddypress. Is there any?
I would like to include questions like these: “Capitol of Bavaria” Answer:”MĂĽnchen” for the registration form.
Any goog idea?
Thank You.
Kai
hi @boiy
you have to code this yourself or hire a dev to do it for you.
maybe this plugin can inspire you https://wordpress.org/extend/plugins/word-linker/
or this older one https://wordpress.org/extend/plugins/buddypress-group-topic-tags/
oopss the user(subscriber) could not post anything, even could not update his status by applying this code. Is there any alternative solution? i do not want to try plugins. plz.
`function restrict_admin(){
//if Subscriber or low, kill WordPress execution and provide a message
if ( ! current_user_can( ‘edit_posts’ ) ) {
wp_die( __(‘You are not allowed to access this part of the site’) );
}
}
add_action( ‘admin_init’, ‘restrict_admin’, 1 );`
Hi – I’m using wordpress 3.5.1 With buddyPress 1.7 beta – am also using BuddyBlog V1 and BP Simple Front End Post V1.1.2 The site is http://savingpitbulls.com
Everything appears to be working to a degree but after a member registers and tryies to make a post any images they upload – upload to the WP media library but do not embed in the actual post and at this point I can’t see how they would upload a video into the post. This is a requirement of the site.
Any suggestions or assistance would be greatly appreciated.
Thanks in advance
Alan
well it’s an interesting post but it is contrary to my own personal experience with WP Engine i signed up right about the time he gave up. I would note the fact that he states that the CEO issued personal apology and reimbursement for the migration issue, thats seems like at least they took the issue seriously at some point. Also way he closes the post “Where I am today Back at Linode, back to running it myself.” This is exactly the reason it makes sense for people along a spectrum of technical expertise not just novices. Granted the WP managed hosts are not without their drawbacks and even WPE has some quirks that take a little getting used to.
WP Engine is the only company that provides both phone support and specialized wp hosting as far i know. The entire system is built from the ground up only to host WP sites. I cannot tell you how valuable it is when you call into support and you don’t have to explain how wordpress works or what buddypress is every time you are trying to get to the bottom of something. It is also the only hosting company i know that Automattic is financially involved in, to me that means something, i suspect it also means something to WPE.
In my experience the notion of a perfect host is a canard, what may be a great host today could be horrendous two years from now, but WPE aside from any deal killing kind of quirks is the best platform you could be hosted on aside from wordpress vip unless you truly can afford to do everything yourself.
single.php
/**
* @package WordPress
* @subpackage Constructor
*/
// requeried comments
wp_enqueue_script( ‘comment-reply’ );
// load header.php
get_header();
// load one of layout pages (layouts/*.php) based on settings
get_constructor_layout(‘single’);
// load footer.php
get_footer();
Just a note:
open and close php are removed as I think that is causing the entire file to not show up…
hmm… dont know where they go to…
index.php…
/**
* @package WordPress
* @subpackage constructor
*/
// Stupid Parser This is Theme support the Gravatar Service
// get_avatar();
// load header.php
get_header();
// load one of layout pages (layouts/*.php) based on settings
get_constructor_layout(‘index’);
// load footer.php
get_footer();