By kylehase on
Does anyone know the best way to implement an expanded footer menu like the one in the Drupal.org redesign
http://drupal.markboultondesign.com/iteration11/homepage_notloggedin.html
I've tried with the secondary-links menu and played with the css but I don't think it's possible with the secondary-links block due to the way the UL / LI are nested.
The closest thing I could find was the footermap module but the result is quite different.
Comments
I guess for now I'll make
I guess for now I'll make new block regions in the footer for each column. Not the best solution but it'll work for now.
Actually, that's an
Actually, that's an excellent and flexible way to do it. afaik, the boulton redesign has not been turned into a drupal theme yet, but i wouldn't be surprised if that's how it's implemented. It's also the way it's done in the excellent http://drupal.org/project/acquia_marina theme contributed by topnotchthemes (professional drupal theme developers).
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
I'd like to know how to do
I'd like to know how to do this also.
Me also.
Me also.