MyBB Community Forums

Full Version: How to add danish letters in the memberlist:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added in memberlist.lang.php


$l['v'] = "V";
$l['w'] = "W";
$l['x'] = "X";
$l['y'] = "Y";
$l['z'] = "Z";
$l['æ'] = "Æ";
$l['ø'] = "Ø";
$l['å'] = "Å";
?>

but the letters ØÆÅ will not appear.
Language strings need to be called in templates with something like this:
{$lang->v}

If you're trying to put these strings into posts, then I can't help you, as I don't know how to do it.
I changed to

$l['x'] = "X";
$l['y'] = "Y";
$l['z'] = "Z";
$l['æ'] = "Æ";
$l['ø'] = "Ø";
$l['Ã¥'] = "Ã…";
?>

now the links are working, but they remains invisible.

It is the only place where I have problems with æøå

http://forum.hestekatalog.dk/memberlist.php
I had to edit template - memberlist - there was a difference between uppercase and lowercase letters