PDA

View Full Version : Removing the Active users from the statistics


Nikke
10-22-2006, 08:01 PM
I want to remove the part that tells how many of my users are active. It's in finnish below, but you can probably see what I want to remove. It's the Aktiivisia Jäseniä: 104 ( Same as active users: 104)

Aiheita: 1,683, Viestejä: 12,709, Jäseniä: 953, Aktiivisia jäseniä: 104
Tervetuloa uusin jäsen, SuperiorFish

How can I do this?

Code Monkey
10-23-2006, 01:44 AM
Isn't it a setting in your vBulletin Options? I believe it is.

Nikke
10-23-2006, 06:29 AM
No I don't think it is. If it is, can anyone exactly tell me where it is.

nhuhuu
11-13-2006, 12:42 PM
In the template FORUMHOME, find:

<if condition="$show['loggedinusers']">
and replace it with:


<if condition="$show['loggedinusers'] AND !$show['guest']">
That's it
Gut luck