I mean I’ve searched high and low across buddypress and wordpress and I can’t seem to find either a place to view other peoples blogs (like you can with wp.com through it’s reader) OR a social hub that isn’t centered around Tech Support (like the incredible establishment you have here). Is there somewhere like this?
According to this trac bp_new_mention_count_for_user() will not be released til 1.7
http://buddypress.trac.wordpress.org/ticket/2084
@pgibbs @boone
I can confirm that as it kills my site when i try to run it. 
Therefore this should work
echo bp_total_mention_count_for_user();
but it returns a zero.
I also tried and failed with
echo bp_total_mention_count_for_user($bp->loggedin_user->id);
echo bp_new_mention_count_for_user($bp->loggedin_user->id);
Any ideas?
Cheers
Johnny
@karmatosed, the issue is that, for me at least, the template pack instructions are too vague. It basically says that if you have issues with alignment, to look at your themes page.php and your activity/index.php (and all other buddypress created indexes) and figure it out.
The template pack instructions give you a second option: copy and rename your themes header.php, footer.php, and sidebar.php to header-buddypress.php, footer-buddypress.php, and sidebar-buddypress.php.
Well, then what? There are no files in buddypress to replace a header-buddypress.php. The instructions just end and don’t give the average user any idea of what needs to be replaced and where. Granted, every theme is different, but they don’t even give you a general idea. Just a vague description of a solution.
The theme I’m using, and it’s subject to change, is called “The Secret World” and is located here. http://l3cdn.funcom.com/tsw/download/wordpress-template.zip
I tried editing what I thought the template pack asked to do wut it didn’t work. I tried other methods posted that worked for others. None worked. I’m not sure where to go.
A link to a live-test site I’m tinkering with is http://forcedreality.net/members
Thanks for looking into it.
It’s stored in the wp_user_meta table, and there are some BuddyPress wrapper functions around the standard WordPress get_user_meta() functions.
You should be able to use:
$activity = bp_get_user_meta( $user_id, ‘last_activity’, true );
Let me know if that works.
Cheers, Roger
Do you mean, you want to send an email to everyone when a new (blog) post is posted, or when any kind of item is posted to the activity stream?
For the first you can hook a function on to the WordPress ‘save_post’ action. In that function, you can iterate over every member (see https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/ for guidance), and for each member you use the BP messaging API ( messages_send_message() ) to send them an email.
For the second – you can’t seriously want to email everyone, any time anything is posted to the activity stream: the system and your users would be swamped – However, if you still do, check out some of the action hooks that are called when activity items are saved: https://codex.buddypress.org/developer-docs/action-reference/activity-streams/
It’s standard WordPress syntax for including templates (e.g. sidebars, footers, template parts).
If you have a template called header-buddypress.php defined it will include that, if not it will fallback to header.php.
Website URL: http://www.ledtechconnect.com
I installed a buddypress theme called ‘Bounce’ on my wordpress website
I am not able to send my registered users an activation code, could this be because I don’t have an email for the website, (i use an @gmail email system instead of something like info@ledtechconnect.com, which i’m not using)
I consulted with the company that designed the buddypress theme and we came to a conclusion that the theme is not faulty and that would most probably be a buddypress issue, but my theory is that I don’t have a proper emailing system for the website. Do I need to have a proper emailing account for my users to receive an activation code.
Hey guys,
I’m looking to implement an image upload and then the ability for all users to vote on the image the person has uploaded. I have had a look about but was wondering if anyone has any experience with this kind of functionality.
I have found an external wordpress plugin that handles this kind of stuff here:
http://wordpress.org/extend/plugins/wp-photocontest/
I was wondering if this would work with buddypress? The users etc.
Any help would be great!
Thanks guys 
I keep getting this error repeatedly over that last few days and I don’t know how to fix it.
PHP Fatal error: Call to a member function set_404() on a non-object in /home2/zetaport/public_html/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 1470
Yesterday I got this error too
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 37708 bytes) in /home2/zetaport/public_html/wp-includes/functions.php on line 316
I’m using
WordPress 3.4.1
BuddyPress Version 1.5.6
mulitsite install, root install, new install
using with suffusion theme and suffusion bp pack
The only modification I have made was to increase cache memory
on bluehost
other plugins I’m running
BP Group Hierarchy
BP Group Organizer
BP MyMood
BP Registration Groups
Dashboard: Pending Review
FD Feedburner Plugin
Google Analytics for WordPress
Lightbox Plus
Multisite User Management
Q and A
Quick Cache
Shareaholic
Spam Free WordPress
Subscribe2
Suffusion BP Pack
Theme My Login
User Role Editor
WP DatabseBackup
WP About Author
@rickpowell you would need to resolve your multisite issue first –> https://wordpress.org/support/forum/multisite
Had to set my wordpress timezone to UTC, Save Settings, and then set it back to my timezone offset and now it is working.
I’m stuck with a big problem after upgrading to the latest buddypress. I’m not sure what to do now to get it back to how it was. I have the bp-custom.php on my plugins folder with the enable root profiles code:
define ( 'BP_ENABLE_ROOT_PROFILES', true );
this was working fine. After the upgrade now all I see is a blank page with just the title that reads “Members” (besides my theme layout), this happens if I go to any member’s page.
I have all the other files on my custom WordPress theme folder (eg. _inc, bp, members, groups, ect…).
I need some help, I have no idea on what to do to fix this. If not I’m just going to have to downgrade buddypress, I just hope it doesn’t screw things around now.
Update: Great! So i just downgrade it and it didn’t do anything! I dont know what happened, but it was fine before I upgraded!
@patrickhitches neither BuddyPress nor bbPress are installed in your site. If you’re still want to hire someone to fix the layout for you, do post at
– https://buddypress.org/community/groups/bp-jobs-board/forum/
and/or
– http://jobs.wordpress.net/
Haraldo, there is nothing wrong with your install, there is NO built in way to message all users in BP. The site notification will merely place a widget type notice at the top of your sidebar for all logged in users, which thy can then choose o close. It isn’t emailed or passed as a private message.
There are a couple of old plugins for this such as: https://wordpress.org/extend/plugins/buddypress-mass-messaging/screenshots/
It’s an option that is useful, HOWEVER, I would strongly recommend you export your users to CSV. Again export plugins are available and import people into a 3rd party email service like Mailchimp.
This is far better for email marketing, however in itself is a bit tricky, as unless your members have signed up or opted into a list, it’s technically breaking the T&C’s of all 3rd party mail apps.
The problem with sending email direct from your server is if you get people unwittingly or deliberately labelling your mail as junk/ spam in clients like hotmail, yahoo and gmail, the ip address of your server can get blacklisted.
At that point NO mail at all from your server is going to get through to those services, not just for the accounts that labelled you as spam but your server will be blocked and mail won’t reach anyone with a hotmail address etc.
Sounds dramatic but it could kill your community if you aren’t careful.
You should always use a 3rd party.
Rules are still incredibly stringent though. You are generally allowed one spam complaint in every 1000 emails sent.
Hope that helps!
Our current Buddy Press community is here:
http://sharepointsolutions.com/sharepoint-help/
It is running WordPress MU 2.8.4a and Buddy Press 1.1.
The original developer has left our company.
One thing of note is that this implementation of WordPress and BuddyPress is running on a Windows Server 2008 box using IIS7. (Yes, it is possible to make that work. It has been working for us for the past three years.) We have PHP for Windows installed on that box and a seperate server that runs MySQL for Windows.
Our implementation of BuddyPress has to stay running on Windows IIS because Buddy Press runs within our overall website URL namespace and our website is ASP.NET-based and requires IIS.
If you are qualified and interested in helping us as a consultant, please contact me at jeff@sharepointsolutions.com.
Jeff Cate
President
SharePoint Solutions
Okay, I started from scratch.
BuddyPress upgraded to 1.5.6.
WordPress upgraded to 3.4.1.
bbPress v 2.0.3 (removed the old instance and rebuilt with this version to make sure and wiped out all old forums, topics and replies)
I’m using the BP Default theme for testing.
I deleted all my old pages so I had the bare bones pages to work with.
I deleted all old groups to make sure I also had a clean slate there.
I’ve followed the codex to the letter here:
https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
I attempted to create JUST group forums and NOTHING else, using an existing bbPress Installation. I confirmed that the following were created:
wp_bb_forums
wp_bb_meta
wp_bb_posts
wp_bb_terms
wp_bb_term_relationships
wp_bb_term_taxonomy
wp_bb_topics
Group forums failed. All I get is “Sorry, there were no forum topics found.” whenever I attempt to access forums from the (newly created, with forums enabled) groups page.
Then I went back to older postings about tricks other users have tried as noted here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/this-group-does-not-have-a-forum-setup-yet-1/?topic_page=1&num=15
Post #7 was hailed as a the silver bullet by some users. Didn’t work for me. I went into my test group, edited it, removed forums, saved it. Renamed bb-config.php, reinstalled group forums. Went back in, re-enabled forums, saved again. Nothing.
I’ve performed about 4-5 different iterations and combinations of everything referenced in the above posts over the past several days now. Nothing. Groups forums is STILL not working. Can I offer money to someone to possibly help with this? Please? Anybody?
Hello, I’m running WordPress 3.4.1. and Buddypress 1.5.6
I would like to change the Activity stream updates from “right now” , “2 hours, 22 minutes ago” , etc
to the exact time and date like “07/03/2012 at 12:58 PM”
Is there a plugin for this? If not
I’m comfortable with PHP but don’t know were to edit this
(activity/activity-loop.php) ?
Thanks and sorry if this is a duplicate post…
Edit
Here’s what I’m looking to change (in red)

