I quite often use Drupal\'s Views Module to build SQL that I paste into my code. It understands the Dr开发者_运维知识库upal database schema quite well.
I have the following in Drupal 6: A Master CCK type which contains a User reference field and other fields.There will only be one record per user here.
I have parent/child relationship set up via Node Reference.A Child record can have a Parent record selected from a Node Reference field (this is optional -- I can have Parent-less Children as well).
Let\'s say I have a view that returns some items. I want to display the items in an unordered list, so I rewrite the field output with <li>[field]</li>开发者_运维技巧;. Now I only have to s
I\'m using Drupal Views with an exposed filter with several tags.I would like to make some tags \"unselectable\", if they cannot be combined with the already selected tags. (They would give empty resu
I need a collection that behaves as Set and preserves order of element insertion. Is there one or I\'ll have to implement it myself?
I\'m using Views with an exposed filter with tags. (integrated with Better exposed filter). In the settings I can select one or more tags as starting selected tags when I visit the page for the first
I have a view for news items and one for events. I want to create a list that lists both of them together. 开发者_Go百科However, I want to filter the news items on a custom date expires field (that ev
I am using this code in a views template to print user name in a field. The output is fine except it doesn\'t shows as a link, as its supposed to.
I have a view page that accepts a taxonomy term id 开发者_高级运维as an argument at /foo/%bar. I want to add several menu items to the primary links in the form of /foo/actual-bar.