views

Events happening in the community are now at Drupal community events on www.drupal.org.
Dee-Ann LeBlanc's picture

Need help building data-driven site

I'm vaguely competent in Drupal basics but I keep hitting a bit of a wall. I'm building a site that would allow people to log in, set themselves up as a provider or a consumer (so to speak), and fill in details about who they are or what they need. Then the site could suggest to the consumers what providers are in their area and might meet their needs. I'd also like to allow for commenting on providers and consumers and rating them.

I hope this isn't too vague, but that's the gist.

Read more
ldweeks's picture

building a view across multiple node references

I'm working on a site that uses Ubercart and contains a content type called "product". Each "product" node has a node reference field to nodes of type 'foo'. Each 'foo' node has a node reference field to nodes of type 'bar'.

If the user clicks on the link for a product, I want to display all the fields for each 'bar' node that is referenced by each 'foo' node for that product. So far, I haven't figured out how to do that.

Is it possible? If so, how?

Read more
mgparisi's picture

New Approach to Content Types.

I have been writing up a white paper on how Drupal could work, but wanted to submit an initial and important first step. I know allot of people see comments as nodes being a major issue. Many want it, while others site potential problems with performance. Without comments as Nodes we have no code uniformity making any CCK features and Views features needing exceptions based on if its a node or if its a comment.

Read more
Summitt Dweller's picture

Execute Code Before View

OK, stupid question time. First a bit of background info...

I've used CCK to create a data type and a module to go with it. The module has only one function thus far and it's job is to query the DB and calculate a "volunteer score" reflecting how much volunteer work a member has logged in the 30 days prior to some target date. The whole purpose is so that I can do a better job of scheduling volunteers to work at the local non-profit theatre.

Read more
ademarco's picture

Media Browser style plugin

I've contributed a module called Media Browser providing a style plugin extension that formats a view display in an easy-to-use content browser.
Here its project page: http://drupal.org/project/media_browser. Every kind of feedback is more then welcome.

Read more
bstoppel's picture

views.get returns an empty array

My Setup
Drupal 6.10
Services 6.x-1.x-dev
AMFPHP 6.x-1.0-beta1
XMLRPC Server 6.x-1.x-dev
Views Service 6.x-1.x-dev
Views 6.x-2.5

The problem
I set up a view to pull a certain content type out with relevant info. It works great in Views. All of the information is visible when I preview it inside of views. When I try views.get within Services, the result is an empty array. There aren't any error messages. Just an empty array - Array().

What am I doing wrong?

Read more
chosig@drupal.org's picture

View, CCK och panels för att dela innehåll

Hej.

Försöker dela upp en fiktiv Produkt lite grann.

Först av allt Produkt matas in via CCK, har ett extra fält - en produktbild. Nu är det så att jag vill använda panels, för att produktbeskrivningen ska komma till vänster och bilden till höger.

Leker med Views för att göra det, men jag får inte till det. Jag bara vet att det är så enkelt, men jag är inte bästis med varken Views eller Panels (än).

Read more
jrtayloriv's picture

Using Views to embed an Image gallery in another node

I want to create an image gallery using the "Image Gallery" module, but instead of having the gallery displayed on it's own page, I'd like to embed & display the gallery in another node.

Read more
Jordash's picture

Taxonomy Questions

I'm working on a review type website and i've broken it into Categories. I got the Categories working with Taxonomy which is pretty cool, but what I want to do is when someone goes to a "Category" I want to give them the option to sort the listing by popularity (and other criteria) would the Views Module be the thing to do that?

Thanks,

I'm trying to plan out how to do a review type site in Drupal if anyone has done something similar.

Read more
archard's picture

Proper way to mess with exposed filters

I am writing a module that lets users save 'searches' made using exposed filters.

The idea is that I use hook_form_alter to add my checkbox to the exposed filters form, as well as add my own submit handler to the form. In my submit handler I find out if the checkbox was selected, and if it was I save the exposed filter inputs to my database table along with information about the user.

Read more
Subscribe with RSS Syndicate content