Help with Suckerfish?

Permalink
I am very new to Concrete5 and code in general. I can edit code if I just know where to go.

Basically, I want to add a vertical flyout menu. I have read that you can do this with suckerfish. I've found Suckerfish generators that give me what I'm wanting. But I don't know how to get the code where it needs to be. I know there's a Superfish add on that costs $15, but I'd like to just learn how to do Suckerfish stuff.

Can anyone help? I mainly just need to know the different files to edit and what to put where. Thanks for helping me out!

 
cannonf700 replied on at Permalink Reply
cannonf700
kaylacox,
There is a great tutorial for using custom templated themes at:
http://www.codeblog.ch/2009/04/concrete5-drop-down-menu/...

The other thing you can do is put an editable area between the <ul></ul> tags of where you want your menu. The use auto_nav to create a menu in between these tags. I did something like this on a sidebar navigation here:www.www.rynomediaonline.com/concrete5/black-accents/... if you want to see an example.