Resource icon

Unmaintained [RainDigitalDesign] User Activity (Users Viewed, Viewing Thread) 1.1.5

No permission to download
Adjusted template modification to allow execution order changes to work.
That's all for the moment.
  • Like
Reactions: Kilany
1.1.3 changes provided by Xon
  • Moved javascript into an external file, and only include when required.
  • Minimized javascript used when not in debug mode.
  • Phrased the All/Less text.
1.1.4
  • Fixed guest count for users without privacy bypass permission.
  • Ensure valid status for session data (Viewers) for the upcoming Xenforo 1.5.8 update as suggested by Xon.
  • Fixed issue with Less button.
  • Fixed container content check.
Just a note on the guest count fix. Guests counts technically should have never worked by design. This requires a second query to be accurate. I did however only run the query for users who require it to work. This allows privacy to still work as intended.
Xenforo 1.2/1.3 Owners this is the only version since 1.0.2 that works for you. Xenforo 1.4 users need not upgrade. But you can.

Note to translators. The only change since 1.1.1 is in the files.

I forgot to version check the select statement. This has been corrected.
No need to update if you are not running XenFacil's Quote or any other addon's having style problems with this addon.

Changed class names and javascript to prevent conflicts with some addons using the class more-less or more-block in their html/js.
  • Like
Reactions: Warning
UPGRADING FROM 1.0.x
Uninstall the previous "Thread Activity" plugin as it can not be upgraded.
You will need to set your usergroup permissions again.
Extensive changes were made in 1.1 due to future planned changes.

Changelog
1.1.0
Added style properties for easy styling.
Added height limit to read container & setting to control it.
Added control over banned & activity hidden users in read thread.
Added control over showing Tapatalk viewers.
Added control over force include.

1.0.4
Controller methods to check if a thread is valid and view-able were changed to prevent extra queries.
1.0.3
Fixed online timeout cutoff being ignored.
Added support for Xenforo 1.4
Thanks to @resonansER for causing me to investigate the abnormal amount of queries. I now use a 0 query method for prevent thread redirect errors.
1.0.4 - Changed controllers to reduce queries.
1.0.3 - This is a maintenance release containing changes from the upcoming 1.1 release that is now in beta.
- Plugin now honor's new XF 1.4 permission for hiding current activity.
- Fixed performance issue with controller not being selected for session queries.
- Fixed issue with online timeout not being honored.
- Added Xenforo version check upon install
  • Like
Reactions: eva2000 and Gonanda
This is a maintenance release containing changes from the upcoming 1.1 release that is now in beta.

- Plugin now honor's new XF 1.4 permission for hiding current activity.
- Fixed performance issue with controller not being selected for session queries.
- Fixed issue with online timeout not being honored.
- Added Xenforo version check upon install
Bug Fixes
Thanks to bug reports and @Xon a bug where users are shown viewing a thread that partially matched another thread id. This update is highly recommended for anyone running this plugin!

New Features
Avatar's instead of usernames is now an option. Hovering over the avatar will display the username. This feature will be refined in the future.

Future List
The next planned feature is collapsing long read lists with the ability for a user to expand. This seems obvious and critical for large sites.
Phrases added or changed:
Phrases raindd_threadactivity_whoisviewing and raindd_threadactivity_whoread changed to support footnote phrases.
Added phrases for position options raindd_threadactivity_positionabovepagenav and raindd_threadactivity_positionbelowqr.

Changes:
Changed permissions check to prevent unnecessary queries from guests and those without view permission. This is a recommended update for all sites running the initial release. It will reduce database load from this plugin on most sites by 50% or more.

Bug Fixes:
Fixed potential issue in ViewThread controller which did not present an issue and likely never would have.
Top Bottom