Page 1 of 1

Language bar

Posted: 19 Apr 2010, 22:02
by Fire-Fox
Hey!

How do i get rid of this langauge bar, i tryed mssti quick lang earlier today, but it's removed completly
lang.png
It comes on all thmes when i goto : http://phpbb3addons.com/ucp.php?mode=register


Copying a backup forum over did not help. neither did a sql restore =/

this is from view source:

Code: Select all

		<p class="rightside"> 
			<label for="lang">Language:</label><select name="lang" id="lang" onchange="change_language(this.value); return false;" title="Language"><option value="en" selected="selected">British English</option><option value="da">Dansk</option></select> 
			<input type="hidden" name="change_lang" value="" /> 
 
		</p> 
	</form> 
 
	<div class="clear"></div> 

Re: Language bar

Posted: 20 Apr 2010, 06:16
by Stoker
Well, if it was removed completely the code would not be there.
Make sure to purge the cache and go over the edits again.

Re: Language bar

Posted: 20 Apr 2010, 17:25
by Fire-Fox
Hey!

I have been over the edits 5 times. and purge all cache more then 5 times =/

When i add prosilver theme. The bar is still there. so it's not in the template system...

[edit]There was a lang selector in ucp_agreement.html (template) - I just removed it[/edit]