PDA

View Full Version : How to turn off users viewing forums while still showing users online?


Mattwhf
05-13-2016, 01:31 AM
Hi everyone,

On my forum http://forumweb.hosting I wanted to turn off users viewing forums under each forum section but when I did this, it also turned off users online in What's Going On?

how to just off users viewing forums but still showing everthing at What's Going On?

Thank you

MarkFL
05-13-2016, 01:45 AM
If you are talking about removing this:

https://vborg.vbsupport.ru/attachment.php?attachmentid=154986&stc=1&d=1463110912

Then try adding the following selector to your "additional.css" template:

.userviewing {
display: none;
}

Mattwhf
05-13-2016, 02:30 AM
If you are talking about removing this:

https://vborg.vbsupport.ru/attachment.php?attachmentid=154986&stc=1&d=1463110912

Then try adding the following selector to your "additional.css" template:

.userviewing {
display: none;
}

I know it is possible to hide with CSS but it is still consuming hosting resource if it is not turned off from vBulletin codes.

As i knew, if I enable users viewing forums then it can require more server resource hence I wanted to off this.

MarkFL
05-13-2016, 02:49 AM
You would likely have to edit a core .PHP file then.

Kane@airrifle
05-13-2016, 07:18 AM
Nevermind

Mattwhf
05-14-2016, 11:14 PM
You would likely have to edit a core .PHP file then.

Can you do that?

or can we have an easier way by creating a plugin to split this into 2 different parts?