lang_dutch case number

ImageThis mod, makes guest language chenge depening on the forum they are entering

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

lang_dutch case number

Postby Diablo Gamer on Sat 24. Sep, 2005 14:23

case 2: $board_config['default_lang'] = 'german';break;
case 12: $board_config['default_lang'] = 'english';break;
case 4: $board_config['default_lang'] = 'danish';break;


case ??: $board_config['default_lang'] = 'dutch';break;

plzz help me
Diablo Gamer
Poster
Poster
 
Posts: 13
Joined: Sun 16. Jan, 2005 00:45
Location: Dalen/Drenthe/Holland

Postby Diablo Gamer on Mon 07. Nov, 2005 08:44

please help my
don't look on my shit english
Diablo Gamer
Poster
Poster
 
Posts: 13
Joined: Sun 16. Jan, 2005 00:45
Location: Dalen/Drenthe/Holland

Postby corny on Mon 07. Nov, 2005 14:21

Look in your database for the forum_id's of the fora you would like to show in dutch. This is the id you have to use at the case statement.

If you have more fora for dutch, you could simply use something like:

Code: Select all
case 1:
case 3:
case 5:
case 6: $board_config['default_lang'] = 'dutch';break;


Or, if you want dutch as the default, use
Code: Select all
case 2: $board_config['default_lang'] = 'german';break;
case 12: $board_config['default_lang'] = 'english';break;
case 4: $board_config['default_lang'] = 'danish';break;
default: $board_config['default_lang'] = 'dutch';break;
Regards,
Cornelis
corny
Poster
Poster
 
Posts: 20
Joined: Tue 29. Jun, 2004 14:53

Postby Diablo Gamer on Mon 07. Nov, 2005 16:11

Image
don't look on my shit english
Diablo Gamer
Poster
Poster
 
Posts: 13
Joined: Sun 16. Jan, 2005 00:45
Location: Dalen/Drenthe/Holland


Return to language in specific forum

Who is online

Users browsing this forum: No registered users and 0 guests

cron