Remove Language Chooser
Most Invision Power Board users only have one language setup on there board, so why have a 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!
Company News