Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Tutorial info Visit support topic

  • Added on: Jan 08 2009 06:40 PM
  • Views: 2508
 


Remove Language Chooser

Posted by Michael on Jan 08 2009 06:40 PM
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!

Powered by Tutorials 1.4.1 © 2012, by Michael McCune