Announcement

Collapse
No announcement yet.

Section Listing

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

    Section Listing

    I have just started to create my own site using Actinic v 7.0.2. I have chosen to use the BestSeller theme. Do to the nature of my business I have alot of sections, sub-sections and products.

    Is it possible to only show the Section List on the lefthand side rather than having the subsections list as well? If so how?

    #2
    I have found the entries in the primary html file and also the *.js files it calls/references. I removed the pchild statements from one of the *.js files hoping that would remove the subsection listing but unfortunately it removed the whole listing after going through script errors.

    Layout 04 does exactly what I want but I would like that to happen in the best seller theme. Any ideas how best I can do this?

    Comment


      #3
      Hi,

      Go to 'Design | Options | Layouts' and click 'Edit' next to the 'Default Overall Layout' field.

      Look for where it says:
      <script language=Javascript1.2>
      document.write(YahooSections(section_tree))
      </script>

      and change 'section_tree' to 'sections'.

      Now go into the <head> section and locate

      <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->

      change this to

      <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->

      This will display only the sections and not the sub sections below it.

      This workaround is available in the Knowledge base http://knowledge.actinic.com/users/k...dmin/acatalog/

      Kind regards,
      Bruce King
      SellerDeck

      Comment

      Working...
      X