This addon is for an accordion type menu (http://www.dynamicdrive.com/dynamici…nu-bullet.htm). Instructions are included in the zip file, remember to use FireFox to download as IE corrupts zips.
This was more a test to see what could be done as an addon without touching the core files at all.
It will only go to two category levels, that’s all i needed it to do. Some screeshots are included. Some settings can be changed in admin. Readme file is included.
It has been tested on v2.0.3, v2.0.4 and v2.0.3 to v2.0.4 upgrade.
I’ll try and get a demo up and running.
This addon creates a database table to store settings, make sure you backup backup backup. Test on non live site first. I will not be held responsible for damaged sites.
Work by: baballuci
Download: accordion_menu
One Response to “Accordian Menu Addon - CS2”
Leave a Reply
You must be logged in to post a comment.















10:16 am on June 2nd, 2009
FIX UPDATE FOR THE ZIP:
OPEN…/addons/accordion_menu/controllers/admin/accordion_menu.php
OPEN…/addons/accordion_menu/schemas/block_manager/structure.post.php
FIND:
Code:
if ( !defined(’IN_CSCART’) ) { die(’Access denied’); }
CHANGE to:
Code:
if ( !defined(’AREA’) ) { die(’Access denied’); }