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

merlinofchaos’s picture

Status: Active » Fixed

This is currently not possible. There is an open feature request for a 403 and a 404 handler. Redirect handlers might also be interesting here.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.