02-01-2019, 01:40 PM
Not sure if you would consider this a bug or not but in users/includes/header.php: if $settings->track_guest == 1 you are setting new_user_online($user_id) however when the user logs-out, you are not removing them from the users_online table.
I see you have a remove user based on time (delete_user_online: users/helpers/users_online.php) but cant find where that may be used.
I have a solution in place to remove the logged in user when they logout in the usersc/scripts/just_before_logout.php file, but shouldn't you be removing them since you are creating this setting?
I see you have a remove user based on time (delete_user_online: users/helpers/users_online.php) but cant find where that may be used.
I have a solution in place to remove the logged in user when they logout in the usersc/scripts/just_before_logout.php file, but shouldn't you be removing them since you are creating this setting?