I am using Drupal 6 and Views to build a series of image galleries.One View creates a full-sized slideshow, and another View creates a list of thumbnails underneath the main image.This works fine, but
Is there a way for the Drupal search to only search article Titles and Tags.. not the content of the article? Possibly with the Views Module?
I need a help displaying a specific View result in a page which the user created it. story... \"User X has created a Page called My Store and UserX has products which was created in custom Content It
I have content type as \"company_profile\" and image field name as \"field_cp_logo\" . Now, I am using Views CustomField option to print it using imagecache preset name as \"jobsearch_company\" . I am
I have a view setup in the Views module that outputs an RSS feed of nodes. In the Fields section I have specified that I want the Title, Date and Body in the feed, but Views seems to ignore all but th
I want to create a page which list the Taxonomy vocabularies and then list the nodes(created/owned by himself only) with that vocabularies.
I have embedded a custom search view with views_embed_view. The problem is that when the user submits the form, Drupal goes to the site home page.
i\'m trying to create a View in Drupal6; i would like to have a single textfield to be used as filter; i\'ve defined an exposed filter of type search term and it runs fine when the user enters the cor
I\'m trying to find out how to retrieve a Views result set. I have a search content type开发者_高级运维 that I use to control API searches to an API service. I need to periodically retrieve this lis
I have 2 views inside of drupal: View #1) lists of terms(field of a content type) linked to view #2(passing an argument to select the term in the drop-down)