I'm not sure if this the same as #923712: Panels IPE adds extra panes and panels_tab renders them as tabs - if so, feel free to mark it as a duplicate.

I want nodes to contain tabbed panes; editors must be able to re-order panes and create new ones. Panels Tabs looks like what I need for the tabs; Panels IPE looks good for the editing mechanism. However, the IPE mechanism renders the tabs as in the View display, which means that although I can create new panes and order them, I can't re-order any existing panes.

Is there any way around this? Or do I need to sacrifice either P-Tabs or P-IPE?

Comments

aubjr_drupal’s picture

I've run into this same issue, and after looking at the code it looks like this is a Panels IPE issue and should be pushed over there.

maximpodorov’s picture

Could you try the patch from #923712: Panels IPE adds extra panes and panels_tab renders them as tabs? Maybe it can help.