daquity36 Posted December 5, 2012 Share Posted December 5, 2012 (edited) After editing and saving a CMS page (in the BO), I am automatically redirected to the CMS main page. If I want to edit again, I have to click on "edit" again and it gets really repetitive. Is there any way to alter the admin/tabs/adminCMS.php so that saving edits does NOT redirect me to the CMS main list page? (in other words, save and stay?) Edited December 13, 2012 by daquity36 (see edit history) Link to comment Share on other sites More sharing options...
daquity36 Posted December 9, 2012 Author Share Posted December 9, 2012 Bump! Please help! Link to comment Share on other sites More sharing options...
daquity36 Posted December 12, 2012 Author Share Posted December 12, 2012 Anyone?? Is this too difficult a task? Link to comment Share on other sites More sharing options...
daquity36 Posted December 13, 2012 Author Share Posted December 13, 2012 SOLVED. go to admin directory/tabs and open AdminCms.php. About line 295 find and delete or comment out Tools::redirectAdmin($currentIndex.'&id_cms_category='.(int)$cms->id_cms_category.'&conf='.(int)($cms->id ? 3 : 4).'&token='.Tools::getAdminTokenLite('AdminCMSContent')); and add Tools::redirectAdmin($currentIndex.'&id_cms='.(int)$cms->id.'&updatecms&token='.Tools::getAdminTokenLite('AdminCMSContent')); Let me know if it works. Link to comment Share on other sites More sharing options...
Recommended Posts