Topic(s)
A brief message in a bottle about “contextual filters” in Views—
At least at my crude journeyman’s level of Drupal knowhow, the mapping of term ID (number) to term label (text) in the URL is most human readable, but when creating the table, Drupal really wants to grab the term ID from the URL. So I undid all the aliasing from the pathauto module, and now we have:
instead of:
Oh well. Fortunately, the URLs for all the content types (blog posts, reports, etc.) remain aliased to human readability (term pages are not content types, for some nutty reason).

Add new comment