Wondered if someone could assist me, I have no PHP knowledge so im struggling a bit. I have installed the following modules
I am building a site for research oriented company. and having problems showing fields from two different content-types into one view without duplicating node (titles).
I want to add a static text (some sort of explanatio开发者_如何转开发n/welcome text) on the very top of a view (over the filter) in Drupal 6.x with Views \"2\". I want this text appear only when the v
I\'m running a 开发者_如何学编程Drupal 6.x site with Organic Groups, Features, and Spaces, and I\'m interested in generating a list of which Spaces have which Features enabled.Preferably a table, with
i am a newby to drupal. here is my problem: on my main page.tpl.php i have this code lines: \"if ( $is_front == TRUE ) {
Im maintaining this Drupal Site which is using Slideshow Views for displaying the featured posts. Its using Slideshow Thumbnailhover SlideShows contribution of \'Views Slideshow\' http://drupal.org/pr
I\'ve built a view (Drupal 6.x, Views 2.x).I\'d like to be able to add a summary row at the end of this view — total up several columns and include the totals in the summary row.
The \"total_rows\" property of my view returns the total rows (22), but not the number of items I have set the view to display (5) (through the Web UI Block->Basic Settings).
I have a Content-Type with taxonomy-terms. It\'s a select-list, so it can have only one taxonomy - at least of that vocabulary. Now I need to build a view that lists all nodes with the same taxonomy.
With Drupal Views, how can I hide a Field if another Field is not empty? In other words, how can I show a Field unless its empty, then show a different Field?