Jump to content


View All ProductsRandom Products

Add Edit Custom Field

Collections System



IP.Board: IPB 3.2.x
Price: $ 30.00
Add Custom Field

Contact System



IP.Board: IPB 3.2.x
Price: $ 21.95
Add Edit Custom Page

Global Messages



IP.Board: IPB 3.2.x
Price: $ 21.95
Example PM

Auto Anniversary Greeter



IP.Board: IPB 3.2.x
Price: $ 10.00
Manage Donation Settings

Donation Tracker



IP.Board: IPB 3.2.x
Price: $ 35.00

User is offline Author

Visit support topic Find Posts Tutorial info

  • Added on: Nov 27 2009 10:23 AM
  • Views: 1790

Collaboration

Hiding the language chooser



Description: How to hide the language chooser dropdown, useful if you only have one language installed as it serves no real purpose.
ACP > Look / Feel > Manage Skin Sets / Templates > (edit that skin) > Manage Templates / CSS > "Global Templates" > Global Template

Scroll right down to the end then scroll up (easier as its about 7/8ths the way down)

Find...
<select name="langid" id='newLang'>
								{$footer_items['lang_chooser']}
						</select>
						<input type='submit' class='input_submit alt' value='{$this->lang->words['jmp_go']}' id='newLangSubmit' />

Simply comment it out (add a <!-- to the start and a --> to the end, like this...

<!--<select name="langid" id='newLang'>
								{$footer_items['lang_chooser']}
						</select>
						<input type='submit' class='input_submit alt' value='{$this->lang->words['jmp_go']}' id='newLangSubmit' />-->

And save. Repeat for each skin as required. :)


Powered by Tutorials 1.3.0 © 2012, by Michael McCune