Making Small (Who Is Online) Block

Post Reply

Topic author
TomyVk
Active Member
Posts: 5
Joined: 22. September 2008 02:06

Making Small (Who Is Online) Block

Post by TomyVk »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://vengeance.exofire.net

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hi all.
I'm trying to make a small (Who Is Online) block, but i cant get it to work.
I wanted it to be like on the phpbb3 portal.

It just wont show the different users (guests,hidden,registered,bots)

Anyone can maybe help me with it?

Here's what i got.

Code: Select all

<table class="tablebg" cellspacing="1" width="100%">
	<tr>
		<th>{L_WHO_IS_ONLINE}</th>
	</tr>
	<tr class="row1">
		<td>
			<span style="float:left;">{L_WIO_TOTAL}:</span><span style="float:right;padding-right:10px;">{TOTAL_ONLINE_USERS}</span><br/><hr/>
			<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>
		</td>
	</tr>
</table>
<br/>
I just dont get any output......[/i]

Sorry for the doubble post, my internet crashed while i was posting it.....
Post Reply

Return to “Modification Requests”