Forums

Join
bbPress Support ForumsTroubleshootingAdmin just showing up as some text + missing links

Info

Admin just showing up as some text + missing links

  1. Hi
    I've just installed the new version of BBPress and followed the instructions to integrate
    it with WP.

    When I log in and click on Admin I just get a plain text page, where my only options
    are to choose the template. So basically I can't go any further with this install...

    Does anyone have a way to fix this please

  2. I have the same problem.
    I use wpmu 2.8.4a buddypress 1.0.3 and bbpress 1.0.2
    I have deep integration and the forum is working very well. Also I have the buddybar integrated. I just doesn't have a regular admin interface...
    In the moment I go to all sites by calling the page directly. For example to activate plugins I go to yourdomain.com/forum/bb-admin/plugins.php

    Here the link to the forum http://rheinrauschen.de/forum its looking normal

    Any idea how to get it fixed?

  3. Nobody out there who can help?

    If I inset admin-header.php and admin-footer.php to the forum/bb-admin/index.php file, the admin is back again.

    1. <?php
    2. require_once('admin.php');
    3. require_once( BB_PATH . BB_INC . 'functions.bb-statistics.php' );
    4. require_once('admin-header.php'); (new)
    ....
    123. <?php require_once('admin-footer.php'); (new)
    124. bb_get_admin_footer(); ?>

    but this is just a dirty hack... what is going wrong there?

  4. ... 1 month ago! nobody having this problem?

  5. You must log in to post.