When browsing old items from the front page the links are still with '?' (like http://site.com/node?from=30) even though everything else is configured to work with rewrite.
I'm building a site with a few different sections (about, contact, the product, news) and I'm not sure on what would be the best way to setup the taxonomy and the content type (book, page...) and how to get the content in easy inderstadable url's eg www.site.com/about/ for the about section.
News I gather should be story but I'm not sure about the others. The other sections will be modifiled from time to time and content will be added and subnavigation will be needed within each section eventually.
I have begun developing a rather extensive set of categories for my content. The problem is that the block that holds the list is beginning to get unweildy. Right now, it shows all levels of the hierarchy.
How do I set it Drupal up to show me only the top or top-two levels of categories in this blocks?
I would like to have on my site a couple of moderated forums (where posting are first revised by editors and then published) and a few more "liberal" forums, where contributions are immediately published. All forums will be visible to all (registered) users, so taxonomy_access will not help: I just would like to have different moderation options for different forums.