Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 22,476 through 22,500 (of 26,846 total)
  • Author
    Search Results
  • #4438
    mrtee
    Member

    I justed upload bb-rating folder to wordpress site, WordPress Plugin can activated.

    But I don’t know how to use it or the plugin can’t working.

    #70062

    @David:

    I’ve thought about this, and tossed it around in my mind for the past few weeks. I think that for us right now, it would make sense to do things this way, since we’re only really familiar with WordPress, and then bbPress. There are a few other products that Automattic has, such as WordPress MU, BuddyPress, and BackPress, that also will need to have a way to integrate around each other and any random installation combination of them.

    With that being said, from a bbPress users perspective, it might almost make more sense to have WordPress MU be a plug-in for bbPress, giving each individual user their own WordPress type blog. This would use bbPress as the core installation, and include another application inside itself.

    You can see that with so many products and possibilities, the fact that Sam has enlightened us with a working bbPress/WordPress dedicated integration solution using bbp1.0alpha4 is pretty awesome.

    I’m going to do my best to make a plug-in like you’ve mentioned, to add a bbPress menu in the WordPress admin panel, and allow editing of the bbPress settings. I think that again, right now, a majority of the bbPress audience is going to lean towards that as a next logical step. Eventually however, BuddyPress and BackPress will probably be the future for all of us.

    Your points are valid, and I think many of us here feel the same, just rest assured that the devs are listening and busting their butts to make things work together the best way they can.

    #4423
    davidbaldwin
    Member

    I LOVE bbpress…..

    I LOVE wordpress…..

    but…

    I am really disappointed that bbpress integration with wordpress was broken at wordpress version 2.6 and has yet to be put back into bbpress.

    In fact, bbpress intigration with wordpress wont be back until bbpress version 1.0 which is not due for some time.

    http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    on one of my websites:

    http://lifelightcam.com/bbpress/

    i currently run the 1.0-alpha, because i need wordpress 2.7.

    I don’t know about everyone else, but I am extremely disappointed that wordpress and bbpress are from the same company (Automattic), but they are not joined at the hip like I thought, they are more like completely independent and might as well not be made from the same company.

    bbpress is an excellent product on its own, but the integration with wordpress is simply embarrassing.

    So, this what I think should be done:

    Create 2 versions of bbpress.

    1) a standalone version already in existance

    2) a wordpress plugin (installed from within wordpress) that has the same functionality as bbpress. The bbpress admin would reside within wordpress itself. This would make bbpress instantly integrated with wordpress.

    Having 2 versions would increase the number of users of bbpress and make it a lot easier and simpler for non-technical users to integrate bbpress with wordpress.

    Please consider this. If you have any questions, please feel free to ask.

    peace

    #66950

    In reply to: WPMU 2.6 and Alpha 1.0

    Radium
    Member

    I am getting this too… wordpress 2.7 & bb press 1.0 alpha 4

    #70107
    thenokiablog
    Member

    @sambauers

    I checked all my settings again and it looked like I did not put in my define(‘LOGGED_IN_KEY’, on bbconfig.php. That is now fixed and running smoothly.

    Haven’t found problems logging in/out either bbpress or wordpress. Thanks sam.

    Question: what is define(‘BB_NONCE_KEY’, ”); on the bb-config file? It is currently empty and don’t remember having it on 1.0a2.

    #70106
    Sam Bauers
    Participant

    @johnjamesjacoby

    In your wp-config.php file, right after you include bbPress you should probably clear out all filters and actions so that nothing in bbPress alters WordPress unexpectedly. Use this code right after the include to do that:

    // Remove filters and action that have been set by the included bbPress
    if ( defined( 'BB_PATH' ) ) {
    $wp_filter = array();
    $wp_actions = array();
    $merged_filters = array();
    $wp_current_filter = array();
    }

    #70104

    On a side note Sam…

    I’d like to try to head the project to include the bbPress administration area into the WordPress admin area as a plugin… It sounds like a major task, but I really don’t think it will be that hard since all of the functions are written for me already…

    I noticed that you tucked your plugin under the WP Settings menu, which is where I think it belongs for now. However, once integration becomes more popular, I suspect users may want a centralized administration panel, possibly requiring a separate WP root menu for bbPress related settings.

    I know I’m thinking light years ahead here, but perhaps starting to think about an integration standard now before we get too far into things might not be a bad idea?

    #70101
    Sam Bauers
    Participant

    People having issues with cookies etc need to remember to configure the WordPress plugin and also follow it’s instructions to modify the wp-config.php file in WordPress.

    Further to this, you should clear out any manual settings you have made to bb-config.php in bbPress and re-check your settings in the “WordPress integration” page in bbPress admin.

    Then clear all your cookies and retest.

    #70100

    Using deep integration inside the bb-config.php, I’ve been able to include all of the WP functions normally included in the WP/header.php file successfully. This has allowed me to replace the bbPress login/registration with the WordPress one and actually use the WP login/logout function from within BBP.

    So far Sam, I am calling this a huge success.

    #70099

    Sam…

    Logged in as KeyMaster, using the BBP1.0alpha4 (non trunk) and using the BBP Integration plugin for WP (trunk) I can confirm that all cookies, logins, logouts, and admin panels appear to be working from every direction.

    WordPress installed in “ROOT/” directory.

    bbPress installed in “ROOT/forums/” directory.

    Pat yourself on the back soldier, we have lift-off.

    Once I am comfortable with my findings and can test this more thoroughly I’ll write a detailed how-to integrate topic ASAP.


    Side note: It also all appears to still work even with deep integration in the bb-config.php file. Still testing so stay tuned with that.

    #70097
    thenokiablog
    Member

    updated to 1.0a4 and installed the wordpress plugin. Here is the issue i found:

    if i login to wordpress, i still need to log in to bbpress.

    BUT

    if i login in bbpress, it logs me into wordpress too.

    And another issue:

    If I login to bbpress, I can’t log OUT of wordpress. I see this WordPress failure Notice:

    — You are attempting to log out of **blog title**Please try again.

    #70096

    I’m not sure it fixed everything. Or at least not with root cookies.

    If I log in via bbpress I’m logged into bbPress AND WordPress Admin but NOT WordPress user. If I try, subsequently, to login as WordPress user, it acts like I’m logged in, but if I go back to a regular page, it doesn’t work. If I then logout on bbPress, I can log in to WordPress. This happens in reverse as well. I can’t be logged into BOTH at once.

    The ‘fix’ to that was to add this to wp-config.php

    // Cookies
    define('COOKIE_DOMAIN', '.domain.net');
    define('COOKIEPATH', '/' );

    Which has the even WEIRDER side effect of logging me out between apps. Log in to bbPress, fine. Log in to WordPress, logged OUT of bbPress. Ad nasuem.

    The ‘fix’ to that is to disconnect

    $bb->logged_in_cookie = 'wordpress_logged_in';

    Which is sooo wrong.

    FWIW:

    #4431

    Okay, so here’s how the story goes…

    I downloaded bbPress 1.0-alpha3 because I’m using WordPress 2.6.3…however I’m not sure if that even matters since I don’t really want to integrate the two.

    I removed all the installation files from the bbpress folder, and placed them into my /forums directory. I did this because I wanted my forums to be in http://www.beardownarizona.com/forums, not beardownarizona.com/forums/bbpress.

    Once all the files were installed via FTP into my /forums directory, I went to the site and proceeded with the installation. The first screen said “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress. ” so I continued and put in my database name, username, password, along with my host.

    When I hit “save database configuration” I got a ridiculously long error message:

    Warning: fopen(D:Hosting3362703htmlforums/bb-config.php) [function.fopen]: failed to open stream: Permission denied in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1019

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fclose(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1031

    Warning: chmod() [function.chmod]: No such file or directory in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1033

    Warning: Cannot modify header information - headers already sent by (output started at D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php:1025) in D:Hosting3362703htmlforumsbb-includesfunctions.bb-core.php on line 842

    So instead of hassling with that, I created my own bb-config.php file, and uploaded it to the /forums directory. This allowed me to complete the entire installation. However it had one minor error, which said “Key master email not sent!” The installation log is below:

    `Referrer is OK, beginning installation…

    Step 1 – Creating database tables

    >>> Modifying database: beardownforum (beardownforum.db.3362703.hostedresource.com)

    >>>>>> Table: bb_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_posts

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_terms

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_relationships

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_taxonomy

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_users

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_usermeta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> Integration not enabled

    Step 3 – Site settings

    >>> Site name: Bear Down Arizona Forums

    >>> Site address (URL): http://www.beardownarizona.com/forums/

    >>> From email address: brad@beardownarizona.com

    >>> Key master created

    >>>>>> Username: beardownarizona

    >>>>>> Email address: brad@beardownarizona.com

    >>>>>> Password: (password removed)

    >>> Description: Just another bbPress community

    >>> Forum name: Bear Down Forums

    >>>>>> Topic: Your first topic

    >>>>>>>>> Post: First Post! w00t.

    >>> Key master email not sent!

    There were some errors encountered during installation!’

    Now when I go to my forums page at http://www.beardownarizona.com/forums, I get a “page not found” error. I’ve double checked my installation files, and they are all there, so I don’t think I’m missing any files…

    I’m just at a complete loss for how to proceed. I just want to install the forums on the page, I’m not worried about integration or anything like that, since I don’t really have “users” on my main site. The forums are going to be used for that purpose.

    If it makes a difference, I’m using godaddy as my host…If you have any ideas for how I can fix this, please let me know!!

    Thanks!

    #67492
    Sam Bauers
    Participant

    Even if you have integration set up perfectly, if you login from WordPress you will not get the correct cookies set to be able to access the bbPress admin area.

    Also, if you are doing what johnjamesjacoby describes above you will get a similar problem as the bbPress roles will get squashed by WordPress.

    There is a fix for both of these problems available, but it is only tested with WordPress 2.7

    #70056
    Sam Bauers
    Participant

    The problem with synced logins between WordPress and bbPress is now solved in trunk.

    Look out for a new download release in the next couple of days.

    #70028
    Sam Bauers
    Participant

    @johnjamesjacoby

    The login forms don’t pass around nonce values generally, so it should be of no concern.

    What happens as of right now is that the role map you setup in the admin area only gets applied to new registrations either when you save the changes on that role map form or when the new WordPress user who is missing the role in bbPress logins in through bbPress.

    On your site as it is right now this never occurs because you force all logins through WordPress. Just now in trunk I have changed that so that just visiting the bbPress site with a valid cookie will set your role in bbPress.

    I suspect that all the problems with loging out in your case are going to come down to having a bunch of stuff manually set in your wp-config.php and bb-config.php

    Here’s what I think you should do…

    1. Update bbPress to the latest trunk version
    2. Remove any hardcoded settings in bb-config.php and wp-config.php WRT integration
    3. Install this brand spanking new plugin (get the trunk version for the moment) http://svn.wp-plugins.org/bbpress-integration/trunk/
    4. Recheck your integration settings in bbPress – don’t hardcode anyting into bb-settings.php
    5. Configure that plugin in WordPress
    6. Copy the wp-settings.php lines specified in that plugin to wp-config.php (probably only one line for you)

    Let us know how that goes.

    #70010

    In reply to: bbPress Admin

    _ck_
    Participant

    You seriously want them to spend what little development time they have on the admin panel?

    WordPress has changed it’s panel for the last three versions.

    Wait a version it will change again. And again. And again.

    Then there will be plugins to change it back to the old version.

    Then they will break all the admin plugins again after enough authors adjust.

    Matt can’t make up his mind, first he likes top-down style and says people know how to scroll, then he changes his mind 100% and goes linear with an ugly, too narrow, center column. No attempt at supporting a fall back legacy design.

    I kinda like how the bbPress 1.0 panel looks.

    I can’t find anything quickly or easily under 2.7

    #4412
    Seans0n
    Member

    I want to change the slug of a topic. I.e. change the URL http://www.seanbluestone.com/forums/topic/wordpress-link-directory-pro to http://www.seanbluestone.com/forums/topic/wordpress-link-directory.

    I read a couple of other topics on the forums here that seem to suggest that this is already possible, though perhaps I’m reading more into it than is the case. If so, how is this possible? It should be known that I’m using the pretty permalinks via the alternative /bb-admin/rewrite-rules.php option.

    P.S. I’m aware that you can alter the slug via phpMyAdmin and failing a resolution here I’ll do that, but I’m wondering if there’s a method to do so without logging into phpMyAdmin?

    Cheers – Sean

    P.S. I seem to have posted this in the installation forum rather than the Troubleshooting forum where it would be better placed. To any admins – feel free to move it there.

    #70059
    _ck_
    Participant

    There is a host that has bbPress available as an instant install script? Interesting!

    If you are sharing the users with WordPress you do NOT want a new database.

    When you install bbPress you need to use the database information from WordPress.

    #70024
    Sam Bauers
    Participant

    OK, this is fixed in trunk now. Just a stupid error on my part in a new function.

    I’ll see if it’s possible to re-release the 1.0-alpha-3 or maybe just bump up to 1.0-alpha-4.

    @johnjamesjacoby

    Thanks for your investigations. “Deep” integration is just there to allow you to use WP functions inside bbPress, you still need to setup cookie and user database integration separately.

    There is no way (that I know of) to get bbPress functions inside WordPress. It may “just work” now because of recent changes, but I’m definitely drawing the line there in terms of what we support. bbPress Live should mature further to provide the display of all manner of bbPress data inside WordPress via XML-RPC.

    The idea of bbPress running as a plugin is an interesting one, and I’ve thought about it before. It would be a hefty plugin though. I would be interested in seeing a plugin that kind of loaded bbPress like a library and allowed that sort of level of integration, but again, it would be basically loading all of bbPress inside WordPress. Generally, I think we have a stronger foundation as a stand-alone product rather than a plugin and if we can make integration easier by various means then there shouldn’t be a need for it.

    The nonce keys don’t need to be shared thankfully – I almost screamed when I saw those added to WordPress.

    #70023

    Neither alpha3 nor the trunk versions of bbPress seem to create cookies for WordPress. Basically either way fails to generate the others’ cookies.

    I might be missing the mark on this one, but is the point of deep integration to have 1 single log in, or to allow use of WP functions inside BBP?

    I think the end result we’re mostly looking for, is a unified front from any direction. BBP functions in WP, and WP functions in BBP, with 1 login and registration. Which makes me think that BBP needs to be a WP plugin more than a stand along product to serve this purpose.

    I also noticed that the bbPress install doesn’t ask for the nonce key or salt from WordPress. Possible this could be an issue also?

    #70052
    Sam Bauers
    Participant

    @Ipstenu

    The problem you note will go away if you force logins to occur in bbPress. I am going to write a plguin for WordPress which fixes the problem you currently have.

    @thenokiablog

    Sounds reasonable…. backup first!

    #70021

    Interesting… With shallow integration, logging into bbPress logs me (as user and admin) into WordPress as a user but NOT as an admin. For about 20 minutes. Then I tested Deep Integration and now it fails all together.

    #70050
    thenokiablog
    Member

    i currently have an installation of wordpress 2.6.5 integrated with bbpress 1.0a2. I want to update to wordpress 2.7 but I think it will break the integration.

    To my understanding, 1.0a3 will integrate with wordpress 2.7?

    Is this what I need to do?

    Step 1. Update WP from 2.6.5 to 2.7

    Step 2. Update BB from 1.0a2 to 1.0a3

    #70020

    Well, my first impression of beta 3 without including is that login integration doesn’t work at all.

    Without the “deep” integration in the bb-config.php:

    1. Logging into WordPress leaves me logged out of bbPress.
    2. Logging into bbPress leaves me logged out of WordPress.
    3. Logging out of bbPress leaves me logged into WordPress.
    4. Logging out of WordPress leaves me logged into bbPress.

    With the “deep” integration in the bb-config.php:

    1. Logging into WordPress leaves me logged out of bbPress.
    2. Logging into bbPress leaves me logged out of WordPress.
    3. Logging out of bbPress leaves me logged into both bbPress AND WordPress.
    4. Logging out of WordPress leaves me logged into bbPress.

    So, login integration worked better in beta 2 unfortunately.

    I haven’t tested the themes or functions yet however.

Viewing 25 results - 22,476 through 22,500 (of 26,846 total)
Skip to toolbar