Hi Thomas –
a few pointers for you:
To integrate your videos into BuddyPress, you probably want to take a look at building a BuddyPress component – check out the bp skeleton component – it gives all the outline code you need for integration with the activity stream, adding new menus / screens within a user profile, and creating classes / custom post types to store your data.
You won’t need any new tables – WordPress custom posts and data storage in wp_post_meta should give you all you need.
I’d suggest you’ll probably want a new custom post type for storing your playlists, and can make use of the existing WordPress video post format for the actual videos.
It’s not easy coding, but if you know your way around PHP, and WordPress custom post types / taxonomies, you’ll be fine.
cheers, Roger
Hi modemlooper, I tried deactivating and re activating BuddyPress and deleting it and re installing BuddyPress but still the same problem, every time i try to install buddypress-share-it v1.2 the same error comes up. I then tried installing buddypress-share-it Version 1.1.7 and its working fine, Don’t know why v1.2 is not working for me, But apart from the new version not working for me great plug in keep up the good work.
PS If you come up with a fix please let me know or i might have to wait for the next version.
I am using WordPress Version 3.4.1
BuddyPress Version 1.5.6
@mercime sorry to revive this topic, I followed your instructions, but buddypress is not correctly aligning yet (eg. http://www.linkin-park.it/newsite/members/linkin-park-italy/activity/). I’m using WordPress 3.4.1, Buddypress 1.5.6 and InStyle Theme 2.7. I’ve attached some code from my theme. Let me know if you can help me out, thanks in advance!
Header: http://pastebin.com/XaLx9ixX
Sidebar: http://pastebin.com/vnHV5FDA
Footer: http://pastebin.com/puaLJRZg
Page: http://pastebin.com/ZKi9QeUh
Page-Full Width: http://pastebin.com/EdkA0Cfb
ok, so I will hack on https://wordpress.org/extend/plugins/buddypress-xmlrpc-receiver and see what I can do.
The current version of this plugin isn’t working (authentication fails), if someone can help me I appreciate, i really need this
Hi, i want to create a BuddyPress Android client, but i need to know how can I connect to BuddyPress. I tried the XML-RPC Receiver plugin, but it’s not working.
On the Brazilian forum, they told me that BuddyPress uses post_types and that I could use the default XML-RPC WordPress server, but i don’t know what post_types BuddyPress uses (if it uses)!
Anyone can help me?
Have this problem also.
using;
wordpress 3.4.1
buddypress 1.5.6
Hi there, I’m getting a error mesage when i try to update buddypress-share-it. befor this update everything was working fine.
The error I’m getting is (Fatal error: Class ‘BP_Component’ not found in C:xampphtdocswordpress4wp-contentpluginsbuddypress-share-itloader.php on line 17) and it locks up my site and the only way to unlock it is by deleting the buddypress-share-it plugin from the plugin folder. Is there are fix for this? or is there a link to the previous working version?