Search Results for 'buddypress'
-
AuthorSearch Results
-
October 10, 2010 at 6:10 pm #94777
In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
InactiveBecause of this post by Paul Gibbs I’ve decided to wait with the release. It seems BP 1.2.6 is imminent, so that’ll be the minimum version to run Buddyvents. I’ve gotten myself a copy of the latest 1.2.6 version and have started testing. You can expect Buddyvents a day after 1.2.6 has been out in the open.
October 10, 2010 at 5:55 pm #94776In reply to: Buddypress 1.2.6, 2 months late -.-
Paul Wong-Gibbs
KeymasterBuddyPress 1.2.6 will be out very, very soon.
October 10, 2010 at 5:46 pm #94775In reply to: I can create a blog but not access it
Active Citizenship
ParticipantThanks, but not sure if I understand. If I deactivate all plugins including BuddyPress, I not only can’t access the blogs but I can’t access my main page either. I get the following: Fatal error: Call to undefined function bp_page_title() in /home/cetateni/public_html/wp-content/themes/simple-wp-community-theme/header.php on line 9
Thanks for your help but please clarify.
October 10, 2010 at 5:27 pm #94774In reply to: Buddypress 1.2.6, 2 months late -.-
October 10, 2010 at 5:16 pm #94773In reply to: Buddypress 1.2.6, 2 months late -.-
rich! @ etiviti
Participanthttps://svn.buddypress.org/branches/1.2/ has 1.2.6
(always grab the zip too via the browser – https://trac.buddypress.org/browser/branches/1.2 at the bottom of the page – though it may not have bbpress bundled)
October 10, 2010 at 5:09 pm #94772In reply to: Buddyvents – New Events Plugin
guigoz
MemberHi,
If you want, I can translate your plugin in french. I think you have my email @Svenl77.
October 10, 2010 at 5:07 pm #94771In reply to: Buddypress 1.2.6, 2 months late -.-
LPH2005
ParticipantSince 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?
October 10, 2010 at 4:57 pm #94769In reply to: Buddypress 1.2.6, 2 months late -.-
pcwriter
ParticipantMilestone 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…October 10, 2010 at 4:50 pm #94768withinsight
MemberWorked like a charm. Thanks for the tip!
October 10, 2010 at 4:09 pm #94765In reply to: Buddypress 1.2.6, 2 months late -.-
rich! @ etiviti
Participantfor anyone to test it out and look for bugs – grab the branch:
https://trac.buddypress.org/browser/branches/1.2October 10, 2010 at 4:06 pm #94764In reply to: Buddypress 1.2.6, 2 months late -.-
Armin
ParticipantThen what are they waiting for?
October 10, 2010 at 3:35 pm #94763@mercime
ParticipantBuddyPress is installed in main site, i.e. http://www.mysite.com, by default.
You need this to set up BP in secondary blog – https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/October 10, 2010 at 2:18 pm #94760In reply to: Looking for the best combo for WP + BP + forum
dralamir
MemberOh, 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.
October 10, 2010 at 2:13 pm #94759In reply to: Line breaks in profile textarea field
sebastian
ParticipantThanks 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.October 10, 2010 at 1:29 pm #94757In reply to: Google Analytics
Toby Cryns (@themightymo)
Participant@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
October 10, 2010 at 1:17 pm #94752Toby Cryns (@themightymo)
ParticipantPJ – 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
October 10, 2010 at 1:06 pm #94750In reply to: functions.php vs. bp-custom.php
Boone Gorges
KeymasterFor 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.
October 10, 2010 at 1:01 pm #94749In reply to: Events Manager for BuddyPress
Boone Gorges
KeymasterGroup 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.
October 10, 2010 at 12:57 pm #94747In reply to: Line breaks in profile textarea field
Boone Gorges
KeymasterBuddyPress 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?
October 10, 2010 at 11:44 am #94746In reply to: Events Manager for BuddyPress
Marcus (aka @msykes)
ParticipantThanks 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
October 10, 2010 at 11:17 am #94745In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@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!October 10, 2010 at 9:25 am #94743In reply to: Buddyvents – New Events Plugin
Sven Lehnert
ParticipantGood 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
October 10, 2010 at 8:14 am #94741In reply to: Topic marking – solved/not solved
Dominik Matus
ParticipantAnybody can combinate Support forums from bbpress and BuddyPress Rate Forum Posts
October 10, 2010 at 6:51 am #94740In reply to: Searching for a chat plugin
PJ
ParticipantI 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.
October 10, 2010 at 6:22 am #94738In reply to: Is it possible to do this?
PJ
Participant@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.
-
AuthorSearch Results