Taxonomy term is not working correctly in regards to the Day of Week which eventually creates a broken taxonomy structure.
I do believe the taxonomy structure of parent and term would best created as the following:
- Month & year ( March 2010 )
-- Day name & day of month ( Thursday, 4th )
--- Hour (7pm)
Please consider fixing this current issue and modifying it for better navigation of the archived audio
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | station_733216.patch | 12.37 KB | drewish |
Comments
Comment #1
yohnson commentedI have tried to figure out how to fix this but have not. Does anyone have a fix for the taxonomy and terms of archived audio in D6?
Comment #2
drewish commentedYeah that whole use of taxonomy was pretty bad. It was done in D5 when views didn't have nearly the date support it does now. At this point it'd be a lot better to require date.module and just handle all the listings using views.
Comment #3
tim.plunkettI've never used the station_archive module. I guess I probably should start. This is one of two issues I'd really like to fix for a stable release.
Comment #4
drewish commentedYeah realized this bug is on the KPSU archive as well. That whole taxonomy term think is really turning into legacy code. All the new stuff is driven by program node id. I'm moving the specific functionality out to the station_archive.legacy_pages.inc file and make it's menu items disabled by default. If you need them (even though nothing has been generating those URLs for over 2 years) you can call
variable_set('station_archive_legacy_urls', true);and enable them.Comment #5
drewish commentedCommitted to HEAD.