TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 26, 2024, 12:09:56 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,173
  • Total Topics: 21,219
  • Online today: 100
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 89
  • Total: 89

Users online

Started by haktanir, February 21, 2006, 09:29:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

haktanir

Could someone pls tell me the code for showing users online, without showing the whole stats box?

feline

create a php block and use ssi function
ssi_whosOnline()

Fel

haktanir

I've been trying that but just get an empty box.

I chhose PHP box and enter exactly what u said.

crip

try it like this in php box     ssi_whosOnline();

haktanir

yes thank you that worked!  :)

feline

spend crip many, many ";" for all I forgott  :2funny:

haktanir

lol

by the way is there a way to make the font smaller within this box?

crip

Quote from: haktanir on February 21, 2006, 10:25:03 AM
lol

by the way is there a way to make the font smaller within this box?

not sure, i think it goes along with whatever your Theme font size is..?

haktanir

yup it goes with standard font size
I was hoping og having the names smaller like in the default stats box

feline

try this in your box:

echo '<span class="smalltext">';
ssi_whosOnline();
echo '</span>';


Fel