
02-24-2011, 04:57 PM
|
 |
|
|
Join Date: Nov 2010
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by FractalizeR
To make style adjustments just surround $activeusers2 with necessary HTML code. To make it centered try this:
PHP Code:
$activemembers .= '<br /><div align="center"><b>'.$activeusers2 .'</b></div><br /><br />';
To change the placement... It would be a little difficult, but you can open whosonlinebit template and look for some suitable variable there. And then change $activemembers into this variable name in the code of the plugin.
|
$activeusers2 appears 3 times in the mod's script. Should I apply the html code you provided in all the $activeusers2 words or in a spesific one?
|