Redirect to newly added node instead reloading current when node/add

-Shaman- - October 25, 2009 - 14:33
Project:Popups API (Ajax Dialogs)
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

I want make node/add via popups, but after hitting submit I'm staying at the same page (there's reload, but newly added node is not showing up).

I tried with this code:

<?php
   
'a[href*=node/add]' => array( // Check rule
     
'hijackDestination' => FALSE,
     
'updateSource:final',
          ),
?>

 
 

Drupal is a registered trademark of Dries Buytaert.