Quote:
Originally Posted by Alex@bulletin
Hi Dude!
I like your idea and wanted to provide a little translation to german but you seem to be out of phrases
The mod is perfect if you could phrase the following displayed texts - concerning the situation that noone from the staff is online:
Finally the mod seems to work as you can see - I tried on 4.2  :up:
|
It is not phrased that is true, but it is something you can edit via the configuration at the top of the PHP code.
If you have need to use phrases you can create the custom phrase(s) in GLOBAL phrases and in the top of configuration set the options such as:
PHP Code:
$nostaffuser = $vbphrase['staff_online_none'];
$nostaffusertitle = $vbphrase['staff_online_no_one_online'];
You just have to create those two phrases (staff_online_none and staff_online_no_one_online) in Phrase Manager.
Quote:
Originally Posted by tomrep
my vb is not reconizeing
Code:
.bop5staffimg {
max-width: 40px;
max-height: 40px;
min-width: 40px;
min-height: 40px;
padding: 0 4px 2px 0;
float: left;
}
.bop5staffli {
height: 42px;
}
.bop5staffol {
padding: 1px;
}
.bop5staffuser {
font-size: 110%;
}
.bop5staffhr {
display: none;
}
|
That code goes in your additional.css template of each style you use- are you sure you put it in the right location?
If so I need a link to your site to check.