I'm building a site based on OG Panels, and one thing has got me befuddled:
I configured the node template for my group node in the panels dashboard, then created some panel pages on my group node:
So my Menu_local_tasks look like: tab1 , tab2, tab3
However when I click one of my posts the tabs "disappear"
Looking at my menu_router table: node/% has a page_callback of page_manager_node_view and a file entry of sites/all/modules/ctools/page_manager/plugins/tasks/node_view.inc
Seems it's not as simple as creating a module and using hook_menu to identify my content types and assign the menu_local_tasks there?
I've tried asking on DO, but to no avail.
Can anybody here offer some insight into my problem, as I seem to have hit a brick wall!