in drupal 7 i tried to make a custom template for a block ie to override the block.tpl.php for this block
the block source code has the following id
id="block-menu-menu-footer-menu"
so i tought about naming the template file as block--menu-menu-footer-menu.tpl.php and block--menu--menu--footer-menu.tpl.php and many other things, but the file is not loading anyway,
any suggestion for naming the block.tpl.php template ?? please help me
First of all: Is there a documentation of the variable $main_menu, or does it come from nowhere?
2. The smallest snippet to display the main menu is: print theme('links__system_main_menu', array('links' => $main_menu)); That seems odd as rendering the main content is a much smaller code snippet. Is there nothing smaller less complicated? (By that I mean, that for a beginner it is very difficult to figure out, how hooks are working.)
Im trying to figure out howto change the path for my searches. I have a custom content type displayed in a view at [root]/works. I want to implement a search form that only will search nodes of this content type and also use a url like [root]/works/search/[query]
Could you please list out event registration modules for Drupal 7. (Both Free and Paid Modules). I have gone through modules but most of those are not compatible with Drupal 7.