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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG (3.2a4): Login to Archive Misdirect
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 03 March 2001 :  19:18:25  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
if you click on the admin option for Archiving... you are forced to log into the admin section... then it dops you in the main admin section (not the archive area you were in)

This should behave like other in forum admin options... without running through the Sessions... or if it does... then it should (after login) go to the archive option in question.

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 March 2001 :  19:25:22  Show Profile  Visit HuwR's Homepage
?

it does behave the same as the other admins, if you have logged in with the admin session it should not be asking for a password.

also if you went directly to the other admin screens like admin_config_email this would ask for you to login, then dump you to admin home not email_config

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 03 March 2001 :  19:35:55  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
but we don't need the session do we?

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 March 2001 :  19:38:27  Show Profile  Visit HuwR's Homepage
yes, if you are using access and opt to compact the db, it closes all the db connections and the forum.

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 03 March 2001 :  19:50:59  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
ok... so we need to touch up the login.asp so that it will take you to where you were headed when you were re-directed to it


Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 March 2001 :  20:06:00  Show Profile  Visit HuwR's Homepage
yes that would be better, I have just done a site for someone that does that, it passes it's intended destination as a hidden field called target, if the login form finds that target is not blank, it redirects to the correct page.

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 03 March 2001 :  21:06:01  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
groovy... care to share?

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 March 2001 :  21:38:03  Show Profile  Visit HuwR's Homepage
I'll take a look at the forum admin login, see wether it would work

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 March 2001 :  21:53:48  Show Profile  Visit HuwR's Homepage
that was quick

ok in the admin files, at the bottom it does this

<% Else %>
<% Response.Redirect "admin_login.asp" %>
<% End IF %>

Change it to

<% Else %>
<% scriptname = split(request.servervariables("SCRIPT_NAME"),"/"
Response.Redirect "admin_login.asp?target=scriptname" %>
<% End IF %>


Then in admin_login.asp change this line of code

< meta http-equiv="Refresh" content="2; URL=admin_home.asp" >

to

<% if Request.querystring("target") = "" then %>
< meta http-equiv="Refresh" content="2; URL=admin_home.asp" >
<% else% >
< meta http-equiv="Refresh" content="2; URL=<%=request.querystring("target")%>"
>
<% end if %>



Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 06 March 2001 :  23:26:20  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
fixed in the source of sf2k_32a5.zip

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07