I\'m using Views in Drupal. I would like to show a specific node always on top of my View regardless of other sort criterias.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have various different content type开发者_高级运维s and I want to filter by using views. So say a block only displays content posted in groups that you are a member of. I\'ve created my generic vie
I want to create a view where all 5 of my taxonomy terms are displayed and it then displays the latest node published but this is limited by 1. For E开发者_运维技巧xample:
I need to create a somewhat advanced search functionality for my Drupal 6 site. I have a one-to-many relationship between two content types and need to search them, respecting that relationship.
I have a drupal view, which displays a content type filtered by a url argmuent (e.g. category). Now i\'d like to add a link in top of my view, which allows my users to add a new node. In the add form
Is it possible to create a filter in a Drupal 6 View tha开发者_如何学Ct is only applied for registered users?
I\'m trying to create a view of nodes and their translations. Specifically, I want each row to show the node title for each language.
I\'m trying to take the results of a view - using the function views_get_view_result() - and sort the array in a way I couldn\'t do from within the Views interface. So far so good. I\'ve got a $rows v
I\'m using Drupal, Views with a exposed filter (using taxonomy). My customer wantsto set from back-end the default selected tags (in order to pre-filter the views content).