Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,951 through 5,975 (of 7,472 total)
  • Author
    Search Results
  • #51405
    Mohit Kumar
    Participant

    Thanks Jeff for help

    i added that plugin and followed the steps once again everything is good

    But i cant get it to fix.The problem is on bbpress side topics are showing perfectly fine but its in the groups that tags are showing

    #51371
    r-a-y
    Keymaster

    Hey Jeff, this is kind of moving a little off-topic, but how would existing BP users with bbPress installed migrate to the new system for v1.1?

    We’re using bbPress for main , general discussions as well as BP group forums.

    So when BP 1.1 gets released and I want to keep the existing bbPress install, but want to use the updated BP forum code… how would that work?

    I’m guessing I would have to rely on some form of legacy compatibility and keep on using XMLRPC? Or leave the existing bbPress install alone and use the new BP forum code (which is some form of embedded instance of bbPress within BP, if I understand correctly)?

    #51368
    Jeff Sayre
    Participant

    The appearance of various tags like p and /p on your forum posts used to indicate a problem with your xmllib library on your server. Read this post for information on the bug and how to fix it.

    However, I believe the buddypress-enable.php plugin in earlier versions of BP ( 1.0 and 1.0.1 ), was meant to fix that issue. But, for other reasons, this helper plugin is still required to make bbPress function properly in 1.0.3. So, make sure that you overwrite the existing version of the buddypress-enable.php file with the one that comes with 1.0.3 (found in /buddypress/bp-forums/bbpress-plugins/).

    Also, make sure you read and follow the instructions in the installation-readme.txt file found in /bp-forums/.

    With regard to XMLRPC, going forward, the communication between bbPress and BP v1.1+ will no longer depend on XMLRPC.

    #51349
    Jeff Sayre
    Participant

    Are you asking if an albums component comes as part of BP’s core in v1.1? If so, the answer is no. Here is more information on that issue.

    #51348
    Jeff Sayre
    Participant

    I would contact _ck_, the author of that plugin and ask if BuddyPress support will be added. You can post a suggest here.

    #51343
    coldjippie
    Participant

    These are some good news! Thanks a lot!

    Does the 1.1 version also support the photo albums?

    Greetings

    coldjippie

    #51339
    Jason Giedymin
    Participant

    Just re-read, Domain mapper is what you want.

    However buddypress is sitewide as is bbpress.

    I am working on a domain mapper compat bbpress seperation.

    Keeping bp unified is still recommended.

    #51338
    Jason Giedymin
    Participant

    I think for many cases the core is still setup for single domain. Not really 100%.

    Even the last bit of code I pushed Doncha gave me three test cases he wanted, tld root, subdomain, and subfolder. No combination. So just on that point it’s not an intended usage.

    You may be better off with Doncha’s domain mapper. It will require a patch if your using bbpress. I’ll have upload that to him. Otherwise this allows more segregation yet the backends are tied (an using the same bb and bp press apps)

    Hope I understood the question!! :/

    #51326
    Paul Wong-Gibbs
    Keymaster

    If you can wait maybe a couple of weeks to a month for BuddyPress 1.1, you’ll be glad to learn that BuddyPress 1.1. won’t use XMLRPC anymore.

    #51317
    augustovilarim
    Participant

    Hi,

    I have the same problem

    1. Which version of WPMU are you running?

    2.8.4a

    2. Did you install WPMU as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    subdirectory

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    NO

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes

    6. Which version of BuddyPress (BP) are you running?

    1.0.3

    7. Did you upgraded from a previous version of BP? If so, from which version?

    NO

    8. Do you have any plugins other than BuddyPress installed and activated?

    NO

    9. Are you using the standard BuddyPress themes or customized themes?

    Standard

    10. Have you modified the core files in any way?

    NO

    11. Do you have any custom functions in bp-custom.php?

    NO

    12. If running bbPress, which version?

    13. Please provide a list of any errors in your server’s log files.

    I don’t know how to get that.

    Only the first page and admin area works… all others pages, like blogs, users, profile, etc shows:

    Not Found

    The requested URL /comunidade/blog was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    #51288

    In reply to: Forum Integration…

    Peter Jeshua
    Participant

    Okay… I re-uploaded the BuddyPress plugin. Maybe I was out of sequence where I did bbPress last instead of the BuddyPress plugin last on my install? Who knows, but now the elusive “Forums Setup” is showing up where it should in my Dashboard.

    #51287

    In reply to: Forum Integration…

    Peter Jeshua
    Participant

    I have bbPress installed here: http://students.expression.edu/forums. I’m trying to integrate into BuddyPress. Where is “Forums Setup”? It’s absolutely not under my Site Admin sidebar in the dashboard for BuddyPress.

    #51242
    Kunal17
    Participant

    I am planning to upgrade from BP 1.0.2 so that I can use WPMU 2.8 plugins. I do have bbpress integreted right now. Would I have to reconfigure that after upgrade or would continue working as it has?

    #51228
    gerikg
    Participant
    <small><a href="<?php echo get_option('home') ?>/members/
    <?php global $current_user;get_currentuserinfo();echo($current_user->user_login);
    ?>/messages/compose/?r=<?php echo get_user_name( get_post_author_id() ); ?>">Send Message</a></small>

    okay that works…

    #51207
    gerikg
    Participant

    Thanks r-a-y, but I don’t think I need that plugin. It works fine without it.

    #51197
    r-a-y
    Keymaster

    I’m using bpGroups and first of all you should follow the instructions properly.

    Make sure your files are in the right directories.

    /wp-content/mu-plugins/oci_bp_group_forums.php

    /YOUR BBPRESS INSTALL DIRECTORY/my-plugins/oci_bb_group_forums.php

    Also, because you’re using deep integration, you’ll need to make the following changes:

    In oci_bp_group_forums.php, around line 30 change:

    require_once(ABSPATH . WPINC . '/class-IXR.php');

    to this:

    if (!defined(BBDB_NAME))
    require_once(ABSPATH . WPINC . '/class-IXR.php');

    In oci_bb_group_forums.php, around line 30 change:

    require_once( BACKPRESS_PATH . '/class.ixr.php' );

    to this:

    if (defined(BACKPRESS_PATH))
    require_once( BACKPRESS_PATH . '/class.ixr.php' );

    #51194
    gerikg
    Participant

    Yes WITH deep intergration

    #51188
    abcde666
    Participant

    1)

    I do have BP-version 1.0.1 running on a site and have made a few customizations so far (just CSS-changes and some images).

    So with the new template-structure: should I delete the current install completely and get the BP-version 1.1 installed ? I mean: what is the best way to upgrade to the 1.1-version when it will be released in the next few weeks ? I definitely want to have the new template-structure, so I guess I would need to set-up my website from scratch, right ?

    And: I am running the site in german-language only.

    2)

    will this new template-structure also make it easier to design a custom-template for the user-blogs ?

    Like I would like to have the user-blogs having the same CSS-style as my main pages ?

    I still have not been able to figure how to do this. I would like the user-blogs to have the same design in order to have a consistent website.

    Why is this not already the case at http://www.testbp.org ? Why is it still the original WordPress-design ? Is there a chance you create a plugin or something at which the Admin is able to select to chosse the design of the “User-Blogs” like choosing from “WordPress original design” or “TestBP.org design” ?

    3)

    is there a chance to have a “package install” which will have ONE package which will include all latest software: WordPress 2.8.x, BuddyPress 1.1 and BBPress ?

    I read many post where I see people having troubles integrating the BBPress-software into the system (even an experienced BP-expert had troubles).

    Is there a chance you will create a 1 Package download which will make it very easy for people to have a full website (like http://www.testbp.org) installed ?

    So literally 1 click-download will create a ready-made website, same like testbp.org ?

    4)

    a user-request to get invited into a “Private Group” is not possible being accepted. This does not work yet at my installation and I think this is a general bug.

    5)

    the wording of “Blog” and “Blogs” is confusing. In both english and german language.

    Many thanks,

    #51185

    Are you using deep integration?

    #51172
    gerikg
    Participant

    Sorry about the empty response. I thought I had it and when it didn’t work it screwed up. I edited out my post.

    Okay this is the fix I came out with. I created a new group in BP profile called signature and the field name signature too.

    In BBpress in the post.php I inserted (note I don’t know PHP, if anyone can shorten this would be appreciated):

    <?php if ( bp_has_profile('user_id='.get_post_author_id().'&profile_group_id=XXX') ) : ?>
    <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
    <?php if ( bp_profile_group_has_fields() ) : ?>
    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    <?php if ( bp_field_has_data() ) : ?>
    <?php bp_the_profile_field_value() ?>
    <?php endif; ?>
    <?php endwhile; ?>
    <?php endif; ?>
    <?php endwhile; ?>
    <?php else: ?>
    <?php endif;?>

    Just replace XXX with your group id #, mine was 3.

    What it doesn’t do is toggle between signature, anyone want to try that?

    #51163
    gerikg
    Participant

    It would off course be so cool to have wires supporting videos and images. Hopefully someone comes with a plugin for that soon!

    amen! and add bbforums activity to the wire too.,

    #51158
    Korhan Ekinci
    Participant

    yes RAY, ok, I understand, working on bp for hours each day and get confused with silly things sometime, sometimes solutions are very easy.

    I actually deleted the links manually from the theme files, but yes, I do see it now. Thought by disabling bp component setup would disable forums all together :)

    And thank you Gerikg!

    Yes, I think it is much more clean to have forums and groups separated. Let groups do what they want there, right? They have the wire and the group blogs (with bp 1.1 hopefully).

    It would off course be so cool to have wires supporting videos and images. Hopefully someone comes with a plugin for that soon!

    #51147
    3999313
    Inactive

    I realized that the bp support plugin in bbpress got disabled for some reason. Reenabled, now it works…

    #51137
    gerikg
    Participant
    #51132
    gerikg
    Participant

    Thanks! Not exactly what I wanted but this will help until someone can. I want it in the wire.

Viewing 25 results - 5,951 through 5,975 (of 7,472 total)
Skip to toolbar