Hello.
My client has insisted on using Drupal for the backend to his site and I'm pulling my hair out trying to get it to do what I want. I am not at all a novice to programming or PHP, just to Drupal. I have spent hours digging through the online documentation and have not been able to figure out the following... Please help!
Environment: Apache/MySQL/PHP5. Drupal 4.6
How do I:
1. Determine whether or not a page is in a certain category?
For instance, in the taxonomy module, I have set up the vocabulary "About", "Products", "Resources", and "training" (these are my main categories). Under each of these I have terms set up like "Contact Info", "Resume", and "Portfolio" (these will be specific static pages in the About section). For my template's navigation bar, I need to know which vocabulary the current page is under so the appropriate navigation tab may be highlighted.
2. Create an articles page that lists all stories
Under "Resources", I defined the term "Articles" and want this to be a page that lists all stories categorized under that term.
3. Create an events calendar
I have played around with the events.module and for the life of me can't figure it out. When I go to "Create Content", the help says, "An event is a story which can be given a start and end date, thus appearing in the events calendar." But when I try to create the event, there is no option of "start date" or "end date" and there is no calendar page on which it appears. I'm wanting a calendar page that lists all events and then another page which lists all the details for a specific event.