In a theme I\'m creating I\'m wanting to place blocks in locations that are different from the default开发者_开发百科 ones. Eg place the search block in the header.
Drupal 7 is 开发者_如何转开发claimed to be a revolutionary new Drupal. But in what ways exactly? Looking for coding specific discussions.. Thanks!The Drupal core improvements handbook page includes an
I would like to have a form on my site where anonymous users can register their interest in \'soon to be released\' products.
I\'d like to print taxonomy terms (from field field_tags) in a block on a node view page (in a Zen subtheme).
Does anyone know how or can guide me in the right direction on how to add a body css class for the current node\'s taxonomy term?i.e. <body class=\"term-dogs\"> where \"dogs\" is the taxonomy te
Actually, I know how to create a directory = mkdir. However, I need to pass it a full absolute path in the server, and I don\'t know how to get the relevant path in hook_install.
I\'ve heard that Drupal 7 theming has been simplified, but couldn\'t find much resources on the internet about it.
There are about 70 categories in Drupal 7 with taxonomy. I would like to get list 20 of the most popular(most used), sorted from most popular to the least placed in block.
Example in Drupal 6 http://easycaptures.com/fs/uploaded/307/9486641711.png I need it to display only one first picture.
I\'m trying to use url_rewrite to work around nonfriendly parameters in URL of paging module. I wish to turn URLs like page-title.html?page=0,1 to page-title/page1.html.