Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bjarne

    (@black_skorpio)

    Replaced (in 1.2):

    if (get_option('root-profile')==1){
    	add_filter( 'bp_core_enable_root_profiles', '__return_true' );
    }

    With (from 1.1):

    if (get_option('root-profile')==1){
    define ( 'BP_ENABLE_ROOT_PROFILES', true );
    }

    And we are back again with nice root profiles!

    Plugin Author modemlooper

    (@modemlooper)

    BP 1.6 has moved some of the defines to filters. Are you still on BP 1.5*?

    Plugin Author modemlooper

    (@modemlooper)

    closed

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: BP Extended Settings] Root profiles stoped working!’ is closed to new replies.