Hi there. I'm going to ask my first question, but I think I already know the answer!
I'm in the process of putting together my Actinic Business v7 website, and I've implemented a DHTML Javascript menu system on it. The catalog links are taken from "Act_section_tree_URLs.js". They're pretty much just the filename of the target page, and do not include any CGI calls. However, when I try to navigate to any page using the menus the URL is intercepted by the PERL scripts and changed. It applies the "NOLOGIN" wrapper to the scripted URL to detect whether the user is logged, and then generates an appropriate link accordingly. Unfortunately this is time consuming, adding a noticiable burden to navigation speed.
I'd really like to bypass the application of the NOLOGIN wrapper as I don't need it. I've read the forums here, and I've seen people with similar problems but no solution. There's nothing to help me in the Advanced User Guide either. I've checked my host, and it's performing well. I've tried turning off customer accounts (which I don't really need) and applied various filters to the script URLs, but the wrapper is always applied regardless.
Any advice?
I'm in the process of putting together my Actinic Business v7 website, and I've implemented a DHTML Javascript menu system on it. The catalog links are taken from "Act_section_tree_URLs.js". They're pretty much just the filename of the target page, and do not include any CGI calls. However, when I try to navigate to any page using the menus the URL is intercepted by the PERL scripts and changed. It applies the "NOLOGIN" wrapper to the scripted URL to detect whether the user is logged, and then generates an appropriate link accordingly. Unfortunately this is time consuming, adding a noticiable burden to navigation speed.
I'd really like to bypass the application of the NOLOGIN wrapper as I don't need it. I've read the forums here, and I've seen people with similar problems but no solution. There's nothing to help me in the Advanced User Guide either. I've checked my host, and it's performing well. I've tried turning off customer accounts (which I don't really need) and applied various filters to the script URLs, but the wrapper is always applied regardless.
Any advice?
Comment