Changing the default Languages Spoken selection?

Webscribble WebJobs Script Forum. Anything Related To The WebJobs Script.

Changing the default Languages Spoken selection?

Postby funops on Fri Jun 13, 2008 8:11 pm

Hi. Anyone know how to make a modification within the second step (second form page; edit_seeker2.xml?) of the job seeker registration so that the Languages Spoken drop down displays "English" as a default? It lists the Languages Spoken alphabetically and thus, "Abkhazian" is what is displayed as the default.

Curiously the Input Management section in the Admin does not include Languages Spoken so there is no direct way to add/remove or arrange the display sequence but what I would like to accomplish is to make "English" the displayed default instead of the alphabetically listed "Abkhazian".

TIA
funops
 
Posts: 4
Joined: Wed Jun 04, 2008 7:01 am

Re: Changing the default Languages Spoken selection?

Postby paul on Fri Jun 13, 2008 10:44 pm

PM me with ftp to your site and phpmyadmin access..

I can put english in front for you.

Paul
User avatar
paul
Site Admin
 
Posts: 264
Joined: Sat Jan 26, 2008 7:30 pm
Location: Newington,Ct,USA

Re: Changing the default Languages Spoken selection?

Postby loki_racer on Tue Mar 02, 2010 5:02 pm

I know this is an old post, but figured I would post a quick fix for this issue:

Code: Select all
UPDATE jb_languages SET relative_order = 2 WHERE `language` = 'Abkhazian';
UPDATE jb_languages SET relative_order = 1 WHERE `language` = 'English';
loki_racer
 
Posts: 1
Joined: Tue Mar 02, 2010 5:01 pm


Return to Webscribble WebJobs Script Forum

Who is online

Users browsing this forum: No registered users and 47 guests

cron