For the title field,I want to return node.title,but what I tried is not workin开发者_如何学运维g:
I\'ve prepared a View for my nodes and I\'ve selected which fields to display. I just realized that there is not the taxo开发者_StackOverflownomy field from Content:Taxonomy
I am using the location module and views module for a postcode search, which works fine in a page display using views.
I\'m new to drupal and I have a question about views: I\'m building an employee directory and need to display the results in two columns, such as:
I have a bit complicated task. 1. I need to create a node with employee w开发者_如何学Corking hours (it\'s gonna be created for all users with role \"employee\"), which looks like this:
I ha开发者_如何学编程ve an image gallery for which I have configured an Imagecache preset. It\'s my first time using Imagecache so I am not sure if I am using it right.
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
I\'ve written myself a Drupal Views row plugin and I want to count the rows so I can do something with the output every Nth row.
I want to create a frontpage view that will display all the nodes in my site. What I do now is as simple as this:
I would like to show / hide certain fields in my Drupal view accordingly to the user role. Provided I can only have this view to work with, how can I achieve this programmatically or there\'s some se