Announcement

Collapse
No announcement yet.

Remove "select a section" menu

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

    Remove "select a section" menu

    Firstly, my apologies if this question has been asked before.
    I've searched the knowledge base and forums, but couldn't find anything.


    How do I remove the "select a section" drop-down menu from all pages?


    TIA

    #2
    The drop down of sections is created using java script.

    You will need to go into thr Act_Primary template and locate:

    <script language=Javascript1.2>
    document.write(ACT_DropListBox(sections))
    </script>

    And comment it out or remove it.

    Comment


      #3
      Thank you


      I changed it as follows:

      <tr>
      <!-- <form name="Act_SectionDroplist"> -->
      <td>
      <!-- <script language=Javascript1.1>document.write(ACT_DropListBox(sections))</script> -->
      </td>
      <!-- </form> -->
      </tr>

      Comment

      Working...
      X