thanks a lot!
it works fine,
language ID = 4 is my english language..
Code:
if (THIS_SCRIPT === 'misc')
{
if ($vbulletin->userinfo['languageid'] == '4')
{
$css = '.german {display: block;}.german {display: none;}';
}
else
{
$css = '.english {display: none;}.english {display: none;}';
}
$template_hook['headinclude_css'] .= '<style>' . $css . '</style>';
And the empty field is only because I putted html code to format the text..
my text shows like this:
Code:
<br>
<font size="3"><b>1. Verhalten im Forum:</b></font><br>
<br>
<b>?1 Seid freundlich und hilfsbereit zueinander</b><br>
Wenn du nichts Positives schreiben kannst, dann schreibe lieber nichts.<br>
When I edit this, it shows nothing.
when I put a text without html code, the text will be displayed, but without formatting.