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.
I\'m trying to make one content type that can reuse a jQuery-gallery with different styles depending on what page you\'re on.
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
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
I\'ve created a new node type that is identical to a page called \"foo\", except there is an extra text field, \"bar\".
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.
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(
I\'m spending more and more time here, and constantly wishing Drupal was easier to understand then I\'m finding it, oh well :)
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).
<?php if ($content[\'field_banner\']): ?> 开发者_如何学JAVA<div class=\"proj\"><?php print render($content[\'field_banner\']) ?></div>