bp mag classic skips ”else if” statement in optionsbar
-
I’m using bp mag and bp mag classic as my main theme. brajesh recently updated his themes and everything works fine. however if i activate bp mag classic i have a problem in this else if statement. the code is this
if(bp_is_home()){
do_action(“bpmag_member_options_nav”);
}
else if(bp_is_member ())
bp_get_displayed_user_nav ();
else
bp_get_options_nav ();i have an issue with this:
else if(bp_is_member ())
bp_get_displayed_user_nav ();when I go to another member of my site it skips this and immediately goes to
else
bp_get_options_nav ();is there a bug in this code or something else.
here is an image of what i’m talking about
http://i1060.photobucket.com/albums/t451/Bastani/bpmagclassicbug-1.jpg
buddypress 1.5.5 wordpress 3.3.2. latests versions of bp mag and bp classic
thanks in advance. hope someone can help me with this.
p.s. yes i asked Brajesh also on his forum but just want to know if its a problem with this code or if it is more complicated.
- The topic ‘bp mag classic skips ”else if” statement in optionsbar’ is closed to new replies.