Ok, I think I have a feeling about why one of my problems is occurring:
If I have two windows open (or two tabs) -- one of the 4images gallery home page let's say, the other of the 4images gallery control panel, and I'm working on the login/pw for example. If I click logout in the home page tab, then my cookies are cleared, I'm logged out. If I then switch to the 4i control panel and try to do something, of course I'm logged out so it asks me to login/pw. When I do this, it opens the vb3 home page in the edit frame of the 4i control panel, and i'm not logged in yet in vb3 either. So I log in there, and click on the templates link or something in the control panel and the 4i accepts that I'm logged in.
Basically, the problem is in the 4i control panel login. You can find this in admin_global.php, around line 89 or so. My gut feeling is that though we're instructed to update the user_loginform.html file, we're never instructed to update that login. So it's still calling old code. Can we get that fixed?
thanks
|