MyBB Community Forums

Full Version: View Unread Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Yes, also with 7.1
(2017-05-17, 12:11 PM)Sasori Wrote: [ -> ]
(2017-05-11, 10:07 AM)lukasamd Wrote: [ -> ]Use SQL... yes, it's possible.

UPDATE mybb_users SET lastmark = UNIX_TIMESTAMP()

Thanks you!

And last question, this is compatible with PHP 7.0?

This isnt PHP. This is a MySQL command in which you can give to your database to mark all persons timestamp to now AKA make all users mark all posts as read.
We are having some issues with the plugin. Sometimes (seems at random) that when you read the thread the plugin does not mark it as read. People will look at the thread, but when they go to the board it still shows as unread.

Quote:I read the thread then went to the forum. I saw that is still in bold. So I opened the thread again. Then back to the forum. And still bold. I did this two or three times more as I was thinking that someone is changing something. But so often for 2-3 seconds? Finally, I marked allĀ forums as read and that fixed it.
User must go to last thread page to mark it as read.
(2017-05-31, 02:00 PM)lukasamd Wrote: [ -> ]User must go to last thread page to mark it as read.

I dont think that is the problem. For example some threads that this occurs has only 3 posts, and all of them on one thread page still.
It may be also something like aggresive cache on server side. Try check "send no-cache" in MyBB settings (it's build-in option). I can't reproduce this bug on middle board (200k+ posts).
Hi lukasamd,
I have "view unread posts" installed multiple times in MyBB. But it does not work. In the German MyBB support I had contact with Admin "MrBrechreiz". He has checked my entire installation of "view unread posts". It's all right. At him it functions perfectly, at me not. I have already installed several plugins. There was never a problem. With each of your plugins, however, there is always the same problem. The plugin does not appear in the forum. An error message appears (blank page error 500). What am I doing wrong? Can you please help me? Thank you! Sorry for my bad english.

Keddo

PHP: 5.3.3
SQL Engine: My SQLi 5.1.73
Server-Auslastung: 0.02
MyBB Version: 1.8.12
Attachments: 123 - 65,64 MB
I think your PHP version is too old. I use short syntax for arrays and it needs PHP 5.4 or higher version.
Hi,

I have installed the newest PHP on the server. All is working fine.

Thanks for your kind help!
doesnt work for 1.8.12?

edit my php is : 5.3.19

will try higher

ty
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49