The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reset "Most Users Ever Online"
Is there any way to reset this option and start over?
|
#2
|
|||
|
|||
i was needing to do this today too.
i didn't find a solution on th eforums, but you can do this 'by hand'... edit your db: table: datastore title: maxloggedin and very carefully edit it to what you want. in the below example, it's set to 476 as the max users: Code:
a:2:{s:9:"maxonline";i:476;s:13:"maxonlinedate";i:1115584170;} Code:
a:2:{s:9:"maxonline";i:7;s:13:"maxonlinedate";i:1115584170;} HTH! |
#3
|
|||
|
|||
Simpler way :
To reset this in vB3, run this query: UPDATE datastore SET data = '' WHERE title = 'maxloggedin' |
#4
|
|||
|
|||
even better
|
#5
|
|||
|
|||
Is there an option to exclude guests from this count?
|
#6
|
|||
|
|||
Quote:
blessed are you!!! Been looking for this. Tons of HACKS out there, but only need this. :banana: :banana: :banana: :banana: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|