drupal-theming
How to apply template (tpl) file for email message body
I\'ve this mail function in my custom module function mymodule_mail($key, &$message, $params) { switch ($key) {[详细]
2023-04-13 08:00 分类:问答Anyone know how to add a field or column to the /ADMIN/CONTENT listing page? DRUPAL 7
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.[详细]
2023-04-13 04:22 分类:问答Adding a class to "body"
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[详细]
2023-04-11 22:06 分类:问答A block changes its ID when moved between regions?
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[详细]
2023-04-09 07:04 分类:问答how to change block view pagination style
I previously posted this que开发者_JAVA技巧stion on drupal stackoverflow, but I didn\'t get any answers.[详细]
2023-04-08 14:27 分类:问答Get a hold on a nested span
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[详细]
2023-04-08 06:09 分类:问答Drupal Display Modified Date for Node
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[详细]
2023-04-07 14:29 分类:问答.info file not loading javascript drupal [closed]
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[详细]
2023-04-06 01:39 分类:问答Drupal theme function is not called?
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[详细]
2023-04-05 12:35 分类:问答drupal7 change format of comment's $created
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.[详细]
2023-04-05 00:38 分类:问答