Quote:
Originally Posted by eurofunny
I find the Time disabled only for guest is good. Is there a way to do this or for the next Update activated for Usergroups.
|
You can do this by editing chatbox.php, find
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
after that, add
if ($vbulletin->userinfo['userid'] == 0) { $showtime = 0; }