Whos Online Block
Posted: 6. October 2008 13:35
Hi
I have my Whos Online Block as a side block, it does not looks so nice on the side..
The other portal http://www.phpbb3portal.com/ uses a different style and it looks much better..
here is the code
My guess is the related php file and language files are much different to your portal..
Is it possible to get a better layout..
Thx in advance.
I have my Whos Online Block as a side block, it does not looks so nice on the side..
The other portal http://www.phpbb3portal.com/ uses a different style and it looks much better..
here is the code
Code: Select all
<!-- $Id: whois_online.html,v 1.1 2008/02/09 08:18:16 angelside Exp $ //-->
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>{L_WHO_IS_ONLINE}</h3>
<span style="float:left;">{L_WIO_TOTAL}:</span><span style="float:right;padding-right:10px;">{TOTAL_ONLINE_USERS}</span><br /><hr width="90%" />
<span style="float:left;">{L_WIO_REGISTERED}:</span><span style="float:right;padding-right:10px;">{VISIBLE_ONLINE}</span><br />
<span style="float:left;">{L_WIO_HIDDEN}:</span><span style="float:right;padding-right:10px;">{HIDDEN_ONLINE}</span><br />
<span style="float:left;">{L_WIO_GUEST}:</span><span style="float:right;padding-right:10px;">{GUEST_ONLINE}</span><br />
<small>
<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><br />
{L_LEGEND} :: {LEGEND}
<!-- ENDIF -->
</small>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br style="clear:both" />
Is it possible to get a better layout..
Thx in advance.