Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#796 closed defect (bug) (fixed)

Skeleton theme: Options and User Bar are showing incorrectly on directory pages

Reported by: rogercoathup's profile rogercoathup Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

In header.php in the skeleton template it directly calls:
<?php load_template ( TEMPLATEPATH . '/optionsbar.php' ); ?>

This incorrectly 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.

Change History (2)

#1 @apeatling
15 years ago

  • Milestone set to 1.0.2
  • Resolution set to fixed
  • Status changed from new to closed

#2 @(none)
15 years ago

  • Milestone 1.0.2 deleted

Milestone 1.0.2 deleted

Note: See TracTickets for help on using tickets.