Fork me on GitHub

Building Drop Down menu in contentexpress  Bottom

  • Hi ,

    I am trying to build drop down menus into my site. I have an existing javascript that displays a drop down menu, provided the menu is static. That is the menu has to build like menu1=new Array("menuname" etc.

    Inorder to use it in ContentExpress, I plan to change the line no 4369 in ContentExpress/pnclass/Menuexpress.php
    i.e output->Text($menu);

    Instead of this line I plan to make a dynamic array for eg Array[i]=new Array($menu...)

    I dunno if I am thinking in the right direction.

    What I am confused about is, once I have the menu array ready, how do I display the array now.....I actually can't think right on this. I have a javascript code to display it...

    Could someone please throw some light in this direction.

    Thanks

This list is based on users active over the last 60 minutes.