Forums

Join
bbPress Support ForumsTroubleshootingwp27final + 1.02a no "Add new" link

Info

Tags

wp27final + 1.02a no "Add new" link

  1. Hi!

    I tried to integrate wp27final and bbpress 1.02a. I installed bbpress, followed the integration steps during installation, then changed bb-config.php with this code;

    define('WP_BB', true);
    if ( !defined('DB_NAME') ) {
    require_once( dirname(__FILE__) . '/../wp-config.php');
    }
    
    $bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
    $bb->wp_home = 'http://myhost.com';
    $bb->wp_siteurl = 'http://myhost.com';

    ...and I've found several issues, the first one the no admin panel issue already discussed in this forum, but the fact is that I have no "Add new" link when logged in as user different to admin. Besides, I have no post form when logged in as admin and click "Add new".

    I can't go further with my integration but I like how bbpress is being developed, it is pretty fast and simple, just what I needed. Is there any way I can solve these issues?

  2. Not currently without removing the integration in your config file. WordPress is conflicting with the roles inside bbPress, so even though you're logged in, WordPress's login has given you no permissions in the forum.

  3. Thanks for your answer John :) Then there is no way to go further :(

  4. Perhaps there is a way.

    This guy;

    http://www.adityanaik.com/bbpress-and-wordpress-integration/

    integrated wp 2.6.3 with bbpress;

    meta name="generator" content="WordPress 2.6.3"

    We are missing something.

  5. Much has changed since that post which is almost 2 years old. They just aren't playing nice right now, I promise.

  6. You must log in to post.