Couple changes to display taxonomy translattion on forum pages.

CommentFileSizeAuthor
i18ntaxonomy-forum.patch3.78 KBneochief

Comments

neochief’s picture

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

jose reyero’s picture

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

neochief’s picture

Status: Needs review » Fixed

Commited (removed "if ($op == 'view)" too).

Status: Fixed » Closed (fixed)

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