![]() |
Alternatively to the above question, Is there any way to hide ALL the names? and only show the one line quoting the members and guests figures in the last XX hours?
|
Great mod! Thanks for creating it.
But, I'm disabling it until I can modify which usergroups get displayed. I don't want Users Awaiting Moderation to show. |
^^ more or less in the same boat as me then, trying to exclude a certain usergroup. It would be great if the coder could be of some assistance.
|
Hi,
Currently, I don't seem to have the hide_errors() problem, but in case this helps others who are on vBulletin v4.1:
Before I made the above changes, I was getting a deprecation warning for function split(). After I made the above changes, the deprecation warning went away, and I think 'tis all working... In order to access the plugin code you have to go via AdminCP > Plugins & Products > Plugin Manager. Hope this helps. |
Thank you for the Product ;)
Quote:
How can I translate "Registered Users - Administrators - Moderators" to French? http://imageshack.us/a/img707/3307/l5i.png Thank you :up: |
After upgrade to 4.2.1, "total visitors" always =1 !
for example, 500 members and 1 visitors ! |
how to delete usergroup legend under list user?
|
I need Visitors In Last X Hours in forum sideblock
|
i upgraded from 4.2.1 to 4.2.2 and a message appeared on top of my forum:
"Warning: Function split() is deprecated in ..../forum.php(791) : eval()'d code on line 2" and i found out that its because of Visitors In Last X Hours plugin. i disabled the plugin and error message went away. what can i do to fix this? |
ACP --> Plugins & Products -->Plugin Manager find the one that is titled, VSa - VILXH - SA, in that plugin find
Code:
if (($_REQUEST['show']=='vilxh_users') AND $vbulletin->options['vsa_visitorslastx_enable'] AND ($vbulletin->options['vsa_visitorslastx_cutoff']>0) AND !is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['vsa_visitorslastx_exclgroups']))) Code:
if (($_REQUEST['show']=='vilxh_users') AND $vbulletin->options['vsa_visitorslastx_enable'] AND ($vbulletin->options['vsa_visitorslastx_cutoff']>0) AND !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['vsa_visitorslastx_exclgroups']))) Code:
if ($vbulletin->options['vsa_visitorslastx_enable'] AND !is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['vsa_visitorslastx_exclgroups']))) Code:
if ($vbulletin->options['vsa_visitorslastx_enable'] AND !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['vsa_visitorslastx_exclgroups']))) |
All times are GMT. The time now is 05:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|