Hello fellow actinic users.
I'm still using V4 on my live site and I'm looking at V7 to see wether I should upgrade or not. So far I've installed the demo and tested the Best Seller Theme.
I've tried creating a Drop-Down List Containing the Top-Level Sections and Sub Sections but so far I've failed (I also failed creating a List Box Containing the Top-Level Sections). I cut the code from the PDF advanced guide and pasted it in Act_primary following the instruction of the guide without success (I got errors on my pages and the drop-down list did not appear).
I succeded in creating Drop-Down List Containing the Top-Level Sections when I cut the relevant code from the act_primary of another theme and pasted it on the act_primary of the best seller theme.
So my first question is : is the code from the advancedguide wrong or am I tired after a hard week of frantic work ?
My second question is related to "Including an Actinic-Generated Drop-Down Anywhere on the Internet".
After pasting the code "<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/Act_section_tree.js"></SCRIPT>"
<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/actiniccore.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/actinicextras.js"></SCRIPT>
in the headers of an html page (above other scripts) and after replacing "your.URL" by the correct url of my site what code do I need to add to create the drop-down ?
I tried pasting the code at the top of page 36 (without the "<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->") in the header and pasting the code for the form in the body of my page but I only got a blank page with a script error.
Can someone help a tired and maybe dumb (from time to time) fellow ?
Many thanks.
I'm still using V4 on my live site and I'm looking at V7 to see wether I should upgrade or not. So far I've installed the demo and tested the Best Seller Theme.
I've tried creating a Drop-Down List Containing the Top-Level Sections and Sub Sections but so far I've failed (I also failed creating a List Box Containing the Top-Level Sections). I cut the code from the PDF advanced guide and pasted it in Act_primary following the instruction of the guide without success (I got errors on my pages and the drop-down list did not appear).
I succeded in creating Drop-Down List Containing the Top-Level Sections when I cut the relevant code from the act_primary of another theme and pasted it on the act_primary of the best seller theme.
So my first question is : is the code from the advancedguide wrong or am I tired after a hard week of frantic work ?
My second question is related to "Including an Actinic-Generated Drop-Down Anywhere on the Internet".
After pasting the code "<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/Act_section_tree.js"></SCRIPT>"
<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/actiniccore.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript"
SRC="http://your.URL/acatalog/actinicextras.js"></SCRIPT>
in the headers of an html page (above other scripts) and after replacing "your.URL" by the correct url of my site what code do I need to add to create the drop-down ?
I tried pasting the code at the top of page 36 (without the "<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->") in the header and pasting the code for the form in the body of my page but I only got a blank page with a script error.
Can someone help a tired and maybe dumb (from time to time) fellow ?
Many thanks.
Comment