First post here. I'm a new drupal guy, working on a couple sites with drupal right now, one for a library, one for a non-profit.
The library site requires that each page show a last updated date at the bottom. This is easy enough for regular page nodes, but for pages that display multiple nodes, I don't know how I can do that.
I'm using the Views, Event, and Event Repeat modules for a listing of workshops. I would like to display a list of all the workshop titles, without the duplicates caused by the repeating workshops. The Distinct filter seems to only apply to the node ID. Is there a way to make it apply to the Title field? Is there another way to do this?
How do I display blocks on the homepage in a different layout (4 columns rather than 3) and different sets of blocks than on the rest of the site? Can I somehow call and display custom Views blocks or regular blocks and display them where I want in my homepage template?
I have used CCK to create custom node/content types and can override my theme to format/customize the "view" of the content data but I would like to customize the form used for entering the data. What is the best way to tackle this? Is there a separate override for the form used to enter the content?