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

CommentFileSizeAuthor
#4 station_733216.patch12.37 KBdrewish

Comments

yohnson’s picture

I 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?

drewish’s picture

Yeah 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.

tim.plunkett’s picture

Assigned: Unassigned » tim.plunkett

I'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.

drewish’s picture

Status: Active » Needs review
StatusFileSize
new12.37 KB

Yeah 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.

drewish’s picture

Status: Needs review » Fixed

Committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.