Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 "Click here to access..." link is incorrect
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 06 December 2001 :  14:37:03  Show Profile
I went to the admin options of my forums about half an hour ago and left it on admin_home.asp while I was replying on these forums. Then when I decided to go to the main forum config, I had to log in again (no problem with that). Then I got the message that the login was successful so I clicked the "Click here to access..." link and it sent me to admin_home.asp again (I didn't want to go there!).
So I hit alt+left arrow and went back to the previous page and waited for it to start redirecting me and then I did go to admin_config_system.asp ...

Now I'd like to know if it's possible to have the link redirect to the correct page aswell as the page itself will eventually.

I know this isn't a big deal but I'm impatient at times and want to go to the next page a little faster than the redirection is set at

Roland

- here to help when possible -

http://www.frutzle.com

Nathan
Help Moderator

USA
7664 Posts

Posted - 06 December 2001 :  18:09:19  Show Profile  Visit Nathan's Homepage
This might be considered a 'bug,' not a fatal bug, just a convience one.

Nathan Bales - Romans 15:13
-------------------------------

    Test Site | Mod Resource
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 07 December 2001 :  04:31:21  Show Profile
Yep, that's what I thought.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 December 2001 :  04:33:28  Show Profile
want me to tell you how to fix it?

It's already fixed in the next release btw..
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 December 2001 :  04:49:46  Show Profile
open your admin_login.asp file and replace this code (lines #70 - #74)

%>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">Login was successful!</font></p>
<% Session(strCookieURL & "Approval") = "15916941253" %>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="admin_home.asp" target="_top">Click here to Access.</a></font></p>
<%



with this code:

		Response.Write	"<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>Login was successful!</font></p>" & vbNewLine
Session(strCookieURL & "Approval") = "15916941253"
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href="""
if Request("target") = "" then
Response.Write "admin_home.asp"
else
Response.Write request("target")
end if
Response.Write """>Click here to Access.</a></font></p>" & vbNewLine
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 07 December 2001 :  05:09:08  Show Profile
Thanks Richard
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07