I am putting together a small site for a friend who publishes a newsletter for villa owners. I've got the design and navigation worked out, but don't know if Drupal is customizable enough to do this?
The navigation looks like:
Home
Latest News
Our Newsletter
- Past Issues
- Subscribe
Resources
- Tax issues
- Tax calculator
- Discount Tickets
- Buying a Home
Some of the pages (such as the tax calculator) will contain PHP or Javascript content. Past issues will contain a list of files; latest news a listing of the latest items categorized as news (doh!).
Other pages in that menu will be for subscribers only, but she'd like the entry to stay in the menu and a 'You must subscribe to view this page' message be shown when a non-subscriber clicks on it.
This gives you a good idea of how the site should behave. Here's a few more specific questions from a quick play with Drupal:
- Is there any way to show all posts to the 'News' category on one page (or rather, paginate it, so only X show per page)?