bbpress admin from inside the wpmu admin page

found this plugin: http://wordpress.org/extend/plugins/bbpress-admin/ which offers exactly that: administer your bbpress from inside the wpmu admin, but unfortunately its old and no longer working.

Anyone able and up to fixing that plugin?

Sounds like a brilliant plugin to me.

I’d even donate a small amount, maybe we can make this a communual effort? Anyone else interested? I know I should probably post this in the job section, btu wanted to get some feedback first.

  • Ovidiu
    • Code Wrangler

    i.e.

    – [warn] mod_fcgid: stderr: PHP Fatal error: Call to undefined function bb_option() in /myabspath/web/wp-content/plugins/bbpress-admin/bbpress-options-admin.php on line 38

    – [warn] mod_fcgid: stderr: PHP Warning: require_once(/myabspath/web//forums/bb-admin/admin-functions.php) [function.require-once]:failed to open stream: No such file or directory in /myabspath/web/wp-content/plugins/bbpress-admin/bbpress-topic-admin.php on line 8

    [Sun Jul 05 19:48:25 2009] [warn] mod_fcgid: stderr: PHP Fatal error: require_once() [function.require]: Failed opening required ‘/myabspath/web//forums/bb-admin/admin-functions.php’ (include_path=’.:disappointed:usr/share/php:disappointed:usr/share/pear’:wink: in /myabspath/web/wp-content/plugins/bbpress-admin/bbpress-topic-admin.php on line 8

    and the likes.

    besides admin-functions.php doesn’t even exist anymore in the current version :slight_frown:

  • drmike
    • DEV MAN’s Mascot

    I’m out of time. I know wp has the function within root’s index.php (wp-blog-header() maybe?) that has to be called for scripts outside of wordpress to be able to access wordpress data and functions. Does bbpress have something along those lines? That’s what those errors look like to me.