@BamaStangGuy needs to release an update that includes the JS file. Then the names will be hidden properly.
The attached ZIP file contains a file called who_visited.js.
Please extract that file and upload it to:
js/whohasvisited
You may need to create the "whohasvisited" directory.
Good stuff.
I think the latest download package is missing a javascript file so make sure you add that manually, based on these instructions:
Ordinary members won't see hidden users in the block but staff can.It won't show anyone who hides their online status.
Maybe it's that.
It won't show anyone who hides their online status.
Maybe it's that.
I need more details to help you debug this.
Can I get a URL to your site? There's not much that can cause this to go wrong.
Is it this one?
My XF forum Gearhead Central
SELECT
user.user_id, user.username,
user.avatar_date, user.last_activity,
user.visible, user.is_banned,
user.display_style_group_id, activity.view_date
FROM xf_user AS user
LEFT JOIN xf_session_activity AS activity ON
(user.user_id = activity.user_id)
WHERE last_activity BETWEEN
1378473515 AND 1378559972
ORDER BY last_activity DESC
If you run this query on your database do you see more people than is displayed in the sidebar block?Code:SELECT user.user_id, user.username, user.avatar_date, user.last_activity, user.visible, user.is_banned, user.display_style_group_id, activity.view_date FROM xf_user AS user LEFT JOIN xf_session_activity AS activity ON (user.user_id = activity.user_id) WHERE last_activity BETWEEN 1378473515 AND 1378559972 ORDER BY last_activity DESC
If you're running XenForo 1.2.x you should have this file:
http://www.gearheadcentral.com/deferred.php
But you don't.
I think you need to reupload all of your XF 1.2.1 files.
We use essential cookies to make this site work, and optional cookies to enhance your experience.