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 |
#82
|
|||
|
|||
Thanks for your reply. I have tried changing phrases but unfortunately this will not make it short enough.
I would be grateful if you implement the ability to change the format of the time display in your next release. |
#83
|
||||
|
||||
Quote:
You do lose a tiny bit of the precision (aka the seconds) and some of the breakdown (aka years, months & weeks), but it still shows whats needed, and the profile still shows the full breakdown. |
#84
|
||||
|
||||
Is there any reason other than the micro phrases to upgrade? And if so, does it reset the clock?
thanks... |
#85
|
|||
|
|||
any chance to calculate the time already spent or does this hack just count from the time installed?
|
#86
|
|||
|
|||
do I need to install the update ?
and most importantly, does it reset the time spent ? |
#87
|
||||
|
||||
Quote:
Quote:
If you don't want the micro phrases then not really, however the upgrade does have a template group to help clean up your style manager. |
#88
|
||||
|
||||
Nice little mod, thank you. As long as my members boss's don't see it, I think everybody will like it.
|
#89
|
||||
|
||||
thanx for update man
here is Arabic translation for IWT - Time Spent Online (v1.2.3) |
#90
|
|||
|
|||
How to make it choosable by user with profile-field to show it in postbit?
This doesn?t work Code:
<vb:if condition="$post['field10'] != 'Nein' OR $post['field10'] == ''"> <vb:if condition="$timespentonline_formatted"> <dt>{vb:rawphrase iwt_timespentonline}</dt> <dd>{vb:raw timespentonline_formatted}</dd> </vb:if> <vb:if condition="$timespentonlineperday_formatted"> <dt>{vb:rawphrase iwt_timespentonline_average}</dt> <dd>{vb:raw timespentonlineperday_formatted}</dd> </vb:if> </vb:if> |
#91
|
||||
|
||||
That looks right, however I would do it this way:
HTML Code:
<vb:if condition="$post['field10'] == XXX"> <vb:if condition="$timespentonline_formatted"> <dt>{vb:rawphrase iwt_timespentonline}</dt> <dd>{vb:raw timespentonline_formatted}</dd> </vb:if> <vb:if condition="$timespentonlineperday_formatted"> <dt>{vb:rawphrase iwt_timespentonline_average}</dt> <dd>{vb:raw timespentonlineperday_formatted}</dd> </vb:if> </vb:if> And where XXX is you would put, "Ja", 1, true... or whatever your yes is stored in the database as... as per why your current one isn't working, all I can say is its probably not storing a "Nein" in the database but most likely a 1 or 0 (true or false). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|