I am displaying newsletters on a site and using the article module to display my taxonomy tree. Each year has 6 newsletter month entries in it so the completed taxonomy looks like for two years:

2005
- October-November
- August-September
- June-July
- April-May
- February-March
- December-January

2004
- October-November
- August-September
- June-July
- April-May
- February-March
- December-January

Whenever I click on a 2005 sub-term (ie February-March) I get taken to the correct page according to the URL, but the content is actually for the oldest year term (ie the 2004 February-March term). It appears that the article module actually disregards the first argument in the URL (the year) and only looks for the second argument. I tried putting random gibberish in the second argument and it had the same result.

Is this proper behaviour, or is it a bug?

The site is live so you can see it at http://waeagles.com/?q=article (though I'm going to try a temporary fix using the views module to rewrite things, so the error may not be evident by the time you check it).

Thanks!

Comments

sokrplare’s picture

I just found the sitemap module which doesn't have this issue so I've switched to it. So don't worry about making any changes on this for my benefit. Thought I'd leave this up though so if it is a bug it can be fixed. Thanks!

msameer’s picture

Status: Active » Closed (fixed)

Closing.