MyBB Community Forums

Full Version: Search button scandinavian language problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo. The æøå (ÆØÅ) is working over about all the forum, but the search box in div.upper the button is strange.

[attachment=32614]

"Search" is Søk, is that the prob, and how to fix it?

css at those two parts.


#panel .upper {
	background: url(images/black/thead.png) repeat-x;
	border: 1px solid #5a656d;
	padding: 7px;
	clear: both;
	background-size: 100% 100%;
	color: #ff6600;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}
You have to change/add this in your 'global.lang'-file of your language.
$l['toplinks_search'] ="Søk";

http://community.mybb.com/thread-159112.html
(2014-09-26, 01:33 PM)wageral Wrote: [ -> ]You have to change/add this in your 'global.lang'-file of your language.
$l['toplinks_search'] ="Søk";

http://community.mybb.com/thread-159112.html

Already have that intyped...


$l['redirect_width'] = "50%";
$l['lastvisit_never'] = "Aldri";
$l['toplinks_memberlist'] = "Medlemsliste";
$l['toplinks_search'] = "Søk";
$l['toplinks_calendar'] = "Kalender";
$l['toplinks_help'] = "Hjelp";
$l['toplinks_portal'] = "Portal";
^ can we have your forum url
.m.
then you have to wait until tomorrow, I have this on localhost, and have not updated the forum yet.
This is not the biggest reason that I don't have updated it, more the "Read More" that I use on portal (using portal as landing page), when pressing Read more, the link opens in new window,, irritating, and have not found out jet how to fix that, but that is not related to this prob.
I'll give the url as soon as I have updated the forum.
(2014-09-26, 01:50 PM)BaggerHD Wrote: [ -> ]
(2014-09-26, 01:33 PM)wageral Wrote: [ -> ]You have to change/add this in your 'global.lang'-file of your language.
$l['toplinks_search'] ="Søk";

http://community.mybb.com/thread-159112.html

Already have that intyped...



$l['redirect_width'] = "50%";
$l['lastvisit_never'] = "Aldri";
$l['toplinks_memberlist'] = "Medlemsliste";
$l['toplinks_search'] = "Søk";
$l['toplinks_calendar'] = "Kalender";
$l['toplinks_help'] = "Hjelp";
$l['toplinks_portal'] = "Portal";

I'm so sorry; I gave you the wrong code.

This is the right one for the search-button on top of te page:
Ad this to your 'global.lang'-file:


$l['search_button'] = "Søk";
wageral.
thanksSmile That worked real nice... Thanks

If the language pack now work on all places, and if anyone is interested, I'll upload it.