views

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

Question about a View with Taxonomy-Filtering

Sorry this is so long. I tried to include as much detail as possible, so it could kind of act as a “recipe” for future websites like mine. (By the way, I didn’t know if this applied more to “Views” or “Taxonomy” so I posted this in both groups. I know duplication is frowned upon, but I know that most people aren’t members of both groups so I didn’t want to select only one group if the solution really lies within the conceptual framework of the other group).

Read more
jlane's picture

Fine tuning views

Okay so I have the views setup and everything looks perfect except the last row of images. It stacks them vertically. I would like it to stake the images horizontally within that row. I have it setup on the Fields Row Style and have inline checked for the image field. What seperator should be used to display these items one after another in this row? Any ideas would be great.

Examples of what Im talking about...

Currently:

Title:

Teaser:

Images:

Image 1
Image 2
Image 3

What I would like:

Title:

Teaser:

Images:

Image 1, Image 2, Image 3

Thanks,

Read more
mattmm's picture

Screencast: Setting up Views to build custom pages and access control

http://matthewm.org/screencast/drupal-views-build-custom-pages-access-control

As I await my induction into the Drupal Planet feed - here is my latest screencast.

Read more
markus_petrux's picture

Dynamic customization of views, but also need support for views ajax

Hi,

This is about a problem I have found when trying to write a feature for a module that needs to provide back reference views to nodes based on CCK node reference fields.

What I would like this to work is that the module provides a base default view that is used to provide all back refence views. This view can be modified to add more fields, change the style, add and/or expose filters, and so on. The user can also clone this view and assign the customized clone to any particular back reference relation.

Read more
jeff00seattle's picture

View 2 Filters: Criteria defined by PHP scripts?

Hi

Can a PHP script be assigned as a Filter criteria when one is within View Edit UI /admin/build/views/edit?

Or even establish a filter to be used by a view via some view hook()?

Thanks

Jeff in Seattle

Read more
rjdempsey's picture

Need help with Views / Flash integration

Hello,

I have a small job for any Drupal developer with time to help. I simply need to integrate a Drupal view (already built) with a Flash element (also already built). Flash is already reading data from an xml file, so perhaps exporting the view to xml on page load would do the trick. Or perhaps services/AMFPHP.

Note, I'm not looking for advice on how to do this myself this time around as I'm swamped with other things. I'm looking for someone who can take this task off my hands, I'll pay for your time.

Thanks,

Ryan

Read more
laVera's picture

Hotel price calculator (without coding, or almost without coding)

Greetings from Perú:

I can't get out of my mind the idea of making a "hotel booking system" based on views. No coding, just configuration.
I think that i could work on it in a couple of weeks, so, for now i just looking for ideas, comments and suggestions.

This is my main working concept:

  1. A form, with the fowling fields:
    a) Date in
    b) Date out
    c) Number of pax
    d) City (optional)

  2. A view, that:
    a) Get that data as arguments (ideally as POST)
    b) List all available accommodations in that city

Read more
robble's picture

Constraining fields which are not the "primary" node

I'm making a custom list of nodes and their comments. I'd like to be able to both constrain the number of nodes (easy: Items per page refers to nodes in this case) but also constrain the number of comments displayed per node (e.g. the 5 most recent).

Is there any way of doing this in Views? It's easy enough to make a view which has the comments in and an argument to provide the node id, were it possible to include such a view inside another view, for example.

Read more
prosk's picture

Does Views supports MIN(), MAX() in SELECT queries?

Hi,

Does views supports queries like for instance

Select node_revisions.vid, MAX(node_revisions.created) FROM node_revisions

which could return the last revision created for each node?

Thanks!

Read more
jeff00seattle's picture

Creating Sub-Sub-Tabs off of a Sub-Tab

Hi

Query: I am trying to do sub-sub-tabs off a sub-tab.

I think I am doing it correctly. The sub-sub-tab link paths are viable but they are not visible below its sub-tab.

Documentation: This discussion, I think, would be a good submission to documentation, if it would help.

  1. How DEEP of sub-tabbing can one do in Views 2?
  2. If on one-level of Sub-Tabbing, then can I make them deeper?
  3. I am beginning to wonder if this a theme-ing issue (I am using Zen-Classic).
Read more
Subscribe with RSS Syndicate content