@Travel-Junkie @Svenl77
Hi,
If you want, I can translate your plugin in french. I think you have my email @Svenl77.
@nuprn1
Since I’m a huge novice on SVN. Tortoise is installed, made subdirectory, do I point to
https://svn.buddypress.org/trunk/
then choose a revision or HEAD revision so that I only get 1.2 and not 1.3?
@electron88
Milestone 1.2.6 had a target date of 08/02/10.
Notice the term “target”.
It happens to us all now and then to miss a target.
Now imagine, if you will, several dozen kind folks collaborating on a huge coding project with input and wild ideas from several HUNDRED others.
In such a scenario, it is highly unlikely that the target date can be met.
Expectations vis-à-vis this community seem to be, to say the least, unrealistic and somewhat unkind. Especially considering that most invest their time and knowledge in projects while asking for nothing in return.
I would suggest you simply keep breathing; 1.2.6 will be available when it`s available.
Meanwhile, 1.2.5 continues to function…
Worked like a charm. Thanks for the tip!
for anyone to test it out and look for bugs – grab the branch:
https://trac.buddypress.org/browser/branches/1.2
Then what are they waiting for?
I’ve installed WP3 at mysite.com. I then installed multisite, and created a new site at site1.mysite.com. I then installed the BuddyPress plugin, and activated the BP Default theme at site1.mysite.com. Everything looks great, except that all the links in the admin bar point to mysite.com, not site1.mysite.com, therefore breaking all the links. Example: mysite.com/members/ doesn’t work, because BuddyPress is actually installed at site1.mysite.com/members/.
Its also worth mentioning that I’m using the Domain Mapping Plugin (http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/) to map site1.mysite.com to a completely separate domain, like http://www.awesomesitename.com, although I don’t think this is effecting the links in BuddyPress’ admin bar.
I started digging around in BuddyPress to see where these links are coming from, specifically in bp-core-adminbar.php at the bp_core_admin_bar() function, and then searching for the bp_adminbar_menus action, though I didn’t turn up any results.
I figured I’d ask here before I go mucking with core files.
Oh, perhaps I should have done this for the first post, but seeing as @johnjamesjacoby is working on the bbPress plug-in perhaps he can answer whether it’ll be something I’m looking for.
Thanks a lot – it works now!
The Custom Profile Filters plugin was causing the problem. I modified the strip_tags in “custom-profile-filters-for-buddypress-bp-functions.php” to allow `
` and `
` tags.
@Ekine,
Eric Johnson and I are developing a plugin to track individual user activity within BuddyPress. More info can be found here: http://heavyanalytics.com.
What info, specifically, are you trying to track? Perhaps we can build it into our plugin.
Toby
In one of my WordPress BuddyPress installations http://bouw.fnv.net/
Dashboard – Design – Themes – reflects as the active theme the default site (BuddyPress) theme and NOT the real active theme. In all wpblogs/wp-admin, except of course in the root/blog – How to repair?
Header change doesnt work, only changing of the default root site header possible. Part of the same problem, I thinik
PJ – Check out Heavy Analytics – http://heavyanalytics.com. It is a plugin that we are developing for this purpose. The purpose of the plugin is to give you actionable information about your WordPress/BuddyPress users. For example, it will help you figure out who the leaders in your community are, who the most active members of your community are, etc.
We will be releasing the public Alpha soon and would love to have you test it out and provide some feedback when it is ready! Just enter your email address into the sidebar of the Heavy Analytics site.
Toby
Hello folks,
this is Davide from Italy. I am a bbpress newbie, but quite experienced with WP and BBpress.
I was able to get BP up and integrating it with my own theme, buYt I’m having some problem installing the forums. At first I tried the ‘use existing install’ option (I do have an existing install), but had some problem, so I thought I’d start with a clean slate and try importing later. So I wiped out all of buddypress (plugin, options in wp-options, tables), reinstalled, activated and try to set up a forum with the ‘new bbpress install’ option. According to the wizard everything was set up, but no tables were created; the bb-config file was added, obviously forums were not working. I repeated the procedure twice, always the same result. I also made sure I had all of the previous bbpress and buddypress stuff removed from my WP install. To be extra safe I even increased to 64mb the PHP memory limit, but still no tables.
Do you have any suggestion?
Cheers,
Davide
For purposes of a single installation of BuddyPress, the main difference is when the files are loaded. Actions and filters in bp-custom.php are among the very first things loaded when BP is loaded. functions.php isn’t loaded until the theme is loaded, after all of the BP components. So if you need something to be loaded early, it’ll have to go into bp-custom.php.
Group integration is a biggie. Events and calendars should be able to be group- as well as member-specific.
Activity and bp-notification integration would be nice too.
BuddyPress applies the wpautop filter when it displays xprofile field data. So what is stored in the db as `/n` or `/r` should be converted to `
…
` on the way out. If you’re not seeing line breaks at all, it could be one of two things: 1) your stylesheet is displaying paragraphs as inline elements, or 2) something in a plugin or theme is turning off wpautop. What happens when you deactivate plugins and use bp-default?
Hi,
does anyone know a solution to retain line breaks in the public profile view?
In the edit-mode textarea, the line breaks are retained, but for some reason they are not retained in text mode. I have tried nl2br in profile-loop, etc. but it seems like BuddyPress strips the n and r after getting the data from the database. In the database itself I can see the n ‘s and r ‘s.
Any ideas on this?
Thanks in advance!
Thanks for the two recommendations, I’ll check ’em out and see what they have to offer. We already have a pretty solid events system in place for wp, so I’m hoping we can build on that. Some of these features you mentioned we’re hoping to make available on non-buddypress installs too, so maybe it’ll be two birds with one big stone 
Anonymous User 96400Inactive
@Svenl77
Anytime looks good, but the license means that I can’t use it. There’s lots of filters though, so you can change the 30 min interval to 10 min really easy.
It was really late yesterday, when I put the dev version online and I hardly did any testing. Should be easy to debug. It’s only one small function that does the group checking…
Hmm, I could just recreate an event using wp_schedule_event. This could be a lot easier than I thought
I’ll look into it, but won’t promise that recurrent events make it into tomorrows release!
I’ve tried to change some labels using language files as explained in the Buddypress docs. Whatever I do the changes just don’t happen. I’ve also tried with this plugin:
http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
but the changes don’t work with that either.
I’m wondering if anybody would know if the issue may be to do with having my site in a folder off the root directory? If so are there things I should have done that might be causing the problem?
Good morning @travel-junkie, I did some testing…
1. Create a hidden group was no problem. But I couldn’t create an event for the group.
After submit, I get the following error message and all field values has been lost. So need to fill in all again, but I couldn’t find out what I did wrong…
Error Message: “Your event could not be published. Please try again!”
2. Event Start Time: Is a select box for 30 minutes steps. But I need 10 minutes steps for my events. Would be great to have an admin option to decide the steps or just type it in.
Please have a look at http://plugins.jquery.com/project/anytime. It’s a Any+Time™ Datepicker/Timepicker AJAX Calendar widget with optional TimeZone support.
Would be great you use this one.
3. Repeat this event every…
Would be great to include this. Most of the events will repeat weekly, or monthly, by year…
For example: Repeat this event every 7 day’s until 21.12.2012 
I’m looking forward to the next week :-Sven
Anybody can combinate Support forums from bbpress and BuddyPress Rate Forum Posts
PJParticipant
I remember having luck with Wibya.com but I forget if it requires users to login to use the chat. Cometchat.com works with BuddyPress, though it is a bit pricey.
PJParticipant
@pcwriter thank you for recommending @boonebgorges ‘ plugin. It’s easy to modify and reduces the amount of o_O reactions from users on my site.