Online Users

Heartless

Up-and-Coming Sensation
Joined
Nov 8, 2009
Messages
435
Reaction score
0
FP$
6
I've created a new page on my phpbb forum and made it the homepage. What i want to do is add a link to the new page directing people to the forum. Beside the forum link i would like it to display how many users are currently online on the forum. I have tried Forum ({TOTAL_USERS_ONLINE}) but that did not display the information i want.

The output was

Forum (In total there are x users online :: x registered, x hidden and x guest)

I just want to show the part in red inside the brackets near the forum link, like this.

Forum (x users online)

Does anyone know how i can do this?
 
Well if you make a new function with just the information you want then call it from your homepage you can easily achieve this, just only include the bit where it will say something like 'users online', it should be the first line of the current one.
 
Back
Top Bottom