Hello everyone!
So if you're getting into advanced Drupal themeing, you've probably tried to take the stock primary menu, and code it yourself using CSS to be a drop down menu. It's not at all tough to do, espescially for any semi-seasoned web or graphic designer. However... the stock primary menu won't allow you to render the menu with all the menu items expnaded... EVEN IF YOU CLICK THE BUTTON TO EXPAND THEM IN THE MENU SETTINGS!
You've also probably looked up the option of placing the menu inside a block location. That solution is very lackluster, as you lose all the unique identifiers that make styling the menu a night mare.
So what the heck is the solution?
Well, the solution is simple actually: drupal menu block.
It's an obtuse method for sure, since it's oddly similar to just placing the primary menu via blocks. However, this module just adds that little bit of additionally nescessary functionality that makes your life a breeze!
Enjoy!
Post new comment