Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


Burt Adsit
Participant

@burtadsit

Roger, I haven’t looked at the skel member theme yet but perhaps it’s missing a :

$bp->is_directory = true; declaration.

That goes right before you do:

wp_enqueue_script( )

bp_core_load_template( );

Which launches the directory template. Setting that var turns off the userbar and the options bar.

Skip to toolbar