@powers1
Yes, the display of the activity entries is one of the most annoying / difficult things about theming BuddyPress – too much UI information is embedded and fixed in the core.
The best approach I can see for your issue is to hook a function onto the bp_activity_permalink filter.
Your function would have to check if the activity was your new component type, and if so, strip out the permalink info from the string (PHP string hacking), and insert a revised permalink based on your requirement.
@mercime sorry the mention of ‘very odd’ wasn’t meant as a criticism of BP Gallery, more that users will find that facility to upload from that point in the site slightly confusing – as has already been highlighted to me so it’s not my supposition at work here, however all it needs is some UI clarity which I’m happy to work in so that users are clear what features do without them having to find out by trial and error e.g on an icon you MUST always provide an alternative means to identify it as a link, and an image MUST have an ‘alt’ attribute this is proscribed and not optional as well one may also decide to add perhaps title attribute to the anchor.
But far more importantly the issue that the thread alludes to is not one of BP Gallerys making, BP gallery isn’t at fault here it was never supposed to provide the ability to add a simple image directly to ones updates, or was it? have I missed something really obvious here in it’s functionality?
Hi,
I would love to have new feature on buddypress. Same like wordpress.com has ability to subscribe to blogs through admin bar for all members. Would someone make a plugin for that? It would be sweet. Thanks.
Alright. I have tried a few things to build my own gaming site and am lost. I need help building a flash game portal on wordpress using buddypress with the features Points/Achievements/Teams/Tournaments.
We will need an API to trigger the above features from the Flash Game.
I am willing to pay to get this job done.
Is there any way to check only those members who have not activated their account in buddypress and Is there any way that new member can add themselves by not activating their account, I dont want to do as admin.
I have lost lot of members because of it
Well, I decided to re-install WordPress, Multi-Site, BuddyPress… basically EVERYTHING and completely start over from scratch. Maybe that was going overboard, but it was my only option. It is now showing the members and friend requests as it should for just my 2 test accounts, but now I need to figure out a way of bring over the data, posts and WP users from the old site without disturbing what I have working now. Any ideas?
So, I’m creating custom activity types using the `bp_activity_add` function. Currently installed: Buddypress 1.2.4.1. This question is about the “View” link next to an activity in a user’s activity stream. I don’t want it to link to the activity detail page – instead, I want it to link to my custom component. Instead of linking to http://localhost/activity/p/id it should link to http://localhost/mycomponent/id
I see in the `bp_activity_get_permalink` that several activity types are hardcoded as returning the permalink (new_blog_post, new_blog_comment, etc). while the rest link to /activity/p/id. I *could* add my activity type to this hardcoded list. But I’d rather not. How can I instruct Buddypress to use the permalinks for my custom activities without hacking the `bp_activity_get_permalink` function?
It’s out now, so I expect no more replies to this thread! 
Okay, if you really want to say your prayers, here’s the blog post:
BuddyPress 1.2.6
@intemez I did not. I’m always afraid of making things worse buit I will try.
@nuprn1 do you have any idea what plugin might be trying to use the function?
Thanks guys!!!!
i believe that function was removed in 1.2.6
https://trac.buddypress.org/ticket/2024
@AviM Did you try after disabling all the plugins? I didn’t run into that problem yet.
Installed the latest version and now seeing double “add friends” to each username in the Members Directory
[wordpress3.01+buddypress1.6]
can you use buddypress on wp3 multisite or would i have to set this client up on his own?
is it possible to use plugins with buddypress, im goingto be using a bands gig list and contact form plugin…
is it possible to set up a page that only logged in users see? can i add php to that page, so i can set up download links for them?
thanks – buddypress looks awesome!
how does the synchronization work?
I’d love to get a plugin to match certai nfields against certain other fields win wp profile and bp profile!
You might want to go over other WP configurations which need to be working well before installing BuddyPress for a less bumpy ride later..
P.S. “BuddyPress, pls kill me” just caught my eye 
@hnla – the only time the upload didn’t work for me fwas after I upgraded to WP 3.0 and it was my fault for not double-checking the necessary change in .htaccess was done, I just assumed it did
Needless to say that you wouldn’t have made that kind of error at all. What did @sbrajesh say about your situation? He has helped many others with their installs – even checking the servers and configurations.
Since BP Gallery has multiple file uploads with group albums as well as single user albums, the way he structured the plugin was the most logical way IMO. Personally, the bottom line for me is that as long as the plugin is working according to plan and the community members are happy with their user and group albums, so am I
I’m looking forward to the BP Gallery upgrade after BP 1.2.6 rolls out.
Ok….. time to release 1.2.6 now everyone is back and the gang is all here…… 
@Tridian
Did DAP fix this yet? Does DAP work with BuddyPress now?
Thanks
Steve
1) I just installed BuddyPress on a membership site where I’m using the Digital Access Pass plugin (DAP) and was wondering if anyone can tell me if the two work okay together?
2) Any best theme to use?
3) Conflicts or work-arounds I should be aware of?
4) I noticed immediately that there are now two login sections – 1 for BuddyPress and another one for DAP and wonder how that is supposed to work??
Thanks
Steve
WordPress sends emails automatically to the admin (you I presume!).
If you are not getting those mails when you create users in wp-admin, then your mail isn’t configured properly in WordPress (as with ‘freeriders’ system in the thread I gave you).
You need to fix that before proceeding with BuddyPress install.
Look in the WordPress Codex for details on setting up / configuring the mail settings.