Announcement

Collapse
No announcement yet.

Help With my extended info page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help With my extended info page

    http://www.pnagames.com/acatalog/info_1030.html

    i have done what it was suggested in the advanced user guide to refer properly to the two *.js files created by actinic.

    however i was expecting since i have put the appropriate code in there the section lists to appear

    but no luck

    anybody can help with this?

    #2
    I think you'll have to quote or refer to the page number of the bit you're talking about.

    Quoting is better in my opinion - the AG is constantly under change so what you're using or what page it's on may not be relevant a few days later.

    If you refer people to another document, that may be enough extra hassle to make them give up and move on to someone else's problem.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman

      i have addes this on the top of the page

      <SCRIPT LANGUAGE="JavaScript" SRC="http://www.pnagames.com/acatalog/actinicextras.js" TYPE="text/javascript"></SCRIPT>

      and also

      <script language="javascript" src="http://www.pnagames.com/acatalog/Act_section_tree.js">
      </script>

      but they still do not work.

      it supposedly to have the section tree on the store sections window...

      Comment


        #4
        I thought this was answered here

        http://community.actinic.com/showthr...227#post120227

        or have i misunderstood?

        Comment


          #5
          Hi Jo

          this is totally different

          cause after reading the adv user guide, i found out that i do not need to use the netquotevar for the top sections but use the javascript code instead which should be working in the page

          Comment


            #6
            The two lines you mentioned above will simply load these 2 JavaScript files. They won't display anything.

            You have to add some code in the HEAD and BODY of your page to do that. Look in Act_Primary.html for the YahooSections stuff and copy that to your new template.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi Norman

              thanks for your help

              i have located my possible problem.

              the yahoo sections bit has been positioned AFTER the loading of the second javascript (dahhh!!!)

              I will get back if i still have the same problem.

              by the way, on the code that is calling the yahoosections to execute do you put section_tree in the brackets or would i have to put act_section_tree?

              Comment


                #8
                section_tree
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  thanks Norman

                  after i posted i opened the js files in the preview folder and i found the answer.

                  Comment


                    #10
                    HURRAY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

                    i managed at last to solve my problems....

                    i also copied the stuff that i was missing from the p_index because the act_primary was using the netquotevars....

                    thanks very much for all your help Norman

                    Comment

                    Working...
                    X