vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   [MOD] Multilanguage v2.6.1 (https://vborg.vbsupport.ru/showthread.php?t=152203)

robb9 07-14-2007 09:56 AM

[MOD] Multilanguage v2.6.1
 
Tihis is a simple code for multilanguage support:

Open Arcade.php

Search this code:
Code:

$langfile="lang_Arcade_".$ibforums->langid;

replace with:
Code:

if ( (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) && (stristr($_SERVER["HTTP_ACCEPT_LANGUAGE"], "it"))) {
$langfile="lang_Arcade_it";
}
else if ( (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) && (stristr($_SERVER["HTTP_ACCEPT_LANGUAGE"], "de")))
 {
$langfile="lang_Arcade_de";
}
else if ( (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"])) && (stristr($_SERVER["HTTP_ACCEPT_LANGUAGE"], "fr")))
 {
$langfile="lang_Arcade_fr";
}
        else  {
$langfile="lang_Arcade_en";

}

that's all. :)

MrZeropage 07-14-2007 10:53 AM

nice idea to "auto-select" it :)

but this needs to be adapted in some other places, too.

Would you mind if I try to put this completely in v2.6.2+ ?

duncan99 07-14-2007 02:33 PM

It looks like this mod only works with the browser auto detect the default language, I would prefer if it works with VB especially the quick language selector, that would be perfect for that :) because most the forum nowaday provide multi-languages for users to choose in the forum rather than the browser setting. Anyway, its a great mod. Thank you for sharing.


All times are GMT. The time now is 10:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01020 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete