MyBB Community Forums

Full Version: who viewed thread plugin Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i have change the database and re import my forum  when i try to re install the plugin users browsed topic 1.3.0 i have an error

when i try to access to a thread

1146 - Table 'databaseNew.mybb787777_threadsread_users does not exist


my new database name is databaseNew   and the prefix is the same mybbprefix  is mybb787777


what can i do ? can i edit the plugin .php file to add something into ?
Run this query in your database

CREATE TABLE mybb787777_ threadsread_users(
                    tid INT UNSIGNED NOT NULL,
                    uid INT UNSIGNED NOT NULL,
                    dateline INT UNSIGNED NOT NULL,
                    UNIQUE KEY (tid, uid));
(2023-11-26, 07:41 PM)Mostafa.Shiraali Wrote: [ -> ]Run this query in your database

CREATE TABLE mybb787777_ threadsread_users(
                    tid INT UNSIGNED NOT NULL,
                    uid INT UNSIGNED NOT NULL,
                    dateline INT UNSIGNED NOT NULL,
                    UNIQUE KEY (tid, uid));


the problem now is from admin panel in configuration at the botton of the page normaly i have who viewed thread i can click on it
and have a lot of setting to choose like the other plugin but its not there its not appear and now all our user can see who viewed thread how
i can just allow our Super admin to see