vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Total Time Spent On Forums (https://vborg.vbsupport.ru/showthread.php?t=97830)

Rickie3 11-03-2005 08:41 AM

i have this installed great hack,i have it showing in post bit,is there any way you can get it to show in member list as well?

Rickie3 11-06-2005 09:23 AM

"bump" anyone please

funinthesun 11-06-2005 01:08 PM

I've installed the timeonboardinprofile but nothing shows up? Do I have to install the totaltimeonboard as well? :confused:

007 11-07-2005 02:03 AM

Um, why is this listed as an Extension when it requires a file edit of class_core.php? A little disapointing to find out after downloading. :( Is there any way this will be possible without file edits in the future?

fiber_cut 11-07-2005 04:15 AM

I installed this and done as it says I cant get it to display the timespent..

any ideas?

funinthesun 11-07-2005 08:53 AM

I've installed the timeonboardinprofile but nothing shows up? Do I have to install the totaltimeonboard as well? :confused:

Smitty 11-07-2005 09:34 AM

Quote:

Originally Posted by funinthesun
I've installed the timeonboardinprofile but nothing shows up? Do I have to install the totaltimeonboard as well? :confused:

Appears it's not supported...

funinthesun 11-07-2005 03:47 PM

So does anyone have any ideas as to why nothing is showing up then?

tnguy3n 11-15-2005 01:22 AM

Quote:

Originally Posted by Rickie3
i have this installed great hack,i have it showing in post bit,is there any way you can get it to show in member list as well?

you don't have to install both, but if you install totaltime in profile, you have to insert the query which add a new column timeonboard or you might even get database error.
here's the query:
Code:

ALTER TABLE `user` ADD `timeonboard` INT( 10 ) NOT NULL AFTER `lastactivity`;

tnguy3n 11-15-2005 01:26 AM

Quote:

Originally Posted by Rickie3
i have this installed great hack,i have it showing in post bit,is there any way you can get it to show in member list as well?

Rickie,

you can copy the function to convert times in seconds (timeonbaord) to its proper display, then create a new plugin in memberlist (probably), and change:
$post['timeonboard'] = ....
to
$userinfo['timeonboard'] = ...

in your memberlist template,
add $userinfo[timeomboard] to where you want it to show.


And sorry folks, I barely got any bare time, so support for this hack is very limited.


All times are GMT. The time now is 06:30 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
  • Page Generation 0.01549 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete