Remove Language Chooser

Most Invision Power Board users only have one language setup on there board, so why have a language chooser?

Most Invision Power Board users only have one language setup on there board, so why have a language chooser? Here are two easy ways to remove the language chooser.

1.) Remove Language Chooser from a specific skin.
In your Admin CP select Look & Feel / Select your skin / Edit Template HTML / All Global HTML
Click the global_board_footer link.

Find and delete
<% LANGCHOOSER %>

Save and your done

2.) Remove Langauge Chooser from all skins.
Open your FTP client and find and edit the file sources/classes/class_display.php

Find:
$this->ipsclass->skin['_wrapper'] = str_replace( "<% LANGCHOOSER %>"    , $lang_jump                          , $this->ipsclass->skin['_wrapper']);


Replace with:
$this->ipsclass->skin['_wrapper'] = str_replace( "<% LANGCHOOSER %>"    , ""                                  , $this->ipsclass->skin['_wrapper']);

Save and upload sources/classes/class_display.php

And your done!
AddThis Social Bookmark Button AddThis Feed Button