Tagged Questions
4
votes
1answer
521 views
How does Drupal 6.x Views query multiple taxonomy terms tied to a single piece of content?
This question is about Drupal plumbing. I know how, using the Views query builder, to render multiple taxonomy terms that are associated with a single piece of content. What I can't figure out is how ...
6
votes
2answers
2k views
Views is stripping tags from the output
I have a Drupal view which should output a video player using flash. I am trying to output a script that will call the flash film. The problem is that Views applies some sort of filter that strips my ...
2
votes
2answers
696 views
How to create a timeline in Drupal with three detail layers?
Instead of asking for help when hitting the iceberg, now I can see there are probably several approaches to what I need to achieve, so I am asking for your opinion: what would you do?
I need to ...
1
vote
1answer
77 views
View all nodes by this user: filters or arguments
I'm generating a view that lists all nodes created by this user. To restrict it to the currently logged in user, do I need to use Filters or Arguments?
I thought Arguments -> User: Uid, but not sure ...
3
votes
2answers
85 views
Views or Organic Groups for this use-case
This is related to another question that I asked before.
I'm using views to present to the user a list of nodes. The user then has to pick their top 3 choices, which I then save to a sub-list that I ...
0
votes
1answer
2k views
How to add title attribute to link tags generated by view in Drupal?
I've built a view using the views module in Drupal to display a grid of thumbnail images (field_image) that are linked to a full size image for use with Lightbox.
I've got that part working but I ...
1
vote
2answers
484 views
Drupal: Template Files, Modules and Content Types for Advanced Theme
Intro
I am in the process of trying to convert my first HTML/CSS design into a theme for Drupal. I have used ModX for quite a few designs and appreciate the ability to create different page templates ...
1
vote
1answer
440 views
Views in Drupal: ignore arguments
In Drupal I am working with a view that takes a couple of arguments; the nid argument is just passes along to the next page, but the other three arguments it uses to retrieve content. The problem ...
0
votes
2answers
2k views
Drupal: replacing field value in View
I have Drupal 5 View (must be "Views 1" so), which contains Event_StartTime field, which shows up normally for the fields that have a real date inside. But I also have a number of records with ...