Anyone know what I'm trying to do? I have my taxonomy set up nicely, and pathauto working as well as taxonomy_context. Everything works fine, except when browsing the taxonomy structure I would like it to show all nodes of the sub terms. I figured out there is a depth paramter for taxonomy so taxonomy/term/8/5 returns what I want. I basically want unlimited depth, so going further into the tree is like a narrowing process. Anyway, how do I change the default from zero to something other than zero? Or at least get pathauto and all the breadcrumbs working with a higher depth?
My $head_title variable is currently showing "
| " on my pages. I only want this variable to display the page node title. How do I gain access to editing what goes into this and other $[variable]'s?
I have a block with three choices in it. I would like to show only one choice if the user is not registered, and all choices if the user is registered.