Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Timeframe for what?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CB Activity is supposed to be using that menu item so that is working correctly
Please Log in or Create an account to join the conversation.
Disable SEF and check the Itemid it's using in its URL. Then match that against your menu item. This will tell you exactly what menu item it is using. I believe a see the potential issue though. Joomla menu URLs don't include "func" and func=show is being set on the URLs, which will cause the lookup to fail. Right now it's not possible to implement OR cases for our Itemid lookup. That's something that we need improved in CB itself. In reality we just need to completely rewrite and improve routing behavior. Plugins also need to move away from using func and just consolidate it in action so instead of &action=categories&func=show you'd have &action=categories.show or more appropriately for a category you'd have &action=category.show. So a couple of things need to happen to improve the rewriting. Plugin routing is still in its infancy and only a few plugins are actually utilizing it right now.I strongly doubt it as CB Activity is using the last GJ menu item published ! Which brings to lots of 404 errors instead of using the main category menu (for instance All Categories or All groups)
Please Log in or Create an account to join the conversation.