I am developing a website with drupal 6, and using a 960 grid system based theme. I want to create a dynamic thumbnail gallery with Views, and using this jquery effect:
I am using Drupal with Views and the extended profiles module activated. To enable users to check multiple areas of interest I also added a module called Profile Checkboxes. It adds the ability to use
What\'s the \"right\" way in Drupal to create reports? I was hoping to use a view but am not having much luck. My goal is to create a table of rows containing three fields: user name, location, SUM of
I\'m using Drupal\'s Views 2, and need to retrieve min values from fields in a custom table. The query for this is easy if I were writing it by hand--something like, \"SELECT foo, m开发者_运维技巧in(b
I want to display the query that is executed in the drupal view.Currently in the view editor it shows the query however I have a need to use that query in my code to download an excel version of the v
I have recently started working with Drupal on the side and have had to tackle the开发者_如何学编程 limitations I come up against in the Views API. More than not I find it faster and more powerful to
I\'m using drupal for a website and I\'ve created a gri开发者_如何学JAVAd with the View module to display my nodes.
I\'m attempting to present a Drupal View that shows nodes in which the user\'s e-mail address shows up in one of two CCK text fields. Unfortunately, this doesn\'t seem to be possible using the stock v
I am new in drupal. I want to create a view in drupal-6 for my three content types which are integrated with each other by node reference(CCK).
After only a few weeks of working with Drupal I\'ve come up with a recurring problem, which I don\'t really have an optimal solution to, so I\'m hoping that someone here might be able to give some bes