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`;