BTW, the 3 column theme can be found here, https://wordpress.org/extend/themes/bp-columns it produce the error mentioned below when clicking the member’s profile.
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 823
You can add my plugin which allows you to remove, rearrange and rename tabs.
https://wordpress.org/extend/plugins/buddypress-extended-settings/
This plugin works perfectly –> https://wordpress.org/extend/plugins/email-users/
I tested it and it does email everyone user @joelshakespear
It looks like some styles are missing. How are you styling the BP content? Are you pulling in bp-default’s stylesheet? Check to make sure that your version isn’t somehow mangled; it should be 2423 lines long https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/_inc/css/default.css
Greetings,
I’m running the latest versions of WordPress (3.4.1) and BuddyPress (1.6.1). Over the past few days I have been manually integrating BuddyPress with a non-BuddyPress theme (Uber by Theme Trust). Everything worked well, until I upgraded to BP 1.6.1 this morning. Now the activity listings (which were basically fine before) look like this:
http://community.communicatorsinaction.com/files/2012/08/more-jumbled-updates-buddypress_v1.6.1_8-14-2012.png
http://community.communicatorsinaction.com/files/2012/08/broken-updates-3-buddypress_v1.6.1.png
http://community.communicatorsinaction.com/files/2012/08/broken-updates-buddypress_v1.6.1.png
http://community.communicatorsinaction.com/files/2012/08/buddypress-broken-updates_v1.6.1.png
Considering they looked fine yesterday, the only thing I can think of doing which could cause this was upgrading to BP 1.6.1. It is possible I am missing something, and judging from the nature of the update I am tempted to doubt that this is an issue with the upgrade. However, I find it equally difficult to escape this conclusion (especially due to the fact that last night I was editing the styles of Private Messages and not activity updates). Any help with this issue would be greatly appreciated.
Thank you for an amazingly comprehensive and simple-to-use network,
Ben
I’m looking over the code, and there’s not a very easy way to make it happen. We have hooks in bp_get_activity_secondary_avatar(), but we’re not passing along enough information to make it possible for filters to make the avatars linkable.
Could I ask you to open an enhancement ticket at https://buddypress.trac.wordpress.org/ explaining what you’re trying to do? I can make sure that the filters are improved to make what you’re trying to do possible.
In the meantime, it’s possible to do what you want, though not elegant. Here’s a hint:
`
function bbg_turn_secondary_avatars_to_links( $avatar ) {
global $activities_template;
// Here you’ll copy the logic in bp_get_activity_secondary_avatar() to switch between types
switch ( $activities_template->activity->item_id ) {
// Here’s an example of what to do with groups
case ‘groups’ :
$group_id = $activities_template->activity->item_id;
$group = groups_get_group( $group_id );
$url = bp_get_group_permalink( $group );
break;
// You’ll have to do similar sorts of tricks for different content types
}
// Then, wrap the avatar in a URL
if ( !empty( $url ) ) {
$avatar = ‘‘ . $avatar . ‘‘;
}
return $avatar;
}
add_filter( ‘bp_get_activity_secondary_avatar’, ‘bbg_turn_secondary_avatars_to_links’ );
`
This may not work as is (it’s off the top of my head) but it should give you a push in the right direction. Good luck!
I have just upgraded to Version 1.6.1. And for some reason when I click on any of the groups or the my account or I try to view someone else’s profile the page goes full width. I have a standard 3 column site and I am using wordpress multi site and my theme is Custom Community Pro Version 0.7.1 | By Themekraft. Itis really funny because when I got back to the activity stream my site goes back to being 3 columns. I have tried to Network Deactivate each plugin one at a time but the problem is there there.
Has anyone else come across this problem?
So i’m looking for a good way to auto delete spam accounts. Long story short, I found this:
`function spammersdeletion() {
global $wpdb;
$from = strtotime(‘-30 day’, time());
$wpdb->query(‘DELETE FROM wp_users WHERE DATE(user_registered) < "'.date('Y-m-d', $from).'"AND user_status = "2"');
}
add_action(‘init’,’spammersdeletion’);`
Source:http://stackoverflow.com/questions/6212636/how-to-delete-unverified-users-in-buddypress
Is this ok to do? I remember reading somewhere that you shouldn’t directly query to wordpress database. I also took a look at the wp_users database in phpMyAdmin, and I noticed a list of user_id values with 1, all those accounts being accounts I marked as spammers from buddypress frontend. If the above function is ok, can I create another function to handle user_id = 1? I’m just a bit scared of writing a function that deletes legitimate accounts…
Hi @all,
I have been testing my plugin’s one at a time to see if one of them is the problem and I have found that WordPress HTTPS http://mvied.com/projects/wordpress-https/ is the problem. If I Deactivate it from my wordpress multi site install everything works fine.
I am going to contact the designer of the plugin and see what they can do.
Hope this helps so of you.
Thanks
Chris
A few years ago, I wrote a plugin that should do what you’re asking: https://wordpress.org/extend/plugins/bp-import-blog-activity/ I’m not sure whether it still works as advertised, so you may want to test in a development environment first.
@sudhirsinghinfo if you’re using a child theme of bp-default, then copy over https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/registration/register.php in your child theme’s folder e.g. yoursite.com/wp-content/themes/YOURTHEME/registration/register.php Open up the file you copied over and make the necessary changes and save file.
Friends ey,
I am new with tech knowledge I have so many problem on my wpmu & bp as the following:
1. the bp register page title always conflicts with the post tilte whenever i write the new blog post and publish it on my site,
2. My forum on the my wp multisite and buddypress, I always cant post the new topic of my site and group also, any tech idea friends. I appreciate your feedback my site is wiudo.org
@licklibrarysam
Images only
Free – BP Album – https://wordpress.org/extend/plugins/bp-album/
Images/Video/Audio, etc.
Free – BP Media (in beta) – http://code.google.com/p/buddypress-media/ – same plugin developer as BP Album
Premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/
9087877Inactive
You can used my child theme its only for the BP-Default theme it adds this functionality.
http://ezwebdesign.wordpress.com/free-stuff/
After updating to Buddypress 1.6.1 within WordPress 3.4.1 I have the same issue…
How do I access the “Install Update Wizard” again to get functionality back?
I get “You do not have sufficient permissions to access this page.” for every Buddypress admin page.
Is there a solution yet for this? I’m dead in the water right now
I am new to using buddypress and wordpress so bare with me lol! I wanted to make a social area for me and my friends about the gym and thought this would be the best way.
So the problem i have at the moment is that the reigstration page words fine on my pc and dads pc in all web browsers but thats it… ive asked my girlfriend to try it on her mac and friend to try it on his pc and when they go to sign up they click the “Complete Sign Up” button and aren’t directed to the “successfully signed up” page the registration form just reappears with all the data in apart from the password!
I dont even no where to begin…. Please help!??!
Thanks
Adam
OMG @neononcon please tell me how I could be forgiven for my silly delay? Chaos ‘s reigned in my world for a couple of months and I forgot about Buddypress until it turns to wonderful 1.6.
– Yeah, Theme paid.
– Too bad I did not notice about the confused users when both Sidewide and Group’s forums are enabled and now I do not know how to do. But I wonder why Buddypress team does not make this better blending the use of them.
– No spam! Wangward, Akismet and WordPress Hashcash have destroyed them while I was having coffee.
PS: For anyone who wants to ask me questions, mention me, otherwise I may miss you.
“The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent messages, problems with syndication feeds or other issues, try deactivating or removing this plugin”.
Also…JetPack will still not connect to WordPress when Buddypress is loaded. It throws an xmlrpc error message and won’t connect until Buddypress is deactivated. This is also prohibiting Windows Live Writer from making a connection and being able to post (same xmlrpc error).
Groups/members areas still time out with redirection loops.
I did a fresh install of wordpress and BP 1.6.1.
It works perfect on the parent theme but not on 3 column BP theme.
—
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 823
—
When I open the child theme members>single>home.php and removed the ffg block it will show no error but not all tabs will show
`
`
Can you test where it is conflicting.
Ah hah. I think I see the confusion.
When BP is installed or update, you need to run the Install/Update Wizard. There’s a banner at the top of the page that shows you this: see https://mercime.files.wordpress.com/2011/11/bp-installation-wizard-01.gif
Once you have completed the Install/Update Wizard, the “Settings” link (and everything else) should work. Can people here check they’ve done this, and let me know if the problem’s resolved?
We can make the Settings link only appear once the Wizard has been completed in future releases of BuddyPress; we didn’t think of this. Thanks for the feedback.