Quote from dloserApr 09, 2016 - 19:56:40
There only is a setting "primary language". Not sure if that has changed or not, but you can probably change that yourself if necessary now that I added you as admin. All hail admin luke1337!
(*wonders if others will now start claiming they too are new admins*)
1 2 3 4 56 7 8 9 1011 12 13 | $data['site_country'] = array(GWF_Form::SELECT, GWF_CountrySelect::single('site_country', Common::getPostString('site_country', $site->getCountryID())), $this->module->lang('th_site_country2')); if ($is_admin) { $data['site_language'] = array(GWF_Form::SELECT, GWF_LangSelect::single(0, 'site_language', $site->getLangID()), $this->module->lang('th_site_language2')); } if ($is_admin) { $data['site_joindate'] = array(GWF_Form::STRING, $site->getVar('site_joindate'), $this->module->lang('th_site_joindate'), '', GWF_Date::LEN_SECOND); } $data['site_launchdate'] = array(GWF_Form::DATE, $site->getVar('site_launchdate'), $this->module->lang('th_site_launchdate'), '', GWF_Date::LEN_DAY); |