Couple changes to display taxonomy translattion on forum pages.
| Comment | File | Size | Author |
|---|---|---|---|
| i18ntaxonomy-forum.patch | 3.78 KB | neochief |
Couple changes to display taxonomy translattion on forum pages.
| Comment | File | Size | Author |
|---|---|---|---|
| i18ntaxonomy-forum.patch | 3.78 KB | neochief |
Comments
Comment #1
neochief commentedSome more info. As you may know, Drupal's forum based on taxonomy. It uses direct selects from the DB so it isn't being affected by i18ntaxonomy. My patch solves these issues.
Comment #2
jose reyero commentedLooks nice. There's some redundant condition you can drop in _nodeapi()... case 'view'... if ($op == 'view)....
(y, actually my fault, it was there before).
When you think it's ready go ahead and commit.
Comment #3
neochief commentedCommited (removed "if ($op == 'view)" too).