Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Admin just showing up as some text + missing links


Sven Lehnert
Participant

@svenl77

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?

Skip to toolbar