By adamgreenwell on
I installed the article module and put some articles into their respective catagories. However, when I navigate to the article catagory listing, nothing appears. The catagories have the correct number of articles displayed at the end of the catagory title, but when I click the catagory title, nothing appears.
I know this is probably something trivial, but I've searched high and low and I still can't find an answer.
Comments
Me Too!!!
I have the same problem and have looked hard to find an answer. Please Help!!!
How are you linking to them?
A web address to a taxonomy term would look like:
http://yoursite.com/taxonomy/term/5
If you have the right access priviledges for the user you are logged in as, you will see a list of 'nodes' which are assigned with this taxonomy term. It does not matter to Drupal what type of node it is, be it an image, a book page, a forum topic.
How are you listing or linking to the taxonomy terms?
Are you using some taxonomy display module or something to list the terms?
http://drupal.org/node/15192
A-ha
I see- you're using the Article Module.
http://drupal.org/project/article
And your question was answered,
And you now know that you need some kind of taxonomy display module like
Taxonomy_block http://drupal.org/node/15192
Good news to others with this issue :)