The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
IWT - Time Spent Online Details »» | |||||||||||||||||||||||||||||||||||||||||||
Notice
There are two versions of this modification. This is the vBulletin 4.x version, you can find the vBulletin 3.8 version here: https://vborg.vbsupport.ru/showthread.php?t=243221 Current Stable Version Version 1.2.6 What is it? This modification will add a counter to your forums that will record/track how much time your users have spent online. And output it in various sections of the site (EX: Time Online: 5 Months 2 Weeks 1 Day 15 Hours 44 Minutes 33 Seconds). Features
Demo You can see this product in action here. Settings Admin Control Panel Options to Toggle:
Installation/Upgrade See included file. Release Notes Version 1.1.1Known Bugs
We currently are talking about making an average time per day (similiar to the posts per day) (Added in version 1.1.1) We also have plans to make a leaderboard for so people can see who spends the most time floating around the site. (Added in version 1.2.0) We are planning to add in more settings at some point to give quite a bit more control over the system.(Added in version 1.2.0) Support This modification is released for free and as such we don't officially support it, but as time permits we will try to offer support on it. You are more likely to get a response over at our site as we wont be checking this thread frequently. This modification brought to you by Ideal Web Technologies. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
Teascu Dorin |
Comments |
#122
|
||||
|
||||
Error on VB4.1.2
PHP Code:
|
#123
|
|||
|
|||
installed on 4.1.2 all fine here.
had to make a few small edits to the post bit to line it all up. |
#124
|
||||
|
||||
Just an idea of something i thought would be nice to have for a forum, a stats section that shows the total combined times/average times for all users.
|
#125
|
||||
|
||||
Is it possible to enable for some users to hide results from this mod?
I'd like to create user profile field, and depending on their answer (yes/no) the online time for them is shown or isn't. Default would be of course yes. And that goes only for showing online time, time is tracked and if user chooses so he could show it again. |
#126
|
||||
|
||||
Ok, I managed to to enable disable showing online time in postbit.
In short, you need to create new user profile field, choose that it is single selection menu, and option set default should be set to None. In options you set only one: Off (or whatever you want to call it, it doesn't matter). In postbit legacy (or postbit) you need to find: {vb:raw template_hook.postbit_userinfo_right_after_posts} After this add: <vb:if condition="!$post['field8']"> {vb:raw template_hook.postbit_userinfo_right_after_posts2} </vb:if> If you don't add template hook with 2 at the end, you'll turn of all additional postbit info if you use it (and usually you do). After this, you need to change hook that plugin "Postbit: Fetch Total & Average Time Online" uses (find it under Product : IWT - Time Spent Online) At the very end just add to the hook plugin calls: $template_hook['postbit_userinfo_right_after_posts2'] .= $templater->render(); That's it. Users now can disable online time in their postbits. But not in profile, or leaderboard. ----------------------------------- Also, I found minor bug. If users online time is full hour (seconds doesn't matter), there's N/A after hours (mining, there's no minutes to be shown). It's if you use Use Micro Phrases (Postbit Only!) option. And maybe with other options, but I didn't test it. You need to have user who's time online is a round hour to see it. |
#127
|
|||
|
|||
I have had this running for a few days now and love it.
I am not sure if this is a bug or a lack of understanding but I am a bit confused. In the postbit the Avg. Time Online is just showing Seconds and they are usually no more than 10 secs for all my users. In post bit: Here are my stats: Time Online 6 Hrs 47 Mins 1 Sec Avg. Time Online1 Secs In my profile and leader board: Time Online 6 Hrs 52 Mins 39 Secs Avg. Time Online 1 Hr 47 Mins 27 Secs In the settings the only thing that is ticked no is "Use Micro Phrases (Postbit Only!)" Also is there anywhere on the board if a user leaves the board open on their screen it keeps logging time? I have a couple users that their stats are huge and talking to them they are not active all of that time. My time out is set to 15min of no activity thank you in advance for any help. I am just trying to get a better understanding |
#128
|
||||
|
||||
I too saw this difference between postbit and profile. Not sure why, but there it is...
|
#129
|
|||
|
|||
A great mod, and I am already liking its use very much, and am thankful for developers like yourselves taking out time and effort, to provide us with such free modifications and add-ons.
With due respect, there is a small bug fix that would be nice (which should be a stroll in the park for coders like you). The issue is in the postbit, when this mod is used with Abe1's Post Thank You Hack. So what happens is that the time online is displayed along with the X Thanks in X Posts line which makes reading confusing. If this is not clear, I have posted an image. You could have a look. Thanks again for your time. For the time being, I have disabled showing the Thank You, but I would really love to have this working. |
#130
|
||||
|
||||
This is bug in Abe's mod, not in this one. As Abe stopped supporting his, you can forget about updates from him.
But, there's always hope. You could use DragonByte's pro version. Pro version enables importing data. Or wait for someone to make mod that uses information from Abe's. |
#131
|
||||
|
||||
Just wanted to let you all know if you didn't notice, we updated the plugin to fix the one Average Time issue in the postbit.
Also, thanks for give support to the others Alan_SP. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|