MyBB Community Forums

Full Version: Users browsed thread / who viewed topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
This plugin show users who viewed thread.
It adds additional list after "Users browsing this thread".

Admin can simply edit global templates with list and list element.
Plugin also allows to enable / disable collect data and view list only for logged-in users.


Download from plugins database:

http://community.mybb.com/mods.php?action=view&pid=169


Issues / proposals on GitHub:
https://github.com/lukasamd/MyBB-Users-Browsed-Topic
Pretty interesting and useful to keep track of visitors thanks for sharing this!!!!
Thanks for this plug-in
Thanks!
I hope thjis don't increase the number of queries in showthread!
(2014-09-21, 04:02 PM)alv4 Wrote: [ -> ]Thanks!
I hope thjis don't increase the number of queries in showthread!


Only one question to update view date, and one to grab users list, so, don't worry Wink
Version 1.1.0

    * add option to display last visit time on mouse hover
    * add option to sort list by username, UID, GID and visit date
    * small changes in locale       
Bug with time - hover on the nickname -> all nicknames have same time Sad
Thanks for info!
Fixed version is in mods database


Version 1.1.1
* fix SQL bug (no default select value)
* fix date info on hover (invalid variable name)
A couple of remarks on this plugin:

1) The timestamp (on mouse hover) shows the time when the user first visited the thread, not when he last visited it (as should be, I suppose).

2) If a hidden user visited a thread, this is shown explicitly to any registered user (not just to admins and mods). I think this contrary to the notion of a "hidden user"
Hey there I tried your plugin today while activating I get this message :

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('NULL','usersBrowsedTopic','Users Browsed Topic','Settings for plugin \"Users Browsed Topic\"','29','0')
Please contact the MyBB Group for technical support.

I think the plugin has got some problem and I am using MyBB 1.8.2 version with Mysql 5.6 running on IIS 8 on Server 2012 R2 !!
Pages: 1 2 3 4 5