I understand t开发者_高级运维hat this is a probably anoob-ish question, but I\'ve had no luck with the other threads I\'ve found on the same topic.
I\'m using Views2 and cck3 and am having trouble creating a Drupal view that allows me to display multigroup fields while using arguments.
How can i add a custom where clause in Views. I have added argument field for User:uid, my requirement is to filter all the results except for particular user? something like uid != 1.
I\'ve a drupal site with some plugins, everything is running fine, but i don\'t know why, in my frontpage th开发者_Python百科is code isn\'t working:
Drupal 6.15 Views 6.x-2.10 I want to list all of the nodes with a view and want to display their taxonomy in a certain vocabulary. The nodes are organised in hierarchical mode.
I have two taxanomy terms, A groups and B groups. I have created a view of type node which displays the og groups of my site in grid style.
How can do bulk operation on workflow states in drupal 6? This photo is Views Bulk Operations snapshot and I install workflow and Views Bulk Operations but these actions is not appear in the d开发者_J
I\'m working my way through the Webform MySQL/Data solution http://nodeone.se/blogg/finally-webform-submission-data-in-views. All the required modules are installed, everything looks fine. However, wh
I want to create a view over a content type. Over this page I want a select list of Months to filter the content by month.
Iniside a view, I h开发者_C百科ave a relationship set up between two tables: departments and employees.