The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Most Users Ever Online Statistic.
Anyone know how to reset (if possible) the "Most Users Ever Online Statistic" found in the "What's Going On" area?
Looked in the Admincp area...but couldn't find anything...maybe need to dig deeper. Thanks |
#2
|
||||
|
||||
I think you'd have to run a query to edit the 'datastore' table. At vBcom, the advice given is to manually run this query:
Code:
UPDATE datastore SET data = '' WHERE title = 'maxloggedin'; |
#3
|
|||
|
|||
Nice. That certainly looks much more involved than a nice-easy reset button in the admincp (if there was one)!
Thanks MarkFL...appreciate it. |
#4
|
||||
|
||||
Quote:
Easy enough to paste this into ACP/Maintenance/Execute SQL Query/ Manual box and click "Continue." |
#5
|
|||
|
|||
Quote:
It really would have been great if vBulletin had incorporated a "reset" button in the admincp for that most ever users online statistic. That statistic can be so easily manipulated...and being able to easily reset it would be handy for when a website is significantly altered...and generating a "new" most users ever stat under the new conditions would be useful. Thanks |
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Thank you sir...appreciate it.
|
#8
|
||||
|
||||
I mean, it's quite simple really even if you've never done it.
|
#9
|
|||
|
|||
Quote:
I think that part that had me concerned was with MarkFL's first post in the tread about doing things on a test site...rather than the live site (which could indicate some level of risk). But then MarkFL said he did it...and things worked fine. Thanks |
#10
|
||||
|
||||
Quote:
Could sound ominous, but really it's not. It's just part of "best practices" not to do stuff like that on your live site without first trying it on a tester. And it's "best practices" to recommend testing first. You never let us know if you ran the query or not, and if so did it get you where you wanted to be. |
Благодарность от: | ||
MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|