Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,801 through 57,825 (of 69,016 total)
  • Author
    Search Results
  • #64563
    greatday
    Participant

    I 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.8) Gecko/20100202 Firefox/3.5.8 GTB6 (.NET CLR 3.5.30729)”

    #64562

    In reply to: BuddyPress Maps

    grosbouff
    Participant
    #64560
    Tore
    Participant

    There’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

    Jeff Sayre
    Participant

    As 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.

    http://en.wikipedia.org/wiki/Fork_(software_development)

    #64556
    gonzales84
    Participant

    The 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 :)

    Tore
    Participant

    Hi 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

    #64552
    abcde666
    Participant

    Hi 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,

    #64550
    dailynewarker
    Participant

    I’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?

    #64549
    Dennis
    Participant

    I’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.

    #64548
    hollowmac
    Participant

    Quick 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 ;)

    #64547
    Jean-Pierre Michaud
    Participant

    when 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…

    #64545
    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.

    #64543
    Andrea Rennick
    Participant

    You 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.

    #64542
    Andrea Rennick
    Participant

    Has anyone asked Rafe (the dev) directly? He’s pretty friendly. :)

    #64537
    21cdb
    Participant

    I 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.

    #64534
    MrMaz
    Participant

    @nexia

    You 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.

    @gonzales84

    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.

    #64533
    abcde666
    Participant

    good 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 ?

    #64529
    schwooba
    Participant

    same thing here.

    #64528
    Michael Berra
    Participant

    I created a very unspecific ticket: https://trac.buddypress.org/ticket/2025

    #64527
    Michael Berra
    Participant

    I made a (very-unspecific) ticket: https://trac.buddypress.org/ticket/2025

    #64525
    John Stringfellow
    Participant

    Karto, 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.

    #64522
    21cdb
    Participant

    Hey 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.

    #64521
    John Stringfellow
    Participant

    Thanks Karto, I”m off to search!

    #64519
    takuya
    Participant

    This 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.

    Hugo Ashmore
    Participant

    I’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:

    http://eggs.********.co.uk/

    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?

Viewing 25 results - 57,801 through 57,825 (of 69,016 total)
Skip to toolbar