I\'m trying to make Drupal print a list with two different fields in the same array. So first comes field A, then field B and it prints in this way until the whole array is printed.
I know that a similar question has been asked before but the problem 开发者_Python百科that it doesn\'t have a complete answer for my question In drupal how to add name textfield to simple news block
I have a few pages (services), each with it\'s own taxonomy term. I would like to add a view to the bottom. It should contain all nodes (references) with the same term as the main node (service).
I\'m still working my way up the learning curve for Drupal and I can\'t seem to find an answer. I have created a custom content type.In my case, it describes an investment property (purchase price, r
I have a similar question to my previous one (Drupal 7 views filter by dynamic taxonomy term), it\'s only the other way round.
I implemented a Bartik subtheme and modified to my taste. I\'m not sure why, but the footer does not stick to the bottom of the page (unlike Bartik).
im using Drupal 开发者_Go百科7 and I want to add a new filter in views. I have a custom table \"clicks\" with two fields; nid and clicks_left.
I am developing multi-sites with drupal. I have to take care of 10 sites and they need single login I supposed I need to create separate user database to support that
I\'m trying to make one content type that can reuse a jQuery-gallery with different styles depending on what page you\'re on.
In drupal 7 the comment form appears on every node. I want to unset the comment form and display a link of \"Add new comment\" which will开发者_运维问答 display the comment form on click.