I have a content types with 3 file fields, all of them can have an unlimited number of images. I need to make a view that returns the title of the content and the images name inside an array (I\'m usi
I have setup a view which outputs nodes, including the name of the person who created it. If a non-admin person browses to the page where that view is disp开发者_JAVA技巧layed, they dont see the name
I have a list of nodes that I want to present to the user. The user then picks 3 and I need to remember that decision so I can present them in a smaller list later (your choices list).
Instead of asking for help when hitting the iceberg, now I can see there are probably several approaches to what I need to achieve, so I am asking for your opinion: what would you do?
I\'m having some problems creating a view for a node within my website. The content has a path of \'content/%\' where % is the title of the node.
I am trying to add custom images into Drupal\'s calendar view by checking \'nid\' of a node (or taxonomy term in future). I am writing this custom code in views-view-field--calendar--nid.tpl.
So I created a content type \"seminar\" in Drupal with a bunch of CCK-fields. I then built a view 开发者_C百科for these seminars with no access restrictions. The view works fine for authenticated user
I have created a search page uising exposed filters and views module. The user can choose from different values in order to get a table with specific results (returning node fields). This page is loca
I have a custom view that I set up in drupal. What I would like to do is make a function call of some kind, and then assign the results to a php variable. I would like the contents of the view (as opp
What is the best way to create two dynamic unordered lists in Drupal 6.x using Views? I know how to create one dynamic list in Views but not two. I also know that one can create two se开发者_StackOver