When ever I don't fill out all the required fields on the suggest link page it reloads/redirects. Where in the code for this function? I would like to change the page it redirects to. I don't see anything that specifically addresses this in the Manage Redirects section of the admin panel. Thanks!
Yes, that's the only thing that differs compared to the regular 'suggest link' page. If for some odd reason you want to rewrite the php file, see suggest.php.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Redirection Code
Member
Usergroup: Customer
Joined: Apr 05, 2004
Total Topics: 4
Total Comments: 15
When ever I don't fill out all the required fields on the suggest link page it reloads/redirects. Where in the code for this function? I would like to change the page it redirects to. I don't see anything that specifically addresses this in the Manage Redirects section of the admin panel. Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That's not a redirection, it's a re-prompting. The URL does not change, you aren't taken anywhere.
Member
Usergroup: Customer
Joined: Apr 05, 2004
Total Topics: 4
Total Comments: 15
Ok, where/what is the code for the re-prompting?
Forum Regular
Usergroup: Customer
Joined: Feb 19, 2004
Location: Michigan
Total Topics: 57
Total Comments: 185
In languages
{LANG_SUGGEST_INCOMPLETE}
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Yes, that's the only thing that differs compared to the regular 'suggest link' page. If for some odd reason you want to rewrite the php file, see suggest.php.