proycon / unilangforum

UniLang Language Community - Forum
http://forum.unilang.org
8 stars 6 forks source link

Member search functionality based on languages #3

Open proycon opened 9 years ago

proycon commented 9 years ago

Member search based on language and location is not ported from unilang8bb yet.

patrislav commented 9 years ago

Can you provide descriptions for custom Unilang tables? Without them I can’t do anything even if I wanted to, and there are no migrations.. So, some way of recreating them would be awesome.

proycon commented 9 years ago

Ah yes, good point:

TABLE member_lang user_id int(11) No 0 baselang varchar(3) No complexlang varchar(10) No proficiency tinyint(4) Yes 0 canhelp tinyint(4) Yes 0 wanthelp tinyint(4) Yes 0

for a language code like pt-BR baselang is 'pt' and complexlang is '-BR'