Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Nov 27 2009 04:20 PM
    • Views: 966
     


    * * * * *
    2 Ratings

    Hiding the language dropdown

    If you only have one language, you may want to use this to hide the chooser dropdown.

    Posted by AndyF on Nov 27 2009 04:20 PM
    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.4.1 © 2012, by Michael McCune