Now that we have #841804: entity_uri() should be used wherever possible committed and am very close on #288639: Taxonomy term aliases are build against incorrect source paths there should actually be no reason to special case the handling of forum module. Since we will be using taxonomy_term_path/entity_uri everywhere, we can just re-use the existing taxonomy pathauto support. Yay for more simple code!
Comments
Comment #1
dave reidComment #2
dave reidHrmf, the taxonomy and forum modules keep separate UIs, so I'm not sure how much of this makes sense to do. This definitely makes things a little more difficult if we want to generalize with entity information.
...
Comment #3
dave reidBumping down in priority
Comment #4
dave reidBumping back to major as I would really like this solved before 7.0.
Comment #5
dave reidAnd now here's the working patch with update function. This is ready to roll for me.
Comment #6
dave reidWithout setting a forum variable this time.
Comment #7
dave reidComment #8
dave reidComment #9
dave reidThis can wait until after a 7.0 release.
Comment #10
Scott J commentedOT:
What would be really good, is for Drupal core to stop special-casing Forum module (and Blog for that matter), and just make their functionality available to ALL content and taxonomy types.
Comment #11
mably commented