Something really weird is going on with a Drupal 6 project I\'ve \"inherited\". In a few of the views it there\'s a bunch of thumbnails and each one of these thumbnails is wrapped in an anchor tag.
I have Drupal installed with CCK, Feeds, Views and ViewsAttach. I have multiple feeds and I wish to render them on seperate pages i.e. BBC sport feed needs to have its own page and menu ite开发者_如
Using views and og, I am doing a table listing of all nodes. I want to sort by the node\'s organic group.
I have something in Drupal (v6) that i\'m trying to nail, but having a little difficulty. I am laying out a list of products which have the following taxonomy vocabularies attached to them:
I\'m using Sheetnode-- http://drupal.org/project/sheetnode -- to upload a big spreadsheet full of property data for a real estate tool I\'m working on.
I have a 开发者_StackOverflow中文版simple view that grabs 4 fields, basically it grabs the fields of a specific content type.The fields are as follows:
I have two fields that I want to render but I only want the second one to display when the first one is empty. Short of overriding the field in a template file开发者_JAVA百科, can I do this using func
the print_r($a)\'s result is views_handle_field_node Object ( [view]=>view Object ( [db_table] => views_view
I have a site that has voting on the front page node, and I need to update a view on the same node after each vote. I\'m currently using the following code in my page.tpl.php
print views_embed_view(\'VIEWNAME\',\'default\', \'2011-01-01\'); How can I 开发者_JAVA技巧pass values to the filters of a embedded view?