drupal-theming
Drupal 6 Rules Execute custom php output not in html body
I\'m using drupal-6.22, rules-6.x-1.4, and some modules. With the help of rules module, I\'ve set a triggered rule, when the condition happens, it execute custom php code.[详细]
2023-04-03 18:52 分类:问答Injecting field content to html.tpl.php in Drupal 7
I\'m trying to make one content type that can reuse a jQuery-gallery with different styles depending on what page you\'re on.[详细]
2023-04-03 10:26 分类:问答Drupal 7, Not sure how to theme my output correctly from query data
I’ve been using Views to selectively returned nodes, but right now I want to return my nodes and use the Taxonomy term as a group header. I can\'t see anyway to get Views to do this for me, other the[详细]
2023-04-02 20:29 分类:问答Extend colors of header to screen edge using Drupal zen theme
How can I easily apply a bg image to only the gutter space between my header a开发者_开发百科nd the screen edge, using the zen theme? I am also interested in doing this for the footer as well.faced th[详细]
2023-04-02 10:50 分类:问答Modifying node submission form labels in Drupal
I\'ve created a new node type that is identical to a page called \"foo\", except there is an extra text field, \"bar\".[详细]
2023-04-01 02:01 分类:问答How do I enable the Theme developer module in Drupal 7?
I am working with drupal 7.4, and have installed the Devel module; however, I am missing the \"Enable theme devel开发者_开发知识库oper\" link in its menu.[详细]
2023-03-30 20:26 分类:问答Drupal Content Image URI
I\'m trying to theme a view in Drupal 7. I have the view theme set-up and it is working fine. The issue that I have is that I can\'t see a way to override the $content variable passed into the render([详细]
2023-03-30 16:51 分类:问答Drupal 7, trying to "theme" the node links i.e. "Add new Comment" "Read More" etc
I\'m spending more and more time here, and constantly wishing Drupal was easier to understand then I\'m finding it, oh well :)[详细]
2023-03-29 06:42 分类:问答I can't seem to override a function using template.php
I\'m trying to alter the comment links in my Drupal output, and I think I have found the function I want to influence, which is function comment_node_view($node, $view_mode).[详细]
2023-03-29 02:43 分类:问答Drupal 7, displaying page custom field with handling null exceptions
<?php if ($content[\'field_banner\']): ?> 开发者_如何学JAVA<div class=\"proj\"><?php print render($content[\'field_banner\']) ?></div>[详细]
2023-03-28 11:56 分类:问答