Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,701 through 63,725 (of 69,044 total)
  • Author
    Search Results
  • #49302
    Donnacha
    Participant

    @diego-r

    Please do let us know how Milan, the developer, responds. GD StarRating is a pretty major plugin, it would be a great pity if it was incompatible with BuddyPress.

    plrk
    Participant

    The hack:

    <?
    // Fulhack for fixing obscure [p] bug: see
    // https://buddypress.org/forums/topic/p-showing-up-in-group-forums-and-activity-with-bp-102-and-latest-phplibxml

    function fulhack_for_fixing_p_bug($string) {
    $string = preg_replace("#\[a href=\"([^<]+)\"\]([^<]+)\[/a\]#i", "<a href=\"\\1\" target=\"_blank\">\\2</a>", $string);
    $string = str_replace("[p]", "<p>", $string);
    $string = str_replace("[/p]", "</p>", $string);
    $string = str_replace("[ol]", "<ol>", $string);
    $string = str_replace("[/ol]", "</ol>", $string);
    $string = str_replace("[ul]", "<ul>", $string);
    $string = str_replace("[/ul]", "</ul>", $string);
    $string = str_replace("[li]", "<li>", $string);
    $string = str_replace("[/li]", "</li>", $string);
    $string = str_replace("
    ", "<br />", $string);
    return $string;
    }
    add_filter( 'bp_get_the_topic_post_content', 'fulhack_for_fixing_p_bug' );
    ?>

    #49299
    omgitsrfb
    Participant

    so i removed the premium avatart plugin but still can’t upload from the registration page of buddypress. can anyone please help me out with my question above. what impact would commenting out

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    have on the rest of my site? why would this be in .htaccess if it’s ok to just comment them out?

    thanks

    #49298
    3474163
    Inactive

    …other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?

    Are you using deep integration by chance?

    hey,

    thanks for your quick answer, i don’t do anything special, the message appears at the top, when i click on the forum setup.

    i downloaded the wpmu package again and inserted the comment.php in the wp.includes folder, to see if the file is corrupt, but the error message is still there…

    what is a php memory limit error and how do i fix it?

    what do you mean with deep integration?

    i installed wpmu, than added buddypress vía the plugin page, than installed bbpress manually (in a wpmu subfolder called “forums”) and added some other plugins…

    ah, and wpmu and bbpress share the database…

    but, so far i haven’t used any special integration plugin.

    greets

    loligco

    #49291
    Jeff Sayre
    Participant

    That makes sense. I believe BP 1.0.3 will be out soon.

    #49289
    kipperman
    Participant

    Thanks,

    sorry about the posting on old post.

    Since I already have WPMU 2.8.1 installed I may as well stick it out and wait for the BP upgrade, I’m quite new to WP and don’t want the hassle to winding back versions.

    cheers

    #49286

    In reply to: nginx re-write rules

    Jeff Sayre
    Participant

    @Indojepang

    This is not a BuddyPress issue nor a WPMU issue. It has to do with properly setting up a Nginx web server. But, your best bet is to go search the WPMU forums. If you can’t find an answer, post a new thread.

    #49284

    In reply to: Widget Bugs

    Paul Wong-Gibbs
    Keymaster

    Andy Peatling has said he plans an interim of BuddyPress soon to improve compatibility with WPMU 2.8.1 (via twitter). If this isn’t on the bug tracker, please post it so that he is aware – thanks.

    #49281

    In reply to: Widget Bugs

    stellakreis
    Participant

    I’m haveing exactly the same issue when I updated WPMU from 2.7.1 to 2.8.1.

    I’ve tried to install another buddypress by using newly installed 2.8.1 and the same problem appears.

    More precisery, all the text fields from welcome message to “how many xxs do you want to have” fields retains only one letter in a field.

    I haven’t touched the core files of neither WPMU nor Buddypress. I’ve just put them on the server and installed/activated.

    However, when activating Buddypress on 2.8.1, I’ve got an error massage saying that Buddypress could not be activated, although it IS activted in the plugin list (and working fine, except this widget issue.)

    Running under PHP5.2.8 and MySQL 5.0.77.

    #49280
    Jeff Sayre
    Participant

    @Jatinder

    First of all, since this post has not seen any activity for 3 months, it is better to start a new thread as most people that can help you will often ignore posts marked resovlved, preferring to spending their time focusing on threads that stll are unresolved. Please read this for more information.

    Second, read this and see if you can find your answer.

    #49278
    Jeff Sayre
    Participant

    You need to contact the developer of that 3rd-party plugin and ask them when the plan to support WPMU 2.8.1 and BP 1.0.2.

    This is not a BuddyPress issue.

    #49277
    Jeff Sayre
    Participant

    It is up to each widget (plugin) developer to determine whether or not their widgets are compatible with the new widget API. In theory, WPMU 2.8.1 should offer backwards compatibility with older widgets. But, it is not always the case.

    In term of BuddyPress’ widgets, I’m not sure when they will be updated. If we get sufficient number of reports of their improper functioning, then we will of course fix the issue. So, if you are having issues with the widgets that come with BP, please let us know. This post is a good example!

    In general, if you have a 3rd-party widget that is not working in 2.8.1, please contact the developer directly and ask when they plan to upgrade.

    #49276
    Indojepang
    Participant

    Coool.. can’t wait for this! great M!

    #49275

    In reply to: BuddyBar for bbPress

    argyris
    Participant

    @Rohan

    The other programs (mu and buddypress) have indeed the correct language. Only bbpress has the problem after the deep integration.

    Any ideas?

    #49274
    Jeff Sayre
    Participant

    @kipperman

    I’m sorry that your having issues getting BuddyPress up and running.

    One request first: since this post is marked as resolved and is a month old, in general it is better to start a new thread as most people that can help you will often ignore posts marked resovlved, preferring to spending their time focusing on threads that still are unresolved. Please read this for more information.

    Concerning your issue, this is a known bug that has been discussed here. Basically, BuddyPress 1.0.3, the next release coming very soon, will take care of this issue. So, in the meantime, you may need to stick with WPMU 2.7.1 and BP 1.0.2.

    Also, before upgrading BuddyPress and WPMU, it is very important that you first deactivate all BuddyPress-dependent plugins. Then deactivate BuddyPress itself. Finally, it is recommended that you deactivate all other non-BP related sitewide plugins as well. Once finished upgrading WPMU, you then upgrade and reactivate BP. Then, you reactivate the other BP-dependent plugins.

    #49270
    kipperman
    Participant

    hi, I have been reading this thread (and a couple like it).

    I too have having the same trouble with getting BP running. All installed as per instructions, thmes move as listed but getting the same error

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    I have deleted all the files and re-uploaded them going through another install and the same fault occurs.

    In the Admin BP setting bottom left the themes it see’s are all in the WP themes – NOT the BP themes. Like above I experiemented by copying the BP member theme to the WP themes and the BP admin Select theme to use for BuddyPress generated pages could then see the bpmember directory. (but obviously won’t work from there.)

    I am use MU 2.8.1 and BP 1.0.2

    Really really stuck – driving me mad!

    #49265

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @argris: chances are the deep integration is overriding your language defaults. Check if you have the correct language in all of your programs (mu, buddypress and bbpress)

    Dewey Hulsey
    Participant

    I think, at this point, that you would have to go in and edit the file used during registration. This isn’t a good method, though, because that means when BuddyPress updates, your changes will be overwritten.

    Graeme
    Participant
    #49251

    In reply to: BuddyBar for bbPress

    Brian Neil Katz
    Participant

    I completed installation of the following

    WPMU 2.8.1, (trunk 1867)

    BuddyPress 1.1

    bbpress 1.01, (trunk 2311)

    BuddyBar 1.0.3

    Site:

    http://www.wpmeetups.com

    http://www.wpmeetups.com/forums/

    Integration has been successfully set-up between Forums and BuddyPress Group Forums.

    Problem: Insertion of the following in bb-config.php: (generates a white screen)

    <php

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    Question: Will the following correction to 2 core files correct this problem:

    You’ll actually need to patch two CORE files, to make this work now.

    wp-includes/wpmu-functions.php on line 317 and line 352

    Change _init to __constuct (__construct)

    And then in wp-includes/capabilites.php on line 84 and 99

    Change _init to __constuct (__construct)

    Ugh… I hope this is fixed soon.

    gpo1
    Participant

    You should be upgrading the wordpress MU 2.8.1 !

    #49243

    In reply to: nginx re-write rules

    Indojepang
    Participant

    Helloo sorry bringing up the dead.. but still no luck with Nginx.. is there any fix one?

    my buddypress is fine but in the backend of WPMU administration has “no input specified”.

    WPMU 2.7.1

    buddypress 1.02

    #49238
    Brian Neil Katz
    Participant

    I completed installation of the following

    WPMU 2.8.1, (trunk 1867)

    BuddyPress 1.1

    bbpress 1.01, (trunk 2311)

    BuddyBar 1.0.3

    Site:

    http://www.wpmeetups.com

    http://www.wpmeetups.com/forums/

    Integration has been successfully set-up between Forums and BuddyPress Group Forums.

    Problem: Insertion of the following in bb-config.php: (generates a white screen)

    <php

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    Question: Will the following correction to 2 core files correct this problem:

    You’ll actually need to patch two CORE files, to make this work now.

    wp-includes/wpmu-functions.php on line 317 and line 352

    Change _init to __constuct

    And then in wp-includes/capabilites.php on line 84 and 99

    Change _init to __constuct

    Ugh… I hope this is fixed soon.

    #49236

    There are two plugins that you’ll need to sync up the cookies; one of them is included with BuddyPress under bp-forums/bbpress-plugins/, this one gets copied into your bbPress/my-plugins/ folder. The other you will want to download from the WordPress plugins repository (wordpress.org/extend/) and install and activate in your WordPress admin.

    Once you have each plugin installed, one for each platform, configure them and follow the directions for each one, and then report back. :)

    #49234

    When do you get this error message? Like, what exactly are you trying to do when this happens? I’m not really sure what this could possibly be, other than maybe a PHP memory limit error? Or maybe the comment.php file is corrupt?

    Are you using deep integration by chance?

Viewing 25 results - 63,701 through 63,725 (of 69,044 total)
Skip to toolbar