I jumped into drupal to do the things I had been doing my hand, and it's cool, but I need to do some calendaring. After installing the events module, and having it blow up on me, I removed it and tried CCK and views... which both blow up on me.
The server is Red Hat EL4. PHP is 4.3.something and MySQL is 4.1.something.
I get hosts of warnings whenever I try to do anything with CCK, and everything craters when I try to install views.
Where should I look to start figuring out what I'm doing wrong?
Is there a way to show the number of nodes under a given taxonomy in the menu system?
I have a large list of menu items which link to a particular taxonomy term and I would like the menu system to show the number of nodes in each category. Can this be done? If so how?
Category1(487)
Category2(314)
Category3(215)
etc...
This is a two part question. I want to make it possible so that users can filter content based on certain attributes. For example, somebody has navigated to Plants > Flowers > Roses and there is a list of all the different roses. Some of the roses are thornless and some of the roses are yellow. There could be many different attributes so it doesn't make since to add another level of navigation or hierarchy for each attribute.