Hello and thanks to the Drupal Community for all your hard work!
I have been playing with views on a client site for a couple of days now. It was going great until now.
I wanted to make a view that would show all nodes from a certain vocabulary (X), but exclude nodes from specific terms (yy) from a second vocabulary (Y).
After trying an "Is All of" on Vocabulary X which didn't work in conjunction with a NOR "Is None of" on Vocabulary Y, I decided to try a NOR on all terms sitewide EXCEPT those in Vocabulary X.
I'm relatively new to Drupal and have recently upgraded to v5. IT worked brilliantly until I uploaded a website created using FrontPage (the idea was to have a separate file, index.html, as a homepage because certain things on my site require html headers and I dont know how to do this with a php file).
I am converting a resource library to a drupal site and I need some advice on the best way to do this. In the current DB each resource has a number of fields, such as 'author', 'url', etc. Question now is the best way to port this over to drupal. I think the easiest way to convert this to drupal is to create a custom content type with the new functionality in 5.0
For example, I have defined a custom content type: resource
Added vocabularies: Author(s), URL, etc.