I would like to have my (Create New Account) redirect to a page other than registration page. I found a workaround in which one inserts a simple code into the template.php file. This works very well i
I need to display part of the exposed form in my page\'s sidebar, and the rest of the form and content in the $content area. There\'s 开发者_Go百科really no good way that I can find to do this. I sort
I have a View which is a series of images. I need the output of the View to be a div for each result with the image set as a background image with an inline style.
I\'m working on a Drupal site/theme. The CSS and PHP modifications are fairly easy; they just t开发者_如何学Goake a little time to learn and get working exactly how I want.
Is it possible to disable the normal taxonomy listing of nodes on taxono开发者_如何学JAVAmy term pages?
In the code below I\'d like to show the created date, author and have them be linked but nothing for they do not show. I believe I need to be doing $node-> rather that row, haven\'t figured out the
I just want to show multitab on each node page. and want to pass node id to each tab. each tab should load content either via ajax if noscript it should load via url
My pro开发者_JAVA百科blem is with <?php drupal_set_message(\'Hello World\'); ?> in node.tpl.php
I have a module which adds a new content type. For this content type I want to supply a node_contenttype.tpl.php node type template,
What is the difference between function mythemes_p开发者_Go百科reprocess_html(&$variables) { ... }