Page 1 of 1

NorList with registered customers

Posted: Thu Aug 09, 2007 3:48 pm
by Mocker
Hi Norman,

I hope the remaining part of our payment has reached you by now. We have been testing NorList and ran into a problem. NorList doesn't seem to work with customers who are logged in - every time I use the menu (i.e. click on an item in it), it logs me out. This is quite a large problem, actually, since a large part of our customers are registered, so I hope there is some kind of solution for this.

--
Risto Tahvanainen

Posted: Fri Aug 10, 2007 11:18 am
by norman
Norlist uses exactly the same type of links as the Site Map. Try using the Site Map links and report if they cause problems too.

Posted: Fri Aug 10, 2007 1:35 pm
by norman
UPDATE:

I've tested NorList here with logged-in users and they stay logged in as they should.

Perhaps a browser caching issue. Try using another browser.

If you're able to post the URL of a test site (and login details) that would help.

Posted: Tue Aug 14, 2007 10:58 am
by Mocker
I'm uploading the site as I write this, but this problem occured to me on the following browsers: Firefox (2.0.0.6), IE (7.something) and Opera (9.21). However, I only tested it on this one computer, so that might have something to do with it... Links on the Site Map work fine. The address of the test site is:
http://www.proairsoft.com/acatalog/test ... index.html
The menu should pop up when you place the cursor on the "Kauppa" (Store) button. You can use this test account:
Username: testmember, Password: testmember

I copied an example link from the menu while logged in:
http://www.proairsoft.com/acatalog/test ... ungot.html
Normally when I'm logged in, the links are much more complex:
http://www.proairsoft.com/cgi-bin/bb900 ... ungot.html

Posted: Tue Aug 14, 2007 11:30 am
by norman
Have you made any changes to the NorList code (e.g. layout NorList Dynamic Menu Code)? When I look at the generated pages I see (e.g.)

Code: Select all

<a href=' Uutuudet.html '>Uutuudet</a>
and it is these extraneous spaces that are breaking Actinic.

Posted: Tue Aug 14, 2007 12:10 pm
by Mocker
I did make changes to it - i just wanted to have the blocks on different rows so it wouldn't look so messy. Seems like I shouldn't touch things I don't understand :oops: . Anyways, this fixed the problem, and everthing is working correctly.

Thanks!

Posted: Tue Aug 14, 2007 12:36 pm
by norman
i just wanted to have the blocks on different rows so it wouldn't look so messy
The line you tweaked is an Actinic bit of code. It does look horrible when it is so long but adding newlines has unexpected effects. At least it's fixed now.