Announcement

Collapse
No announcement yet.

upgrading to v7

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

    upgrading to v7

    help!

    i upgraded my site from v6 to v7 and it all works in test mode bar one thing, at the top of my pages there is a drop down list detailing all my sections, if i can lose this we are away!

    Does anyone know if this particular drop down list can be removed by a simple check box within actinic?

    Thanks in advance
    Sally Williams
    The Marine Warehouse Ltd

    <A href="http://www.lifejackets.co.uk">Specialist suppliers of life jacket and accessories for lifejackets in the UK.</A>

    #2
    I think that you will need to do this at the template level, so go into your Act_Primary and look for something along the lines of:

    <form name="Act_SectionDroplist">
    <td background="bg_top.gif" height="60" width="50%" valign="middle" align="center">
    <script language=Javascript1.1>
    <!--
    document.write(ACT_DropListBox(sections))
    // -->
    </script>
    </td>
    </form>

    and then comment it out using the <!-- content to ignore --> and that should remove it for you.

    Comment

    Working...
    X