Closed (fixed)
Project:
Panels
Version:
6.x-3.2
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 14:36 UTC
Updated:
30 Jan 2010 at 00:20 UTC
Hi,
I have created two pages
events/view/%nid
events/edit/%nid.
The first shows a panel page containing a node (of custom content type 'event'), the second shows a panel page containing an event edit form. Now I would like to 'deactivate' the node/%nid resp. node/%nid/edit urls when %nid references an event node. More precisely, I would like the user to be redirected to event/view/%nid whenever he requests node/%nid and %nid references an event node. Similarly, the user should be redirected to events/edit/%nid whenever he requests node/%nid/edit. Is this possible with panels?
Thank you!
Comments
Comment #1
merlinofchaos commentedThis is currently not possible. There is an open feature request for a 403 and a 404 handler. Redirect handlers might also be interesting here.