I\'m currently creating a view in Drupal that contains a number of fields. What I want to do is to create an exposed filter that is able to filter duplicate titles. The filter would be a checkbox.
I\'m creating a view with images, videos, audio and documents (books) and I like to shown a picture of each of them in a carousel.
in my view\'s exposed filters block the taxonomy terms are showed only in the original language version (in English).
I\'m using views_get_view_result to directly access the data in a view.I\'ve stumbled upon this odd behavior where cck fields are prefixed with the first field name as a query optimization.Expl开发者_
I have a view in Drupal tha开发者_JAVA技巧t filters my content. It brings back 7 rows. All I want to return is the number or results returned(7). Is this possible?
In trying to solve the problem of getting data from Drupal into XML, I found the Views Bonus Pack module, which with a little开发者_如何学编程 figuring out works great.Except...
We have a client who is currently using Lotus Notes/Domino as their content management system and web server. For many reasons, we are recommending they sunset their Notes/Domino implementation and tr
I have two different content types being loaded into a view. News, and reviews. Each of the content types has a drop-down box to select what category they fall into.
I\'m using nodes as profiles so I dont think standard Views relationships are working, can you advise if this is the case?
I need an OR clause in the arguments section of a view.So if a user passes 123, I\'d like to return ro开发者_开发技巧ws WHERE Field1 = 123 OR Field2 = 123.