Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,826 through 63,850 (of 69,054 total)
  • Author
    Search Results
  • #49009
    TheEasyButton
    Participant

    Oh my head hurts. *laughs*

    I’ve still not been able to do this from scratch. I think there’s either a file that BP is looking for or something in the database that’s been omitted from the newest release of bbPress.

    But for now, hopefully this solution will work.

    #49008
    TheEasyButton
    Participant

    I just posted the steps that I’ve been taking to install the latest releases of WPMU, BuddyPress & bbPress. You can find it here.

    #49006
    TheEasyButton
    Participant

    One thing that might help is to put the following code on bb-config.

    $bb->bb_xmlrpc_allow_user_switching = true;

    I’ve tried to do this install from scratch for almost a week and have failed every time. But here are the steps I’ve been taking to get all of the newest releases to work together.

    As always – get backups before making any changes!!

    After you get wpmu & bp installed, install bbPress alpha 6 using my tutorial

    Steps 24-28 deal with cookies. Ignore those and instead, use the bbPress integration plugin to get the codes for all of that. Then, delete the plugin.

    After you get alpha 6 working correctly (group discussion works & login integration works), rename your bb-config file. Then overwrite the alpha 6 files with bbPress 1.0.1 Don’t delete the files!!! Overwrite them!! I think there’s a file being left behind that bp looks for & it isn’t included in the new version.

    After overwriting the files, navigate to your forums. (i.e. domain.com/forums) and you’ll be presented with an install screen. Enter your database info & on the next page it will tell you that the database is already there & you probably want to use the upgrade script. Go through & do that part.

    When finished with the database upgrade, open your old (renamed) bb-config file and copy all of your manually added codes over to your new bb-config file. Save & upload & all that good stuff.

    At this point, group discussion should work. If not, check your xml settings & make sure they’re still on. The buddypress enable plugin (found in forum settings) doesn’t need to be activated.

    *fingers crossed*

    #49004
    gen-superman
    Participant

    Well, now I am on a shared hosting service. I honestly have no idea how to check the cookies from the website directly even from the cpanel.

    I really do like WordPressMU and buddypress, and my main goal was to use buddy press’s group forum discussions, which utilize bbpress.

    I had this working before, and now it just keeps giving some error when I try to post a forum topic in the group discussions:

    “There was an error posting that topic.”

    Is there any error logs that buddypress, wordpress mu or bbpress produces that can at least show me what in the world is causing the error?

    I went into my CPANEL and there are no errors being shown in its error logs.

    I thought it was BBPRESS 1.0.1, so I downgraded to BBPRESS 1.0, and keep in mind I created a whole new sql database and username during this, and of course that didnt work.

    Then I downgraded to BBPRESS 1.0-RC3, and that didn’t work either. Nothing really has changed, except for bbpress. I have double checked the wp_config and bb_config keys and they all match up perfectly.

    However, the cookie hash key has remained the same throughout the entire situation, even after creating new databases and such.

    I honestly can’t think of anything else to really do here. I guess, I’m stuck.

    For now, I will keep trying, but I’m also just going to look for something else in the mean time to see if anything else is out there. I doubt it, but couldn’t hurt to look.

    I truly hope somebody has something else to add regarding my issues, because I honestly have no idea what to do next.

    #49003

    In reply to: External Blogs

    Back from the dead, looks like this topic has resparked some interest. I suspect this will be less of a BuddyPress thing and more of a WPMU thing as it comes down the pipeline.

    @Donnacha, looks like someone changed the status for you. Marking topics as resolved serves multiple purposes, and at that time it was fair to say development had begun and the request was resolved. Now that it’s not, it’s not. We’ll be sure to take your perpsective into account going forward though as it makes sense to approach feature requests like you suggest.

    #49002

    In reply to: New Groupblog Plugin

    Mariusooms
    Participant

    Burt Adsit developed a plugin called “Community Blogs for BuddyPress”. The cool thing is that it adds users silently to the set blog by the admin.

    I will look at his approach and see if it is at all possible to have moderators of the group added silently as well. And maybe members at a different level.

    So an group admin would be the blog admin. Group moderators would be editors and group members, authors.

    Probably an additional menu should be available to select what role group members get assigned. I thought about this as well, so good feature request ;)

    #49000
    Mohit Kumar
    Participant

    First of all i would say search this forum,There will be many posts regarding it.

    There are lot of tutorials over the internet.Hope these helps

    https://bbpress.org/forums/topic/basic-integration-screencast

    https://bbpress.org/documentation/installation/

    External Links

    http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress

    #48997
    Mindtrotter
    Participant

    Should be one useful plugin for Buddypress.

    3125432
    Inactive

    Hi Jeff,

    My external membership script that passes user information to Buddypress is handling this very well. I just add an underscore to the username in the external membership db and it passes the updated information via the plugin to Buddypress. Very nice!

    What a relief! Thanks for your inputs.

    – Brian

    #48992
    Erwin Gerrits
    Participant

    Are your theme files in wp-content/bp-themes/bpmember? It sounds like they are in some other place. These are template related errors, usually the template files are in the wrong directory (they have to be OUT of buddypress dir), or the permissions are set wrong.

    #48991
    José M. Villar
    Participant

    +1

    And integrated across the whole Buddypress structure, including forums.

    Karma levels/points/awards should be customizable.

    #48987

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Ok, using John’s deep integration method loses the forums functionality between BuddyPress and bbPress. Why would that happen?

    #48984

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Thank you…

    The abs.php file returned a different path I wasn’t considering.

    When I put that path into bb-config.php I lose the integration between BuddyPress and bbPress.

    So, I’m thinking I’m doing something else wrong in the integration between WPMU, BP, and BB.

    I’ll dig in to check settings, any suggestions on where to start?

    #48981

    In reply to: BuddyBar for bbPress

    The reason why it’s not working is because you’re not using the method included in the plugin.

    The groups posting ability relies on XMLRPC, which cannot be re-included when bbPress is loaded via the BuddyPress installation. Using my included method of deep integration will still allow for this functionality to work.

    Science!

    When you go to create a group forum, WordPress is loaded, BuddyPress is loaded, bbPress gets loaded through XMLRPC, which without my deep integration method will try to reload WordPress again, over-writing or clearing all of the bbPress functions/variables/hooks/filters, killing the XMLRPC ability to transmit data through the pipe.

    Just bumped to 1.0.3. The plugin now does enhanced checking for the visibility of the BuddyBar/AdminBar as it would previously fail if the bar was hidden in bp-custom.php or wp-config.php.

    If you are receiving errors regarding BP_Roles in your BuddyBar, apply patch #1032 to your WPMU trunk installation.

    #48980

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    @Russell

    Use the official instructions from the readme.txt.

    http://svn.wp-plugins.org/buddybar-in-bbpress/trunk/readme.txt

    Swap out the include_once line for this:

    include_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-blog-header.php’);

    In most cases that will work, but let us know what happens!

    Tried that and forums would not work with BuddyPress.

    The only way I can keep the forums working with BuddyPress is to keep that line in bb-config.php as:

    include_once( 'http://mydomain.com/wp-blog-header.php' );

    Now leaving that line in bb-config I can post from BuddyPress groups into the forums.

    AND I can now activate the BuddyBar in bbPress plugin, BUT I don’t see the BuddyBar in bbPress!

    Now, could this be an issue somewhere else in bb-config.php?

    I have the integration working and everything, but I’m wondering if I have set something somewhere that is throwing this off…

    Thanks for the help!

    #48977
    Mohit Kumar
    Participant

    I did that but now its saying..

    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.

    when i tried to view a specific events page

    however i have copied all the stated files on the required direectories in bpmember theme.

    contents are also showing blank pages.

    http://www.buzzlyf.com

    #48970

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Ok, the fix I posted about earlier fixed the issue with BuddyBar…

    However, it breaks the BuddyPress to forums functionality.

    I just checked and switching out that one line of code in bb-config.php will make the “Enable discussion forum” button in a group’s settings and I can’t post to the forum from a group page in BuddyPress.

    I’m pasting verbatim into bb-config.php:

    require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');

    Is that correct? Or do $_SERVER and DOCUMENT_ROOT need to be filled in with different items?

    #48965
    abcde666
    Participant

    changing the image-source does not help.

    You also need to change the CS is in the PHP-files.

    So for example: ONE PHP-file refers to CSS-code in different sections of the BP-website (like “Member-Wire” and “Group-Wire”).

    So if I change the CSS in the PHP-file, ALL images will change (in both “Member-Wire” and “Group-Wire”) . But I do not want to have ALL images changed, just specific ones in the “member-Wire”-section.

    So how to achieve this ?

    Suggestion for BuddyPress:

    Generally speaking, BuddyPress-software should organized its CSS-codes specific to website-sections (like Members, Groups, Wire).

    Currently the CSS-code is specified more like for “left-column” , “center-column” or “right-column”.

    Doing so, will make it easier for developers to customize their websites……

    When I migrated my site over from WordPress.org, I ran a loop through the users and just copied over the nicename for each one of them.

    #48960
    r-a-y
    Keymaster

    I know of a few people working on a full-on tutorial for fresh installs for the entire package (BP 1.0.2, bbPress 1.0.1, WPMU 2.71).

    TheEasyButton was working furiously on a walkthrough. John also stated he was working on one.

    Patience! Something will pop up soon!

    #48958
    carinallc
    Participant

    Has anyone done a completely new install of the latest wpmu, buddypress and bbpress successfully? I’m not getting the integration between buddypress and bbpress, nor the ability to create forums in bbpress.

    Just seems that every success thread I read relates to upgrading from alpha/rc for one or more components, and I’m wondering if by doing so there’s something that was overlooked in the (now missing) documentation for new installs.

    Appreciate any help on this – it’s a test install that thus far has been great, but now I’m wishing there was full-on documentation available :)

    #48957
    peterverkooijen
    Participant

    Thanks Jeff Sayre! The plugin claims to be compatible up to 2.7.1 and explicitly mentions Buddypress, so that looks promising.

    @paulrostorp-1, don’t count on me to write a plugin anytime soon! I’m not a PHP coder. I want to look into this, but have some other issues higher on the to do list.

    #48952

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    @r-a-y

    BuddyPress and bbPress Integration

    #48951
    Jeff Sayre
    Participant

    Here’s a start to get you part way there:

    https://wordpress.org/extend/plugins/limit-blogs-per-user/

    Note: I have no idea whether this plugin works with newer versions of WPMU and BP

    Also, you could modify the code found here:

    https://buddypress.org/forums/topic/limit-amount-of-blogs-a-user-can-register

    #48946

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    I’m getting the same error as matthijsv, fatal error at line 37 of the plugin file.

    I have deep integration working as I can post from BuddyPress or bbPress.

    WPMU 2.7.1

    BuddyPress 1.0.2

    bbPress 1.0.1

    Any suggestions?

Viewing 25 results - 63,826 through 63,850 (of 69,054 total)
Skip to toolbar