Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4772, comment 15


Ignore:
Timestamp:
02/07/2013 07:04:15 PM (11 years ago)
Author:
modemlooper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4772, comment 15

    initial v1  
    1 Well that didn't work right, if you remove  bp_get_options_nav() then forum subnav doesn't show. Why is the settings duplicating bp_get_options_nav() and the other components are not?
     1Well that didn't work right, if you remove  bp_get_options_nav() then forum subnav doesn't show for bbPress. The settings page has bp_get_options_nav() call at the top and then on the same page it has bp_get_template_part( 'members/single/plugins'                 ); that has a call to bp_get_options_nav() as well.