I think this problem is related to the site integration mod but I am unsure. I have this mod installed.
When you login or logout and you get the normal login successful or logout message, the left side (inc_site_left.asp) disappears and the login message table appears snugged up to the left side. The header remains though. Looks terrible!
I can't remember, have a look through the S.I. MOD thread to see if the user posted the fix.
I just went through all six pages of that thread with no luck. D3mon, could you do a quick login with the info above and take a look maybe you will have a idea for the direction I could start looking to fix it (if you don't mind) Thanks
I added align=center in the td tag that incloses inc_site_left.asp in the inc_header and fixed the alignment. Still have the problem of background image and writing the footer on login and logout.
Add some lines to the start and end of each inc_site_* file - eg.
<!-- S.I. MOD Top Start --> [code] <!-- S.I. MOD Top End -->
It will be easier to see where the mod code is then.
Ok, I did that. It did not help me with my limited knowledge. I am able to view source once the page is loaded but I see no change in source while the temporary "you have logged in successfully" message is being displayed.
I think I have narrowed it down to the inc_mylog.asp. I have stared at this thing trying to figure out how to fix it but I can not figure out how to get it to act right in this situation. Here are the links to the text versions if you want to see if anything stands out . By the way I really appreciate all your help and I really love this mod!
www.spinbusters.com/ftp/inc_mylog.txt www.spinbusters.com/ftp/inc_site_left.txt if this one does not display right you can d/l it with a right click.
If I drop the mylog.asp, I won't have any way to login or out and will not be able to test it. I did drop everything else and still had the problem. Since the problem only appears when the login or logout results are displayed and removing the other includes has no effect then it has to be the way mylog.asp interacts with site integration. In loading inc_mylog.asp it displays the username / password fields fine. When logged in, that appears ok also. It is only when displaying the case login or case logout portion of the code that it acts up.
What if I changed the case login and case logout sections to redirect to another page that consisted of the original case login and case logout portions of code? That way the Successful login or logged out messages would not try to write in the inc_site_left.asp area?