drupal-theming
Theming node's links in Drupal 6
By default, the node links in the blog page con开发者_JS百科tains blog_usernames_blog (admin\'s blog), comment_add (Add new comment) and node_read_more (Read more).[详细]
2023-01-15 01:43 分类:问答Looking for Drupal webform tutorial [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-14 14:33 分类:问答Drupal Secondary Links Front Page Issue
I\'m trying to get my secondary links (which are using primary links as the source, so the children of the primary links) to display as a dropdown on every page.However, since (im guessing) there is n[详细]
2023-01-14 04:06 分类:问答Can't get the search box to show up in custom theme
I\'m trying to make a custom theme for a drupal blog, and I want the search box to appear in the header. To do that, I\'ve put the follow开发者_Python百科ing code in the page.tpl.php template file :*[详细]
2023-01-10 16:02 分类:问答Drupal, Views module, Group fields in layout
I want to group some fields inside a div or similar HTML tag, for example I\'m displaying node\'s title + node\'s teaser + node\'s image, I want to group the title and teaser into one DIV in layout fo[详细]
2023-01-08 01:47 分类:问答Custom theming for content type in Drupal
I can apply a custom theme to a certain content type in Drupal by copying the node.tpl.php file and placing the name of my content type right after the \"node\" in the file name and appending an hyphe[详细]
2023-01-06 04:29 分类:问答Drupal 6: getting particular fields from Node Reference types
I\'m a drupal newbie... <?php print $node->field_date[0][\'view\']; ?> I can get the custom created CCK fields\' value and display in tpl.php files as above... that\'s fine.[详细]
2023-01-02 07:37 分类:问答Drupal 6: print all body field content to node template file
I tried to display body content with: <?php print $node->content[\'body\'][\'#value\']; ?> However, it doesn\'t display all body content, it just display first paragraph of body content, s[详细]
2023-01-02 07:33 分类:问答Drupal 6: Drupal Themer gives same candidate name for different type of content types
I\'m a drupal newbie... I have different type of contents like News, Events, etc. and their content is different. News detail page has title-content text-date. but Events detail page has title-date-c[详细]
2023-01-01 21:10 分类:问答How do you separate the template of a blog block in Drupal?
In Drupal, I created a block using views. This block contains the latest blog entries. I\'ve placed this on a specifi开发者_运维问答c page to display it as an archive. Now, as for the blog itself (for[详细]
2022-12-29 18:02 分类:问答
加载中,请稍侯......