Well i have loved this mod for a long time.
Had an issue for a long time also.
Could never get the sub menus to the color i wanted.
Finally worked it out.
It seems to call the color here.
Code:
$navbar_selected_popup_body_a_Color = $vbulletin->stylevars['navbar_selected_popup_body_a_Color']['color'];
Now i dont have navbar_selected_popup_body at all.
So changed it to ['white'] and the problem is finally fixed.
My question is...
Is this an error in the mod or is my forum missing the needed templates?