views module

Events happening in the community are now at Drupal community events on www.drupal.org.
mitchell's picture

Views support in the charts module released!

dreftymac@drupal.org's picture

Drupal Views 2.0 UI disappointment: Cleverness versus Usability

There is something really nice about the new Views 2.0 GUI, and something really disappointing.

The really nice aspect is this: it appeals to the developer in me, because it's really clever.

The really disappointing aspect is this: it appeals to the developer in me, because it's really clever.

....

The developer in me is the part that feels motivated to contribute to open-source projects, out of a sense of idealism and a sense of independence and even a sense of pride in accomplishment.

Read more
mikeybusiness's picture

Tips on creating a huge page of links

Only local images are allowed.Does anyone have any good advice for creating a content type for links? Does anyone know a better way to do this than what I describe in the following?

Our library has a huge page of links for finding good books to read. There are several headings that take you to different parts to the page via anchors. Anyhow, take a look at it. You'll get it as soon as you see it.

http://www.hooverlibrary.org/goodbooks

Read more
dlo's picture

Calendar Views with customized dates fields.

Hi everyone.

I have been exploring Drupal for a month and I have found it impressive, amazing piece of work from the Drupal community. Maybe my questions will sound a bit naifs, I’ve been in project coordination for a while, so my coding skills are rusted.

I’ve been trying to use the “calendar” 6.x module applying a new content created with CCK, but I got stuck in creating its View with the View 2 module.

The test is quite simple.

The table {activity} consists in the following:
.- name (the table nodes name field)
.- description (the table nodes body’s field)

Read more
sjdavis's picture

Introduction to Views for Drupal 6

For my fellow NOOBS, here's a quick (~9 mins) introduction to the Views modules in Drupal 6. I found a lot of value in this so I thought I'd share.

http://learnbythedrop.com/drop/22#comment-18

Read more
flickerfly's picture

Request For Comment(RFC): User Reports Module

I'm excited about building a module that, if designed properly, would useful to others. I see how it might be useful for the development of a human resources department for personnel reviews and really any place where reports or static documents pass from one party to another.

I am building a community site based around an organization. We produce custom reports for many of the community members and provide them through a very simple and custom php app on our website. I want to move this to drupal to take advantage of the other powers to build community, as well as flexibility to improve access to these reports for archive purposes.

This has been floating around in my head for several months, but I've not developed a drupal module before so I crave review, comment and even participation.

Read more
patrickespake's picture

Criar uma view passando um parametro de um módulo desenvolvido por mim?

Estou querendo criar uma view para listar uma descrição e associar blocos com fotos nessa view.

Eu criei um módulo que cria um novo content type do tipo "produto descrição", eu quero passar para uma view o ID de um produto e lista r sua respectiva descrição e com suas fotos.

Estou realizando um filtro pelo tipo do node, ele mostra todos as descrições dos produtos, mas eu gostaria de trazer apenas a descrição do produto que estou passando pela view, através do id do produto.

Read more
amitaibu's picture

Referenced By Filter

Hi,

Updated: http://drupal.org/project/ReferencedByFilter


the guys in gizra.com (not yet launched) have written a module that filters the content by what is referenced from a specific node reference field (i.e. back link).
I've attached a ZIP of the module, so people go over it, enjoy it and give some feedback.

After enabling the module, there will be added in the Views> Argument> Referenced by a certain field.

An older version of this module included a patch for the views, but this is no longer needed.

Cheers,
Amitai

Read more
drupalprojects's picture

Views and Arguments again

HI

I'm about to finish writing a module allows to refine current view results by taxonomy terms, displayed in a separate block. Something like exposed filters does but with links instead of select and number of items after each link. To calculate a number of items that will be returned when user clicks on some term I'm using views_build_view function

<?php
views_build_view
('items', $default_view, null, false, 0, 0, 0, $exposed_filter_values);
?>

I'm also want to handle arguments here and pass it to the code below as third argument.

Read more
Keith Adler's picture

Add a Reset Button to your Views-based Filters

I love Views and using filters, however what's the ability to filter without having a reset feature to go back to the full data set ... hence this piece of code that you can add to your Theme's template.php file to add a themed "Reset" button capability.

http://drupal.org/node/99370

Many thanks to mshaver for his guidance.

If I'm posting this in the wrong area please let me know and I apologize in advance.

Read more
Subscribe with RSS Syndicate content