View Single Post

Old 10-15-2008   #4 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 641
Sergey Hmelevsky will become famous soon enough
Default Re: Change the redirect URL after an article submission

File packages/publishing/templates/js/submit_article.js
replace
Code:
location.href = root;
with
Code:
location.href = root + 'advertise.html';
After success submission it will redirect user without any messages to advertise.html page.
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote