Author |
Topic  |
|
kengkeng
Starting Member
12 Posts |
Posted - 13 October 2004 : 20:19:10
|
Hi, I noticed that if my user goes to the default page, click on register, it goes to the policy.asp page. Then after clicking "agree", it goes to register.asp instead of register.asp?mode=Register Since it goes to register.asp and not to register.asp?mode=Register, the password box to create an account is missing.. where can I edit so that when a user clicks on "register", it goes to the "policy.asp" page then gets redirected to "register.asp?mode=Register"? How do I do that? |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 13 October 2004 : 20:36:36
|
ok, you lost me bob. If you using version 3.4 and later of the Snitz Forums software, that shouldn't happen. If users try to go register.asp, it will redirect them to policy.asp.
And when users click the Agree button on the policy page, it should take them to register.asp?mode=Register unless they have some software that is causing it to not go to register.asp.
You have a link to your forum? |
Support Snitz Forums
|
 |
|
kengkeng
Starting Member
12 Posts |
Posted - 14 October 2004 : 03:50:07
|
Hi Davio,
Thanks for the response. To follow up with the problem, I tried changing things and this is the new error message I get..
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'CheckReferer'
register.asp, line 68
I get this after clicking Register, Clicking "Agree" in the Policy.asp then I get redirected to this error message
Here is what on my line 68:
####################################### '## Registering Looping Mod ## '####################################### '## Comment out the next three lines: '## if InStr(Request.ServerVariables("HTTP_REFERER"), "policy.asp") = 0 then '## Response.Redirect("policy.asp") '## end if '## Insert two lines: Rem - Argument1 = Path to Match, Argument2 = Redirect Path Call CheckReferer("policy.asp", "default.asp") '#### End Mod #####
if strAuthType = "nt" and ChkAccountReg = "1" then
Please help!
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 14 October 2004 : 07:16:24
|
Dude, where did all that code come from? That is not part of the Snitz Forums. It looks like you installed some mod. You need to uninstall that mod. |
Support Snitz Forums
|
 |
|
|
Topic  |
|