Closed (duplicate)
Project:
Panels
Version:
6.x-3.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2009 at 17:49 UTC
Updated:
18 Mar 2011 at 17:11 UTC
Hi,
is the node/add overriding function already working?
In my case it's not working...??
Cheers
Comments
Comment #1
merlinofchaos commentedIt should be working for anything that will override on node_edit -- though note that complex node types that are offered by modules may have their own overrides which will take precedence over Panels.
Comment #2
Apfel007 commentedin my case only the edit form is overriding - not the add from...
Comment #3
Chris Einkauf commentedIn my situation, what I want to do is have a node/add variant and a separate node/edit variant. Is this possible? I can't seem to figure out how to do this if it is.
Would I have to create a node/add/% custom panel page in order to do this (in addition to the system node/%/edit panel page that panels provides by default)? Or would this method cause something to break with Panels' system node/%/edit panel page?
Comment #4
dddave commentedhttp://drupal.org/node/558250
Same problem as Apfel007. BUT I tried on another install and received some error messages on the screen:
For every content type I get this message.
So I suspect that there is some trouble with i18n. I am not able to inspect this from a code aspect but I will take some time to track this down. I strongly suspect that Apfel007 as a german user has the same problem. So I change the title.
@Chris
This might be worth a separate issue.
Comment #5
Chris Einkauf commentedI suppose my comment above (#3) was a little off-topic, because this topic deals with the node/add override not working at all, and my comment was about separating the overrides for node/add versus node/edit.
I've therefore started a new issue about this: #559514: Is it possible to have separate variants for node/add versus node/edit?
Comment #6
dddave commentedBetter settings.
Comment #7
merlinofchaos commentedIf another module is overriding the node/add then you have two choices:
1) Disable that module
2) convince the module maintainer to add code to allow Panels to take over the page
3) Do not try to take over node/add with Panels.
Comment #8
dddave commented#571800: Make i18n behave fine with Panels 3 node add/edit override
Comment #9
kndr#1097738: Node add form title contains no translatable content type name