drupal-theming
Drupal - Page PHP prints images OK unless on admin / some user pages
Here is the code ive been us开发者_Python百科ing in my page.tpl.php: <div id=\"beforefooter\">[详细]
2023-02-18 04:45 分类:问答Drupal 7 - How to load a template file from a module?
I am trying to build my own module in Drupal 7. So I have created a simple module called \'moon\' function moon_menu() {[详细]
2023-02-16 16:11 分类:问答Theming node body in Drupal 6
I\'m trying to make Drupal output the body of a particular content type in div tag with certain class name.[详细]
2023-02-16 04:48 分类:问答Custom Drupal theme template files not being used
I am trying to organize my theme folder, which has node theming overrides for dozens of views.Basically I have two different styles and I want them all to look the same, more or less.[详细]
2023-02-15 21:54 分类:问答Drupal 7 Template Suggestions
I think in Drupal 6- I needed to add the suggestion of \'node-NID\' to the list of template files that were candidates for a node with an nid of 10. Supposedly this is already done in Drupal 7 and ind[详细]
2023-02-14 12:42 分类:问答drupal phptemplate_menu_tree
I am using Drupal 7, I am trying to test phptemplate_menu_tree, I created a file named, template.php and add follow开发者_运维技巧ing:[详细]
2023-02-14 05:10 分类:问答How to override Drupal's default theme_table() function?
How do I override the theme_table() function of the Drupal core in my theme? I j开发者_如何学Pythonust wrote another function named theme_table() in my template.php file, but the default theme_table()[详细]
2023-02-12 03:26 分类:问答What does the theme_comment_thread_expanded function do in the drupal comment module?
function theme_comment_thread_expande开发者_高级运维d($comment, $node) { $links = module_invoke_all(\'link\', \'comment\', $comment, 0);[详细]
2023-02-10 19:54 分类:问答Drupal 6 Page templates depending on node type
I am trying to theme node page based on content type. Here I tried to follow the instructions as in http://drupal.org/node/249726.[详细]
2023-02-09 17:49 分类:问答Drupal page.tpl.php template for dynamic URL's
I read about the basic path/template naming in Drupal, but I couldn\'t figure out how to handle dynamic URLs.[详细]
2023-02-09 07:43 分类:问答
加载中,请稍侯......