Closed (fixed)
Project:
FAQ_Ask
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Sep 2008 at 15:06 UTC
Updated:
25 Jun 2010 at 23:40 UTC
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
Comment #1
nancydruAnd what about users who aren't using i18n?
Comment #2
nancydruI committed a change to that query that should allow i18ntaxonomy to intercede in the query. Please let me know.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
heyyo commentedI 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 ?
Comment #5
heyyo commentedI 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 ?
Comment #6
nancydruPlease try the version 2 code.
Comment #7
heyyo commentedthanks for your answer, I will try it.
Comment #8
stenjo commentedNo activity for more than a year. Assuming this is fixed. Feel free to reopen if not.