PDA

View Full Version : How to REMOVE: # of people viewing each individual forum?


mountainlife
03-08-2012, 01:37 AM
Anyone know how to remove # of people viewing each individual forum?

mountainlife
03-09-2012, 07:10 PM
Nobody?

Next to each forum it says how many people are currently viewing that forum section, any idea how to remove or turn that off?

Lynne
03-10-2012, 04:36 PM
AdminCP > Settings > Options > forum home page options > display logged in users > No

mountainlife
03-11-2012, 02:06 AM
Not what I'm looking for..

I don't have a problem showing logged in members etc

I'm trying to remove where next to each forum section it says (7 viewing)

etc

any idea? Thanks Lynne!

Amaury
03-11-2012, 03:26 PM
Not what I'm looking for..

I don't have a problem showing logged in members etc

I'm trying to remove where next to each forum section it says (7 viewing)

etc

any idea? Thanks Lynne!

Why is that a problem that it shows that?

Lynne
03-11-2012, 06:22 PM
Not what I'm looking for..

I don't have a problem showing logged in members etc

I'm trying to remove where next to each forum section it says (7 viewing)

etc

any idea? Thanks Lynne!
The two are connected. That is how you would turn the "(7 viewing)" off. Otherwise you will need to go in and modify the template to remove it.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

Bulent Tekcan
03-11-2012, 06:33 PM
I think this code generate that, I removed this code forumhome_forumbit_level1_post and forumhome_forumbit_level2_post,now everything is good.

<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>

mountainlife
03-12-2012, 05:02 AM
thanks for the help! Will try this!

--------------- Added 1331528955 at 1331528955 ---------------

I think this code generate that, I removed this code forumhome_forumbit_level1_post and forumhome_forumbit_level2_post,now everything is good.

<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>

that was it, thanks!

Had to remove it from 2 places for some reason