Hi all, Drupal Newbie here so be gentle please :)
I may not have the lingo quite down pat yet.
My client wants to be able to show different exposed filters based on how the User arrives at the Node (Product) page.
For example if they arrive using /category/catalog/skis/mens-skis
then they want to show a dropdown list of Brands (eg: Atomic etc) which the User can filter on.
If the user arrives using eg: /category/brand/Atomic
then they want to show a dropdown list of Catalog Categories (eg: Skis / Mens-Skis etc)
I'm struggling here. Mostly its because of terms used and a simple lack of knowledge.
Here's what I want to do.
I want people (registered users) to be able to write stories.
I want to be able to navigate to these stories via the navigation menu. The menu should be a single entry (Stories) but when you click Stories it will list all stories in dated order. That's the order they were posted to the site. I don't want to menu to auto-expand.
I would also like to have all these Stories moderated.
When I'm logged in as a "Administrator" (i.e., a user with pretty much every permission on the site although technically not user=1), I can go to node/add/type1, add a reference to a node of type2 I create using Node Relationships, and save the type1 node. All is well.
I’m using Drupal 6 with the Glossary module. I’ve added h1 - h6 headers to the ‘Blocked elements’ field as I do not want any of the headers to render as a glossary link if they happen to contain a glossary term. I also have it set so only the first instance of a glossary term on the page renders as a glossary term, any additional instances render as normal text.