I am starting out with views and I wrote an extremely simple view which really just filters if the node is published and开发者_StackOverflow中文版 if it is of type banner. In preview and when I try to
i am using the views 2 module. i have a view that gets a taxonomy term as an argument. i want my view to display a text, in case there are no found items, \"Cannot find any $args[0]\".
I have the following problem: I use taxonomys (tx) as tags. They can be added when the node is created. So I don\'t know how many tx I have or what ID they have.
I am having some issues with Views 3 on Drupal 7 Beta when rescanning template files. I\'ve put a new template in my theme folder called views-view-fields--blog--block-1.tpl.php which is the filename
I\'ve encountered a Drupal problem: I\'m using the Views module for rendering nodes of a kind, based on the user id of it\'s author (it is a Content Profile actually). I want the view to show the comm
I\'m stuck and need your help开发者_如何学Python! Setting: I have a Drupal 6 website and activated the view for taxonomy term pages.
I have a Drupal 6 multilanguage installation and I want to filter the nodes displayed by a view based on the lan开发者_如何转开发guage the user selected.
I have a view which I would like to add a开发者_Python百科n exposed filter of the author name. So I can filter all the posts created by \"John Smith\" etc. I can\'t seem to see it listed under filter.
I have a node with a text area editable with CKEditor. THis means my customer can add italic style with it.
Is there a module that allows me to log all the searches made on 开发者_如何转开发a view ? Thanks !I think you will need to write custom code to achieve that! I\'m assuming you know some basics about