Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,326 through 6,350 (of 7,527 total)
  • Author
    Search Results
  • #49059

    In reply to: BuddyBar for bbPress

    @krugazul, do me a favor and update to 1.0.3 of this plugin, and let me know if it works better for you. Right now on your site, it looks like it’s totally broken.

    #49055

    Since my opinion counts too, I’m going to jump into the fray…

    The reason why people like WordPress, is because it unknowingly found the PERFECT balance of challenge, and ease of use. In order to become proficient at using WordPress as a development tool, you have to go through a rigorous 6 month hazing period of being totally lost in the code. Not because it’s badly written, or sloppy, but because it’s just a lot to learn.

    You know why people that join fraternities rarely ever leave? Because once you’ve gone through the hazing, you’re more likely to stay. You know how businesses earn repeat clients? They charge MORE money, because people are more likely to go back to a place they’ve already invested money into, rather than a place that gave them a $15 oil change. Strange eh? Make things too easy, and people won’t go back. Make it too hard, and they won’t even try it in the first place. There’s a balance, and WordPress, bbPress, and BuddyPress found it.

    Once you learn it though, it’s like driving a 6 speed manual trans; you just glide through the gears without really even thinking about it. It’s like learning to juggle; or play baseball; or ride a bike. You just do it naturally.

    My experience with things written with strict coding standards is that no one ever appreciates the time spent adhering to those standards anyways, and the codebase is basically ignored. phpBB is a great example, because the code is dead simple to use and understand, but how many people do you hear about using it to its full potential?

    I used to code every single website I did to section 508 compliance. You know how many clients cared? 0. So, now I don’t. Haha!

    WordPress, BuddyPress, and bbPress make you earn your keep. They are investments in time, energy, and they actually can give you back what you put in. Not EVERYONE can sit down and develop a good plugin for any of the platforms, but LOTS of awesome plugins are possible and with a little time, anyone can sit down and write one. Anyone can develop a theme with a little effort. WordPress works for everyone, not just newbies and not just professionals.

    I can’t predict what tomorrow will bring. Maybe something will come along and totally blow the doors off of anything we could develop ourselves. That’s okay. But for right now, I don’t think there’s anything better than what WordPress, bbPress, and BuddyPress bring to the table.

    #49034
    Brian Neil Katz
    Participant

    Thanks for the warning …. haha … :D … I did not want to go down the wrong path and waste a lot of time.

    #49033
    Burt Adsit
    Participant

    If I were you Brian Katz, I’d avoid the wpmu 2.8.1 release for the moment. Have you seen all the issues floating through trac and svn for that ver? It’s not exactly ready for prime time yet. Soon, but not yet.

    #49031
    Brian Neil Katz
    Participant

    Question regarding integration of bbPress 1.01 + WPMU 2.8.1 beta + BuddyPress 1.0.2

    Will there be any steps that can be eliminated with the above integration steps with new release of 2.8.1 beta?

    #49027
    Alex
    Participant

    I’ve installed WPMU trunk via SVN and all is well.

    Then I install BuddyPress via the shell ‘wget’ method, and placed the plugin and theme files in the correct locations:

    /wp-content/plugins/buddypress

    /wp-content/themes/bphome

    /wp-content/bp-themes

    I can activate BuddyPress, but when I go to the /members page for example, I am given:

    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 visit the wp-admin/admin.php?page=bp-core.php page, the dropdown of themes to select gives me the default WPMU themes – not the BP themes.

    Here are some details about my setup:

    1. Which version of WPMU are you running?

    – 2.8.1-RC1

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

    – Subdomain

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

    – NA

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

    – No, fresh install

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

    – Yes

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

    – 1.0.2

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

    – No, fresh install

    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, for now

    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?

    – Not running, yet

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

    – No errors

    #49012
    gen-superman
    Participant

    $bb->bb_xmlrpc_allow_user_switching = true;

    TheEasyButton

    Oh, thank god you exist in this world :)

    You were right…

    I actually made several mistakes, that I wanted to point out, and then my final post on this topic will lead to the url to where I found out how to fix my issues.

    But, thanks to TheEasyButton and John James Jacoby for their help. As it truly helped.

    Also a big thanks to Trent Adams for writing up that helpful tutorial found sticky on these buddypress forums.

    I had forgotten several steps

    – Add the code to the bottom of the bb-config file, that TheEasyButton mentioned above.

    – Disable forum discussions on new or existing group forums, and then re-enable them after they are created or working.

    – Needed to be signed in to both WPMU and BBPRESS as the administrator and not the key master. I had forgotten to set up my new admin account to have admin priviledges on the bbpress side. Woops… like big woops. :(

    There are two MAJOR things I wanted to point out.

    – If you tried to intall bbpress 1.0.1 by itself as fresh install, then I kept getting a major error that said, “Could not create new forum” during installing. I had to install bbpress 1.0 first to a new SQL database, then I removed all the files from the BBPRESS folder, and then uploaded the new bbpress 1.0.1 files. Which once I installed this new version, the SQL database was already set up for bbpress, so it just treated it as updating. Someone at BBPRESS really needs to fix that, as I’m sure many people are running into that problem.

    – The last thing I would like to mention, is that I didn’t really see on the tutorial article about helpful forum integration on the buddypress forums, about the cookies. I probably just missed that part, but it is very important that even when you overwrite your bbpress files, that when you over write your bb_config file, that you make sure the cookies are set and match wp_config cookies, of course with the bb_ prefix within the cookie parameters. Such as:

    define( ‘BB_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define( ‘BB_SECURE_AUTH_KEY’, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define( ‘BB_LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define( ‘BB_NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );

    define(‘BB_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define(‘BB_LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define(‘BB_SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);

    define( ‘WP_AUTH_COOKIE_VERSION’, 1 );

    If you forget that last line, then it will definitely mess up everything too. But, the plugins placed into the right directories are the most important. This also doesn’t include that some buddy press plugins require that you move certain files from those plugins into your default buddy press theme. You also have to have a default buddy press theme in order to see everything properly too.

    One more thing,

    Hopefully, one day, someone will create an easier way to do all of this. Everything is so scattered all over the place, and right now, it can take a newbie several hours to get everything set up the way it is suppose to be. So, hopefully, somebody might create a program or something that will just automatically do everything for you or done through a central area at least.

    Thanks again for the help,

    my problem is solved.

    #49010

    In reply to: BuddyBar for bbPress

    Warwick Booth
    Participant

    Hi

    I got mine to work with removing the call for the logo in bp-buddybar.php

    http://community.echo360.com/forums/

    function bp_buddybar_for_bbpress() {
    echo '<div id="wp-admin-bar">';
    //bp_adminbar_logo();

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

    #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

    #48996

    In reply to: BuddyBar for bbPress

    Using…

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

    won’t work for groups forums creation, posting, etc… Because it reincludes WordPress during a WordPress to bbPress XMLRPC attempt. If you don’t plan on using groups forums, that code is fine, but if you do, you’ll need to use my way.

    The read me says to delete that when you’re done … won’t doing that disable deep-integration?

    Oversight in the readme.txt. Just had that part out of order for some reason. It’s updated in the trunk and the repo will catch up soon. Yeah, don’t delete the deep integration part. :)

    #48990

    In reply to: Group forums meta data

    r-a-y
    Keymaster

    Hey cozzie,

    For bbPress meta keywords / description, I use a modified version of a bbPress plugin called SEO Tools:

    http://www.finalwebsites.com/forums/topic/new-plugin-bbpress-seo-tools

    Oh, and be sure to set the topic to “resolved” if your question has been answered.

    #48989

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    @ipstenu

    No, the deep integration lines shouldn’t be deleted as stated in the readme.txt.

    That needs to be changed… John? ;)

    #48988

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    Using a URL in the include_once doesn’t work, period.

    Using a URL in the include_once does not give you deep integration.

    Deactivate the BuddyBar in the bbPress admin area.

    Remove all lines you put in bb-config.php.

    Let’s start again… fresh!

    First thing you want to do is deep integration between WPMU and bbPress, then you enable the plugin in bbPress.

    Put the following in bb-config.php:

    It should be something similar to this:

    <php
    if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
    define( 'WP_USE_THEMES', false );
    include_once( 'YOURABSPATH_HERE/wp-blog-header.php' );
    header( "HTTP/1.1 200 OK" );
    header( "Status: 200 All rosy" );
    }
    the rest of bb-config here...

    For YOURABSPATH_HERE… either use the path that John’s “abs.php” spits out or use

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

    Save bb-config.php.

    Head on over to your bbPress forums.

    Do you get any errors?

    If everything is good, go to your bbPress admin area and enable the Buddybar plugin.

    What happens?

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

    #48983

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    Using an actual website address is different than using the $_SERVER[‘document_root’].

    Next step is to use John’s utility “abs.php” file:

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

    Download the “abs.php” file, upload it to your sever and go to the URL:

    eg. ht*p://example.com/abs.php

    It should output the correct directory path that you can put in the include_once line.

    #48982

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    In the readme it says to use:

    include_once( '/homepages/8/d149961498/htdocs/codeismusic/wp-blog-header.php' );

    Is that different from:

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

    Should I leave out http://mydomain.com?

    Appreciate the help, just not sure what I should change or look into…

    #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!

    #48976

    In reply to: BuddyBar for bbPress

    The read me says to delete that when you’re done … won’t doing that disable deep-integration?

    #48972

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    @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!

Viewing 25 results - 6,326 through 6,350 (of 7,527 total)
Skip to toolbar