![]() |
Thanks for the 3.7 port :)
|
Quote:
|
Sweet thanks!!!
|
Quote:
Paul can you let me know which table and record your mod is storing it's information in please, specifically the 'Most members online in a day'? *Edit - Scrap that. I'm thick lol. It is the same 'maxloggedin' record in the datastore table, just at the end. Thanks Sy |
Just awesome thank you!
|
how to restar the counter?
thank you |
No easy way.
|
Quote:
|
Nope, well saying that depends on what you want to reset. If you wanted to reset the counter to 0 with todays date then yes a simple SQL query on datastore to change the value to 0 with todays date then the following:
Code:
UPDATE datastore SET data = 'a:4:{s:9:"maxonline";i:0;s:13:"maxonlinedate";i:1219276801;s:15:"maxvisitorsdate";i:1219276801;s:11:"maxvisitors";i:0;} However if you want to reset the max users online figure with a date in the past you'd need to change that query so that the bits in red fit your criteria. To calculate the date in unix time I've used this online calculator. Anyway further details, written by someone who has a clue of what they are talking about, can be found HERE. Sy |
Dont run that query as is, it will cause a lot of damage as it as it doesnt specifically reference the maxloggedin record, but even if it did - running it will wipe out other dates/values stored in that record.
Like I said, there is no easy way. Most things can be done if you have the knowledge and experience. |
A lot of damage PMSL. At least back this claim up so that I know what I'm meant to of done wrong and can learn.
The original code is taken directly from vb.com, as linked, and adapted to change the value shown by your mod. I informed people to double check it first, I'm not a SQL coder as should be apparent and do not pretend to be, but as it worked for me on my test, and now live, site I figured someone else with more knowledge would be able to take it and clean it up/refine it. But more then anything I thought it might actually help some people with, what looks to be, a common problem. As far as I can see the only other dates/values that would be reset is the 'Most users ever online' value, which I wanted it to do as both needed resetting. You state there is no easy way, but then tease people that if they had knowledge and experience that they could do it. So why not just explain how it's done and let people then decide themselves if they have the relevant knowledge or experience to take the task on and make the change(s) properly? |
Quote:
Quote:
But I remembered that one time this counter was restarted alone... |
Installed..Thanks
|
I know if I change my cookie setting to more than 15 min I can increase my online users. I was wondering if it is possible to display users online in the last 30min, 1hr, 3hrs etc as a method to spike the number but keep the 15 min setting for cookies?
|
Installed. Thank you!
ver. 3.7.2 PL 2 |
Quote:
|
Great Mod! Iv been looking for something like this thanks so much :)
|
to add visitors?
|
Quote:
|
It works on vb 3.7.3.
Also is there a way to make it show how many guests have been online within 24 hours?? |
From the main post ;
Quote:
|
Oh right sorry I must not of read that part. Anyway thanks for the mod!
|
Is there any way to have your mod at the bottom but do away with the Currently Active Users and just have yours? If I turn the show active users off in the cp, your's goes away as well.
|
Its possible if you edit the forumhome template.
Change ; Code:
<!-- end logged-in users --> Code:
</if> |
Thanks for this
|
thanks!
|
didn't work for me? Is there something else I'm missing?
Also, what does rolling mean? Is it constantly rollling or cutoff at some point and then roll? |
Quote:
Quote:
|
It still doesn't work for me but no worries, I'll just leave it along with your mod.
|
good one dude
|
Installed thanks :up:
|
Hello,
Thanks a lot. It is great. but please help me. How to put ( small image ) between the nick names ? |
Installed on 3.7.2. Works like a charm out of the box :up:
|
thanks a lot .. :)
|
Paul M, in you product files for 3.7 you forgot to "fix" version numbers for language phrases.
Like this: Code:
<phrasetype name="GLOBAL" fieldname="global"> Code:
wpt_posted_today_24 (GLOBAL)
|
Quick install, instant value. Thanks so much for this!
|
Quote:
Quote:
|
I've been searching all over, but I can't seem to find where I can remove the comma's and spaces between the listed usernames.
Anyone? :) |
Why would you want to ?
|
Quote:
I wanted to say then that it seems to me that it would be appropriate to correct version in phrases. I didn't want to offend you! :) I now trying to understand why such things happening with translation during the upgrade of the forum. |
All times are GMT. The time now is 02:00 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:
|