Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Time/Days spent on board Details »»
Time/Days spent on board
Version: 1.1.3, by hurik hurik is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.4 Rating:
Released: 12-15-2006 Last Update: 01-25-2007 Installs: 244
DB Changes Uses Plugins Template Edits
Re-useable Code  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 06-13-2008, 07:13 PM
farsgsm farsgsm is offline
 
Join Date: Jun 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed this hack and activate it in "vBulletin Options" -> "Thread Display Options (showthread)".

but nothing special diplayed in my postbit
what's problem
Reply With Quote
  #103  
Old 06-14-2008, 04:16 PM
red-dna red-dna is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it was working fine in 3.6.5 but now, after update to 3.7.1 is stop working
It show the old statistics, but in Profile it show "-"
Time, days, etc. on Forum: -
and it is not counting any more

I try to unistall it and installed again but now it give
Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT userid,
username,
timeonboard,
IF(options & 512, 1, 0) AS invisible
FROM vb_user
ORDER BY timeonboard DESC;

MySQL Error : Unknown column 'timeonboard' in 'field list'
Reply With Quote
  #104  
Old 06-15-2008, 11:29 AM
red-dna red-dna is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by red-dna View Post
it was working fine in 3.6.5 but now, after update to 3.7.1 is stop working
It show the old statistics, but in Profile it show "-"
Time, days, etc. on Forum: -
and it is not counting any more

I try to unistall it and installed again but now it give
Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT userid,
username,
timeonboard,
IF(options & 512, 1, 0) AS invisible
FROM vb_user
ORDER BY timeonboard DESC;

MySQL Error : Unknown column 'timeonboard' in 'field list'
i create the 2 fields manualy and now is counting
But in Member Profile is still shows blanks "-"
Maybe is the hook location, i try some but no luck

Any help?
Reply With Quote
  #105  
Old 07-14-2008, 07:02 PM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

waiting for vb 3.7
Reply With Quote
  #106  
Old 07-22-2008, 03:56 PM
Chris583 Chris583 is offline
 
Join Date: Jan 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=184720&highlight=time+spent+onlin e" target="_blank">https://vborg.vbsupport.ru/showt...e+spent+online</a>

similar mod for 3.7
Reply With Quote
  #107  
Old 11-06-2008, 03:51 PM
guydogg guydogg is offline
 
Join Date: Jan 2005
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has then been any resolve on getting it to work in the postbit_legacy?
Reply With Quote
  #108  
Old 01-10-2009, 11:19 PM
Tyran1 Tyran1 is offline
 
Join Date: Jan 2007
Location: Deutsches Reich
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working with 3.8.0
Reply With Quote
  #109  
Old 03-01-2009, 12:53 PM
khurtsiya khurtsiya is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works with 3.8.1?
Reply With Quote
  #110  
Old 08-04-2009, 06:52 PM
Itchy Nips's Avatar
Itchy Nips Itchy Nips is offline
 
Join Date: Jun 2009
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working in 3.8.3:
nothing displays in postbit and also database error when viewing the statistics page

i will uninstall since its not working for most people using 3.7+
Reply With Quote
  #111  
Old 11-29-2009, 05:13 PM
SiLkk SiLkk is offline
 
Join Date: Sep 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This does not work with 3.8 and I cannot get the profile box where this used to display to go away, anyone help?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05126 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete