Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: User and options menus on directory pages in the Skeleton theme


Roger Coathup
Participant

@rogercoathup

Ok, I have the solution:

header.php in the skeleton template directly calls:

<?php load_template ( TEMPLATEPATH . ‘/optionsbar.php’ ); ?>

This bypasses any checking to see if it is a directory.

Instead, replace this line with:

<?php bp_get_optionsbar(); ?>

and everything works fine.

The same applies to the userbar.

Skip to toolbar