Has anybody had difficulty getting dynamic active menu trails using context? The moment I enable the context module the active menu items stop being active. I've been playing with node breadcrumb, menu breadcrumb, and menu trails modules all night without any luck.
I have several dozen taxonomy terms that I used to create menus. I don't mind but I can't imagine that the only solution is to create 50 or 60 instances of context? Is that what I'm supposed to do?
I also ran into a problem of Context not creating visibility to anonymous users only. I have quite a few modules that are for anonymous users only. Should I be writing arbitrary php code using global $user; $user->uid? I downloaded context 2.x beta 4 which has this problem solved but I'm not happy to use it on a production site.
How have people been using Context with OpenPublish and are people having any luck with it?