When having a FAQ vocabulary with i18n-translated terms, all terms appear in the category select box - regardless of their language.

Quick fix, faq_ask.module:line 188:
$cat_list = array_flip(db_result_array(db_query('SELECT DISTINCT(name), e.tid FROM {faq_expert} e JOIN {term_data} t USING (tid) WHERE t.language="'.i18n_get_lang().'"')));

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

And what about users who aren't using i18n?

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Postponed (maintainer needs more info) » Fixed

I committed a change to that query that should allow i18ntaxonomy to intercede in the query. Please let me know.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

heyyo’s picture

Version: 5.x-1.3 » 6.x-1.2

I still have these issue on the 6.X-1.2 version, in the page FAQ_ASK and also the block FAQ_ASK.
The fix you did for 5.x-1.3 is still included ?

heyyo’s picture

Status: Closed (fixed) » Active

I still have these issue on the 6.X-1.2 version, in the page FAQ_ASK and also the block FAQ_ASK.
The fix you did for 5.x-1.3 is still included ?

nancydru’s picture

Please try the version 2 code.

heyyo’s picture

thanks for your answer, I will try it.

stenjo’s picture

Status: Active » Fixed

No activity for more than a year. Assuming this is fixed. Feel free to reopen if not.

Status: Fixed » Closed (fixed)

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