Thread
:
Change the redirect URL after an article submission
View Single Post
10-15-2008
#
4
(
permalink
)
Sergey Hmelevsky
Subrion Tech Support
Join Date: Apr 2007
Posts: 641
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
View Public Profile
Find More Posts by Sergey Hmelevsky