drupal-theming
How to Modify Login Block to make 'Create New User Account' link redirect to page other than user/register in Drupal 6.x
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[详细]
2023-03-17 03:19 分类:问答Drupal views - splitting up the exposed form possible?
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[详细]
2023-03-17 02:43 分类:问答Drupal - Image Cache and Views for inline background images?
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.[详细]
2023-03-17 02:26 分类:问答What does "property=''" do?
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.[详细]
2023-03-15 21:25 分类:问答Drupal - Disable listing of nodes on taxonomy term page?
Is it possible to disable the normal taxonomy listing of nodes on taxono开发者_如何学JAVAmy term pages?[详细]
2023-03-15 14:58 分类:问答Add Date and Author to node.tpl.php
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[详细]
2023-03-15 01:20 分类:问答drupal 6 multitab with ajax content
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[详细]
2023-03-13 03:44 分类:问答drupal_set_message() not working in node.tpl.php template on Drupal 7
My pro开发者_JAVA百科blem is with <?php drupal_set_message(\'Hello World\'); ?> in node.tpl.php[详细]
2023-03-08 23:53 分类:问答Drupal 6 - Custom Node Type Template in Module
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,[详细]
2023-03-08 14:06 分类:问答preprocess Vs. process functions in drupal template
What is the difference between function mythemes_p开发者_Go百科reprocess_html(&$variables) { ... }[详细]
2023-03-07 07:22 分类:问答
加载中,请稍侯......