I\'ve this mail function in my custom module function mymodule_mail($key, &$message, $params) { switch ($key) {
I would like to add a field / column to the Content Administration Overview page but it appears the easiest theme overrid开发者_StackOverflow中文版e to do this has been deprecated with D7.
How can I modify or pre-process the <body> tag to开发者_如何学运维 add the class body? I don\'t want to create a whole html.tpl.php just to add a class.In your theme\'s template.php file use the
Under Drupal 6 I have a custom block, which I have named and placed into a custom, right-hand sidebar region. This block\'s ID (which I have discovered from block.tpl.php, from the $block_id helper va
I previously posted this que开发者_JAVA技巧stion on drupal stackoverflow, but I didn\'t get any answers.
How can I ge开发者_StackOverflowt a hold on the h2 span element? div#content div.view-content div.view-row-item h2 span { ... is not working...If you\'re using FireBug, you can right-click the span
Is there a simple way in Drupal to display the last modified date for a node as part of the node.tpl.php f开发者_如何转开发ile?If you put this code in the node.tpl.php file it will show the date of th
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am new to Drupal and trying to create a theme function that create a little iframe for my videos. I am calling the function in my menu callback function. The problem is that the theme function is no
I have been trying for some time now to reformat the date that appears below the avatar when a comment is made to a blog post.