Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
First thing- it is SO annoying that the url at the top of the handbook pages stays the same as you click around. So I can't paste the url directly to the page I'm talking about here.
I have been looking at notifications and confess I'm having real issues trying to get to grips with it!
1. As admin I'd like to get a notification every time someone registers - should it be doing this anyway? I've looked at the options in the advuser module but although it can email roles on new registrations these are member roles rather than admins. Whilst on the subject, I've just spotted that emails from advuser get sent with no From or Reply-to - could that be part of the same problem if it isn't aware of a defaul email address?
I'm trying to simplify my current Views setup into something more easy to manage. The below is (in essence) the current setup in my menu system (normally all collapsed). The news trough faqs scheme repeats for another few items, but you'll catch the drift.
When I started out developing my site, the number of items (Flight Gear, Flight Unlimited) and subitems (news - faqs) were smaller. I simply made five views to sort out all nodes into their respective place. As things get bigger, it just doesn't work anymore, because it would mean some thirty views to sort it all out.
I'm thinking about collapsing the above into something more managable, like this:
I heard about Drupal taxonomy_otf.module, but found out it was dropped in 4.7 - or rather, was rolled into the code for taxonomy.module in 4.7. I can't for the life of me figure out how to turn it on, though.