Hi, I'm sorry if this has been asked before, but how would one implement suckerfish menus in this them? Which files would I have to modify? By the way, thank you for sharing this beautiful theme.
Hi, I'm sorry if this has been asked before, but how would one implement suckerfish menus in this them? Which files would I have to modify? By the way, thank you for sharing this beautiful theme.
Comments
Comment #1
jacineHi KayGee,
I'm really not sure because I've never used the suckerfish menus before.
I did do a search though and came up with a module that might help you: http://drupal.org/project/dropdown_menu
:)
Comment #2
KayGee commentedHi Jacine,
Thank you for your reply. I did some searching and theme comparisons and was able to implement suckerfish menus in the Sky theme. My programming skills are really rudimentary and there's probably a better way of doing this, but here's what I did :
I created a region in template.php using the line
'suckerfish_menu' => t('suckerfish menu'),Then added the following to page.tpl.php
Then I just added some CSS. It still needs some tweaking, but it's kinda working for now. Thanks again for the theme.
Kirk
Comment #3
tonino66 commentedHi kirk,
I used this simple modification:
changed ( page.tpl.php ) to:
Comment #4
KayGee commentedtonino66,
Thank you for that! I will definitely try that out too.
Kirk
Comment #5
jacineThanks for jumping in to help tonino66 :)