Knowledge Base

Disable Language Selection
Article ID: 1059
Written By: T.A.C.O.S.
Written On: Wed May 04, 2011 6:15 pm
Description: This option will hide the Language choosing in UCP and Register form.
link to this article on phpbb.com: Select All
[kb=disable-language-selection]Disable Language Selection[/kb]
link to this article on your own board: Select All
[url=http://www.phpbb.com/kb/article/disable-language-selection/]Knowledge Base - Disable Language Selection[/url]

Open styles/prosilver/template/ucp_prefs_personal.html
Find and delete
Code: Select all
<dl>
   <dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt>
   <dd><select name="lang" id="lang">{S_LANG_OPTIONS}</select></dd>
</dl>

Open styles/prosilver/template/ucp_register.html
Find and delete
Code: Select all
<dl>
   <dt><label for="lang">{L_LANGUAGE}:</label></dt>
   <dd><select name="lang" id="lang" onchange="change_language(this.value); return false;" tabindex="6" title="{L_LANGUAGE}">{S_LANG_OPTIONS}</select></dd>
</dl>

Make sure you refresh your template / clear the cache.