I am working on a site (in Drupal 7) that will be used as a portfolio site. What we want to do is to essentially have a bank of content, that can then be organically ordered into "portfolios" that can be distributed for different proposals.
I've created 2 types of nodes:
Project
A project is the company's work - in case study format. This can contain images, video, descriptions, etc. These projects each have their own URL and can stand alone.
I have more than 1 gallery. The gallery is set as a content type and I upload Images as separate content types and choose which gallery they go in This was done via node reference not taxonomy.
I have a slideshow using views_galleriffic but I want to be able to add galleries (with the lovely slide show already) without having to manually create a new view each time.
I'm trying to create a View (using the Views module) from an RSS feed that I've setup in the aggregator. Most of the aggregator fields work fine, but the "Aggregator: Body" field always shows an empty value. The title, id, etc work fine, but the body is always empty.
The RSS field uses the "description" tag for the body. Is this a problem? If so, how do I display the descriptions from the Views module, since it's not one of the available fields for the aggregator?
I am using the Date module and the Views module on Drupal 7.
I created a content type with a field "release_date" and "end_date" and I am trying to display all the items between those two dates in a view.
I installed the Date module in order to have a Date field, but in my view I can't add a filter criteria like 'According to the date of the day, I want to show up all the items between the release date and the end date'.
I didn't find the answer to my question yet, do someone know how to manage a view with date fields ?