Language bar

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

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, 05:53, edited 1 time in total.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3558
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

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, 18:45, edited 2 times in total.
Locked