Closed (fixed)
Project:
Panelizer (obsolete)
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 15:39 UTC
Updated:
19 Apr 2012 at 11:58 UTC
I am using display suite and I also want to enable panelizer module. However, panelizer requires that I go into page manager and enable node_view. When I do this, I get the following error message:
Page manager module is unable to enable node/%node because some other module already has overridden with ds_extras_node_page_view.
Doing a google search I located this: http://drupal.org/node/1181850#comment-4575316
Any advice on how this may be resolved? I would love to use both of these fantastic modules together.
I have already posted this in the display suite issue queue at: http://drupal.org/node/1536956
Comments
Comment #1
awebb commentedWe use both together. The trick is to disable the "View mode per node" in the Display Suite extras settings page. The issue is that both modules are trying to override the node view page with hook_entity_info_alter().
Comment #2
swentel commentedOk, so it's rather Display Suite that should fix it, IIRC, panelizer also uses page manager to override node_view page callback. Can anyone confirm that, then I'll just implement the solution from http://drupal.org/node/1181850#comment-4575316
- edit - it's kind of redundant to use the node switch view mode from DS if you want to use panelizer, so I'm just even thinking to just add some more info on the DS settings screen.
Comment #3
awebb commentedPanelizer does indeed tie into the page manager for any entity type (node view, taxonomy view, user view) that is it supposed to be used on.
Comment #4
swentel commentedFixed it at #1536956: Apparent conflict with Panelizer module
Comment #5
arcane commentedThank You, #1 worked fine.