Search Results for 'buddypress'
-
AuthorSearch Results
-
February 21, 2010 at 2:46 pm #64563
In reply to: Buddypress & Plugin Activiation Problems
greatday
ParticipantI believe I have a similar problem . Here’s copy from my sever error log. This may help if someone knows what it means.
72.51.225.210 – – [21/Feb/2010:14:31:13 +0000] “GET /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1 HTTP/1.1” 500 1131 “http://bloganation.net/wp-admin/plugins.php?deleted=true&plugin_status=all&paged=1” “Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.
Gecko/20100202 Firefox/3.5.8 GTB6 (.NET CLR 3.5.30729)”
February 21, 2010 at 2:44 pm #64562In reply to: BuddyPress Maps
grosbouff
ParticipantUpdated +
Quick guide to use it with your plugin : http://dev.benoitgreant.be/blog/2010/02/buddypress-maps-how-to-use-it-with-your-plugin/
February 21, 2010 at 2:35 pm #64560In reply to: More Privacy Options not working
Tore
ParticipantThere’s no water proof way of securing all components (without some sacrificice at least).
But check this for example:
https://buddypress.org/forums/topic/plugin-force-login-for-member-pages
February 21, 2010 at 2:34 pm #64558Jeff Sayre
ParticipantAs Open Source projects, anyone is free to fork any of the WordPress family of products as long as they adhere to the GPL licensing. In fact, WordPress itself started as a fork of another blogging platform.
However, Automattic will not fork its own products. With Andy as the only full-time Automattic employee working on BuddyPress, there is already too much for him to do with the current BuddyPress product, not to mention that forking your own product is basically creating a competitor.
Forking is not a task that should be taken lightly. Successful Open Source projects require a lot of supporting infrastructure: from a project repository; to an up-to-date and maintained project website; to a core team of developers; to a community that springs up and supports the project fork; to a support forum to offer help to users. These are just a few of the many requirements of creating and growing a healthy OS project.
But that should not stop you or anyone else who feels they have a different vision for the future of the platform to fork it and take it in a different direction.
February 21, 2010 at 2:30 pm #64556In reply to: BuddyPress-Links 0.3 FINAL is here at last
gonzales84
ParticipantThe website is noutate.info/links
Everything is last version WPMU, BuddyPress, BP-Links.
On the previous version I use on social.reallyfuckedup.com/links, categories work perfectly.
And… where can I find or how can I use that ‘slug’ ?
Thank you
February 21, 2010 at 2:25 pm #64553Tore
ParticipantHi Peter!
Is it possible to also include “activity” (the stream) from Buddypress 1.2 in this? That way, you’d cover most things.
Thanks!
Tore
February 21, 2010 at 2:21 pm #64552In reply to: german-language translation ?
abcde666
ParticipantHi Dennis,
which ones are the LATEST version of the german-language translation files ?
There are 2 download-links available (at least those are which I discovered so far…)
https://i18n.svn.buddypress.org/de_DE/
https://i18n.svn.buddypress.org/de_DE/tags/1.2/
Many thanks,
February 21, 2010 at 2:18 pm #64550In reply to: Registration link redirects to home page
dailynewarker
ParticipantI’ve been able to narrow the issue down a little bit.
* Disabling BuddyPress allows users to create accounts
* Enabling BP with the WP default theme allows users to create accounts
* Switching to the BP 1.2 theme does /not/ let users create accounts
So, it definitely seems like a BuddyPress 1.2 theme issue.
I’ve tried re-installing BuddyPress (and its default theme) and tried shutting off and re-enabling the plugin and theme: that didn’t help. Any ideas?
February 21, 2010 at 2:11 pm #64549In reply to: german-language translation ?
Dennis
ParticipantI’m managing the German translation and site. Anyone who has improvements for the German translation should PM me with the suggestions. Thats currently the simplest way. For ‘de.buddypress.org’ I need a few days more to complete it.
February 21, 2010 at 2:09 pm #64548In reply to: BP Groupblog Error – Call to undefined function
hollowmac
ParticipantQuick solution:
Add the following to the top of groupblog.php:
/*** Make sure BuddyPress is loaded ********************************/
if ( !function_exists( ‘bp_core_install’ ) ) {
require_once( ABSPATH . ‘/wp-admin/includes/plugin.php’ );
if ( is_plugin_active( ‘buddypress/bp-loader.php’ ) )
require_once ( WP_PLUGIN_DIR . ‘/buddypress/bp-loader.php’ );
else {
return;
}
}
/*******************************************************************/
Works for me
Thanks Mark
February 21, 2010 at 1:59 pm #64547In reply to: Error after deactivate buddypress.HELP!!
Jean-Pierre Michaud
Participantwhen i suggest to post a ticket is relatively to the fact that if plugin X is deactivated, any related plugin is deactivated as well… this is a check that does not exists in WP yet, or it would ease a lot of debugs i can tell you… adding more if and asking people to check the code when they are not coders is not the good way to do things…
February 21, 2010 at 1:55 pm #64545In reply to: BuddyPress-Links 0.3 FINAL is here at last
Jean-Pierre Michaud
Participant@MrMaz … not disabling, but see, when we create a link, we have the choice to use the default one or upload a new thumb… would be good in the admin side of things to enable/disable a default thumbnail. there is actually no default settings for your engine, some of them could be done simply:
– default thumbnail (choose, yes, no)
– force description or force metadata
– list categories as dropdown or menu *(kinda like google http://www.google.com/dirhp?hl=en ?)
– choice of metadata to auto-catch (title, desc, keywords,author, language, etc)…
… i know that most of these can be plugins, but as suggestions posted, someone can take-over.
February 21, 2010 at 1:51 pm #64543In reply to: Error after deactivate buddypress.HELP!!
Andrea Rennick
ParticipantYou can actually switch themes on users under certain conditions via a plugin, so no, it’s not a core thing to go in WP.
Second, you can make the theme not error out when BP is turned off. Someone should run thru the code with some ifs and submit a patch.
February 21, 2010 at 1:48 pm #64542In reply to: After the Deadline & BuddyPress
Andrea Rennick
ParticipantHas anyone asked Rafe (the dev) directly? He’s pretty friendly.
February 21, 2010 at 1:14 pm #64537In reply to: german-language translation ?
21cdb
ParticipantI guess there will be exactly something like that. http://www.buddypress.de “sucks” because no one is responsible since Dennis left Inspyde (the guys behind buddypress.de). If you are interested in collaboration you could join the community and become a moderator ore something like that.
As DJPaul mentioned anyone can edit the codex pages (as you can see i did it for german language site).
You can find the “edit” link in the bottom left corner once you are logged in.
i’m really looking forward for the de.buddypress.org site. I’m gonna write Dennis if he needs some help. Hope to see you involved too.
February 21, 2010 at 12:41 pm #64534In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantYou want to be able to disable avatars in the link list only, or make it so they can’t even be created? If you want a custom link list item, then you can override link-loop-item.php.
I am not able to duplicate any of your category issues. I need a link where I can see the problem, and detailed info about WP, Links, browser versions, etc.
There are no “pages” for categories, although there is a slug created just in case it is ever needed. The concentration moving forward in BP seems to be on filters, so I wouldn’t develop this feature unless there was a lot of demand.
It is possible to make links your homepage, but that is out of the scope of my support. You will need to create a custom page template and set that to your home page.
February 21, 2010 at 12:23 pm #64533In reply to: german-language translation ?
abcde666
Participantgood to hear that there is going to be a german-language-install at http://de.buddypress.org, because the current german version http://www.buddypress.DE sucks.
I am wondering why there is no official installation like http://www.testbp.org in german language (or any other language) available yet ?
Why not put up an installation like testbp.org in german language and collaboratively work on a proper language-translation on such an official install ?
February 21, 2010 at 11:46 am #64529In reply to: TinyMCE for BuddyPress – works for 1.2 as well
schwooba
Participantsame thing here.
February 21, 2010 at 11:17 am #64528In reply to: Nothing appearing under "My Blogs"
Michael Berra
ParticipantI created a very unspecific ticket: https://trac.buddypress.org/ticket/2025
February 21, 2010 at 11:15 am #64527In reply to: User Blogs gone! What do I do now
Michael Berra
ParticipantI made a (very-unspecific) ticket: https://trac.buddypress.org/ticket/2025
February 21, 2010 at 11:11 am #64525In reply to: Buddypress 1.2 Child Theme Problem
John Stringfellow
ParticipantKarto, thank you X3.
The % change worked for the group page.
I found the devil in the details here. On the buddypress tutorial page it does not mention that you need to copy and upload the reset.css file into your child theme. Once I did that it fixed the spacing and the bullet point errors in IE8 and in Firefox.
February 21, 2010 at 10:45 am #64522In reply to: german-language translation ?
21cdb
ParticipantHey Erich73,
it’s Dennis who is working on the 1.2 version. He isn’t hired at Inspyde anymore, but keeps up the work. He is also working on the official new german buddypress site https://de.buddypress.org/
I also would like to see some collaboration tool for the laguage files.
February 21, 2010 at 10:41 am #64521In reply to: Buddypress 1.2 Child Theme Problem
John Stringfellow
ParticipantThanks Karto, I”m off to search!
February 21, 2010 at 10:26 am #64519In reply to: Creating a Blog Causes Errors
takuya
ParticipantThis is not a problem of BuddyPress, please use WPMU support forum for general questions. Please only post questions regarding functions provided by BuddyPress plugin to this forum. In fact, you get faster response if you post this to WPMU support forum.
February 21, 2010 at 7:44 am #64517Hugo Ashmore
ParticipantI’m somewhat at a loss as to why people debate this issue or try and state it’s a WP issue as logically that doesn’t make sense?
As jfigura posts this is an inherent problem, I have it on a production install and it must be hugely confusing for users, and yes the only approach so far has been to modify the text and remove the WP password from the confirmation emails.
Further testing points to the initial blog registration as being possibly the issue:
Clean install of WP MU 2.9.1 & BuddyPress 1.2 no significant further plugins activated.
Test Condition 1:
WP MU with BuddyPress disabled – admin options -> Allow New Registrations ->’Only user account can be created’
Register new user
Receive confirmation email of new registration along with Activation key
Activate registration
Receive second email with account username and pass
All as expected!
Test Condition 2:
WP MU with Buddypress activated – admin options for registration still set as ‘User Account only’
Register new user
Receive confirmation and activation key
Activate registration – screen message stating ‘you can now login with user name and password you set’
No further emails sent!
Test Condition 3:
WP MU BuddyPress still activated – admin options -> Allow New Registrations -> ‘Enabled. Blogs and user accounts can be created.’
Register new user as well as a blog!
Receive confirmation and activation for account and new blog
Activate registration – screen message ‘you can now login with password you set etc etc’
Receive further email from WP! (copied below)
Dear User,
Your new *********.co.uk Blogs blog has been successfully set up at:
You can log in to the administrator account with the following information:
Username: eggbert
Password: 5f112917
Login Here: http://eggs.**********.co.uk/wp-login.php
We hope you enjoy your new blog.
Thanks!
–The Team @ ********.co.uk Blogs – Sent via Site Admin options email
So having new accounts and new blogs enabled at initial registration triggers the sending of the ‘Welcome Email’ noted above.
clearly this is confusing as it contains the WP generated password.
Why is it that BP registration doesn’t disable / override the WP registration completely? To my mind this IS a BP issue, but I may very well be wrong on that score as I don’t profess to have a deep understanding of the core coding involved here.
On a sidenote:
Testing this and the slightly odd behavior of ‘Allow New Registrations’ where option for ‘only logged in users can take a blog’ actually seems to prevent all registrations. It occurred to me that on a social community ,and from our experience, blogs are not necessarily what users register for and that I would prefer the option to have a blog be only available for registered users from their account options. what actually happens is that registration is disabled completely! Not the effect I desired. I realise this IS a WP MU issue but is simply daft behavior and that set of options needs to be re-worded to be a lot clearer as to what it really does.
It would be great to be able to restrict blog signup to users already with account set up and remove, completely, the option to take a blog on initial signup, I have done this by simply scripting out the option / section for registering a new blog in BP register page but feel it’s not the best approach?
-
AuthorSearch Results