You may want to view this topic.
http://etivite.com/groups/buddypress/forum/topic/how-did-you-add-the-view-blogpost-button/#topic
Redirect the reply to the forum post works well. You can see here (http://www.thechembook.com/chemistrycircle/) that the kids may ask in a forum post but the reply in the activity stream takes them back to the forum post and stops the replying in the activity stream.
Hi, I installed wordpress without problems. Then when I tryed to install buddypress automatically, it was stuck at “downloading [filename] for installation”.
So I placed the buddypress folder (from the zip file) into the plugins folder.
When I go into my admin account, I can now see buddy press. but when I click on Activate, it says :
Error 500 – Internal server error
An internal server error has occured!
Please try again later.
So did I miss something here? I have a 1and1 basic server so it should have everything I need to set up this kind of site right?
Thanks for your help
This is odd too:
I can see the buddypress admin bar on this page:
http://autobituary.net/yourobit/ — with working links
and not on this page
http://autobituary.net/ — links not working
Thanks. That moderate-new-blogs plugin is exactly what I was thinking of but couldn’t find anything like it!
Drop all the tables that start with wp_bp_. There are also a few options in the wp_options table (or wp_sitemeta on a network install) that start with bp_ but they probably won’t affect bbPress installation.
Is the plugin compatible to wp 3.0.1 and new buddypress?
I installed buddypress and then I tried to install bbPress. The buddypress install was preventing the bbPress installer from coming up so I deactivated and removed the buddypress plugin. I also dropped all bb_ tables from my database.
While the bbPress installer comes up buddypress is still interferring with my attempts to install bbPress. How do I remove buddypress from my database completely so I can successfully install bbPress?
I plan to re-install buddypress once I get bbPress running but for now I need it totally gone.
Hi @tubruk,
From what you typed, I can’t really confirm what it is you want to do.
Sounds more like a theme issue, you might want to check modemlooper’s BP Columns theme for hints on how to structure the page into 3 columns:
https://wordpress.org/extend/themes/bp-columns
ta @travel-junkie that did the trick, ye I am ganna rather keep it using the groups_custom_group_fields_editable. At least i learned something in the process.
OK so I’m ganna incorporate a group address ( @antonrsa ) and call it in the group header but have it on the map creation step and in the map admin edit tab thing. The address wont affect the map as I can’t get the geo-coding working.. ( converting the address into co-ordinates ) will give it another try later on.
What I can’t get right is ( mebe @DJPaul or @boonebgorges could help ) saving the co-ordinates from the map admin edit screen: from lines 37 down ( http://pastebin.com/WnR6MTv6 )
I included the form and stuff for the create screen so you can see whats going on. My first time working with the group api so not to sure what to do and can’t find anything looking at existing plug-ins..
@zoltok, neat little solution. This will come in handy. Tks. 
require( ‘./wp-load.php’ );
require( ‘./wp-blog-header.php’ );
require($_SERVER . “/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php”);
These are the dependencies for the BP registration process. Once all 3 are loaded, the form will work.
I have a custom BP installation in which I bypass the main BP index.php file and use WPMU and BP functions as I need them.
To get the slugs to work, I change my .htaccess file as such:
RewriteRule . index.php?slug=1 [L,NC,QSA]
and then my index.php as such:
if (isset($_GET)) require( ‘./wp-blog-header.php’ );
In that way, the BP header is only loaded when a slug is used, and I can bypass it otherwise.
Hi, I am interested in people who are NOT login in (ie people browsing) to be able to send an email to a member from the member profile page. I was looking for a way to put an email form that does not show the members mail in the code, so it can’t be seen by bots or in the source. I considered trying to use the private messaging system in buddypress. Anyone have any ideas?
Essentially, Members pay to be on the site and set up a profile. Regular people (customers) can contact them without knowing the email of the member.
@danfun I would recommend contacting the plugin author about this – http://kimili.com/plugins/kml_flashembed/wp and check out http://kimili.com/plugins/kml_flashembed/#faqs
Michael Bester has actively upgraded the plugin and has responded when I had issues way back WPMU 2.7. Also, I have used Kimili Embed Plugin in some projects and have not had any problems with the RSS feeds.
I just got a notice from my host service that I’m over my “GPU” (Grid Performance Units) limit. It looks like it’s mostly from the Buddypress admin-ajax.php file. I’m on a Mediatemple Grid service. Anyone out there have this issue? And if so, what have you done to fix it?
Thanks for your help.
Ed
Thanks for the reply hnla.
Apologies, my first instinct was to come here as I thought maybe someone familiar with how the ajax is referenced in the default theme could help me duplicate it in Buddymatic. For the moment, I’ve used the suggestion of the other poster, which was to duplicate and rename each and every AJAX function in my own functions file. Obviously this is not an ideal solution but it will work while I wait for a fix either to Buddymatic, or the eventual release of Thematic with support for Buddypress.
Lots of ways. Some easier than others.
One way might be to use the Group Email Subscription plugin: https://buddypress.org/community/groups/buddypress-group-email-subscription/
You can have your settings at sending immediate activity and it will get emailed to you.
what params can be passed to the members loop (edit a theme file or create a child theme for members/index)
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
but a small bug, if no xprofile data then not all the members will be returned
https://trac.buddypress.org/ticket/1670
Hi,
I was created a new wordpress sites since last few week. And right now I realize that WordPress Mu is more better for me to function a site. But the BuddyPress installed in old wordpress site have a few members. May I know how can I get back all the members into my new WordPressMu?
Please drive me to the solution.
Thanks!
HI there!
I have a site: http://MemoirSite.com — WP3 and Buddypress (latest versions)
I have enabled the network function and have added: http://Autobituary.net.
WHen you click on the ABOUT page on the Autobituary.Net page it redirects to the Main Page for MemoirSIte.
Any ideas?
Thanks!
Stephanie
I’m trying to add the extra user_meta fields from a users WordPress profile to the BuddyPress profile loop.
get_usermeta(‘aim’); and get_the_author_meta(‘aim’ ); are not working.
Welp!
Hello all,
I am about 90% of the way through the development of a website, and I’m just tackling the members section now. It seems all ajax functions – filtering users or the activity stream, user updates, adding friends, etc – aren’t working. I’m using a child theme of Buddymatic. To narrow down the problem I’ve switched to Buddymatic as the main theme and deactivated all plugins other than Buddypress, so it looks like the theme’s the culprit.
I’m using Buddypress 1.2.5.2, with WP 3.0.0 and 3.0.1 (I have two dev installs, both with the same problem).
When I try to filter the activity stream, I get an endless string of javascript errors in firebug, that read:
`response is null
jq(this).html(response.contents); `
When I try and add a friend, or post a status update, I don’t seem to get an error, but nothing happens either (the add a friend button disappears, and the content of the activity stream animates, but no friend request seems to be sent and no status update is saved).
Anyone have any ideas? I am way too far into developpment to switch parent themes, and Thematic doesn’t look like it will be made Buddypress compatible anytime soon…
TIA!
Christine
I escaped.
install and WPMU-Block-Spam-By-Math