Language bar

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Language bar

Post 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> 
Last edited by Fire-Fox on 20 Apr 2010, 03:53, edited 1 time in total.

Re: Language bar

Post 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

Post 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]
Last edited by Fire-Fox on 20 Apr 2010, 16:45, edited 2 times in total.