The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Time/Days spent on board Details »» | |||||||||||||||||||||||||
Please don't use this hack with Time Spent On Board from tnguy3n!
My hack doesn't need any code changes. The capture function doesn't need any extra query! Description: This hack adds to the profile: - the time a user spend on board, - the count of days a user spend on board, - the average time he spent a day he has visited (time/day) - and it shows when it was installed. The date and time is automatically added into the phrase. More features: - When you want you can activate the postbit indicator. - A Statistic site: - - Shows the time/days spent on board of all users. - - Top Ten of the user how had spent the most time on board. - - User sees her own place. - When an user is invisible only user can see her time which have the rigt to see invisible users. The time/days capturing starts with the installation. It is not possible to get any time befor the installation, it can't look in the past. Sorry for the German screenshot! Live Demo: Profil: http://www.portablegaming.de/member.php?u=1 Statisticsite: http://www.portablegaming.de/misc.php?do=tdobstats Thanks go to Andreas for his help! German Version: http://www.vbhacks-germany.org/showthread.php?t=6704 Details: 1 Produkt XML (8 plugins, 13 phrasen, 7 templates und 4 template modification) History: 1.1.3 Again a stats fix. Small changes in the template changes. Who's Online display now working. 1.1.2 Small bug corrected in the stats. 1.1.1 The stats where optimized. 1.1.0 Added the statistic. Included the Postbit addon. 1.0.5 Again a little update for the time capture function. Now it is working without problem. 1.0.4 The time capture function was updatet! 1.0.3 The day capture function was updatet! Now it is working without problem. 1.0.2 Little updates in the code. 1.0.1 Small update in the template changes (When an user is invisible his time/days isn't shown to other user, only user can see their time/days and user who can see invisible people). 1.0.0 First version. Installation: 1) Import the product. 2) Make the template changes which you find in the templateedits-timedaysonboard.txt file. (When you have the TMS installed you don't have to make the template changes ... ) 3) When you want you can activate the postbit display in "vBulletin Options" -> "Thread Display Options (showthread)". Update: 1) Import the product and overwrite the old on. 2) Check the template changes and make the new ones. Sorry for my bad English. When there is something wrong or in bad English than please say it that I can correct it. Show Your Support
|
Comments |
#22
|
|||
|
|||
installed in vb 3.6.4 and dont work too ;S
|
#23
|
|||
|
|||
hmmm ... have you checked the template changes?
1. Search in the postbit_legacy template for: -------------------------------------------------------------------------------- HTML Code:
<div> $vbphrase[posts]: $post[posts] </div> and replace it with: -------------------------------------------------------------------------------- HTML Code:
<div> $vbphrase[posts]: $post[posts] </div> <if condition="$show_p_tdob"> <div> $vbphrase[tdob_time_on_board]: <if condition="$post['timeonboard'] >= 1"><if condition="$show['timespentyears']">$timeboardspent[year] <if condition="$timeboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['timespentmonths']">$timeboardspent[month] <if condition="$timeboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['timespentweeks']">$timeboardspent[week] <if condition="$timeboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if>, </if><if condition="$show['timespentdays']">$timeboardspent[day] <if condition="$timeboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if> $vbphrase[tdob_and] </if>$timeboardspent[hour]:<if condition="$timeboardspent[min]<10">0$timeboardspent[min]<else />$timeboardspent[min]</if>:<if condition="$timeboardspent[sec]<10">0$timeboardspent[sec]<else />$timeboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if> </div> </if> 2. Search in the postbit template for: -------------------------------------------------------------------------------- HTML Code:
<div> $vbphrase[posts]: $post[posts] </div> and replace it with: -------------------------------------------------------------------------------- HTML Code:
<div> $vbphrase[posts]: $post[posts] </div> <if condition="$show_p_tdob"> <div> $vbphrase[tdob_time_on_board]: <if condition="$post['timeonboard'] >= 1"><if condition="$show['timespentyears']">$timeboardspent[year] <if condition="$timeboardspent[year] == 1">$vbphrase[year]<else />$vbphrase[years]</if>, </if><if condition="$show['timespentmonths']">$timeboardspent[month] <if condition="$timeboardspent[month] == 1">$vbphrase[month]<else />$vbphrase[months]</if>, </if><if condition="$show['timespentweeks']">$timeboardspent[week] <if condition="$timeboardspent[week] == 1">$vbphrase[week]<else />$vbphrase[weeks]</if>, </if><if condition="$show['timespentdays']">$timeboardspent[day] <if condition="$timeboardspent[day] == 1">$vbphrase[day]<else />$vbphrase[days]</if> $vbphrase[tdob_and] </if>$timeboardspent[hour]:<if condition="$timeboardspent[min]<10">0$timeboardspent[min]<else />$timeboardspent[min]</if>:<if condition="$timeboardspent[sec]<10">0$timeboardspent[sec]<else />$timeboardspent[sec]</if> $vbphrase[hours]<else />$vbphrase[tdob_nodata]</if> </div> </if> 3. activate the postbit display: admin controll panel -> "vBulletin Options" -> "Thread Display Options (showthread)" -> the last option. |
#24
|
|||
|
|||
yup.. still doesn't work on 3.6.4, thats like 3 people its not working for
|
#25
|
|||
|
|||
Quote:
i have tested it on my board and on my testboard at it works fine ... |
#26
|
|||
|
|||
hi,
i have uploaded version 1.1.3. it fixes this problems: - Again a stats fix. - Small changes in the template changes. - Who's Online display now working. is someone using the postbit display and it works for him? next week i will include the usergroup managment. |
#27
|
|||
|
|||
its unfortunately still not working..
however.. their is another Time Spent on Board thread for 3.6.4 & its working just fine for me. But thanks for your effort. |
#28
|
|||
|
|||
Like I asked in the other thread, how do I make it so only admins can see this feature?
|
#29
|
|||
|
|||
this feature will come in the next version.
|
#30
|
||||
|
||||
installed but same for me wont show in postbit nor legacy even after activating Thread Display Options (showthread)
|
#31
|
||||
|
||||
Will try once the next version is release with the usergroup options. also can you make it so the plugin changes the templates also rather then a manual edit?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|