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
(2014-10-13, 07:35 PM)lukasamd Wrote: [ -> ]Ok, I checked this and it's because of empty() function limitations.
Fixed in next version.

Version 1.0.3
* Fix Exceptions error

Thank you very much! :* You're a very kind person Big Grin

Awesome plugin
Hi, sorry, this plugin on my board is very slow Sad  (I have many posts/threads for day and many users online).

For example with 500 unread posts query time at 5 seconds plus; at 0, approx 30 milliseconds:

[Image: UICze15.png]

NOT IN (150,119) 150 and 119 are except forums for the plugin.

Could you tell me how optimizate this plugin with many unread posts (I have limit to 500), or cache it or if the number of unread posts for a user goes over "X" then it needs to mark them as read?

I have a bigboard and hitting 100k plus of posts is a strain Sad Sad

When I have marked all posts as read:

[Image: 5QSeazj.png]

(deleted also 150 and 119 forum)

Sad
Disable counter function.
It can cause overload in big boards.
GREAT, I WONDERED IF SUCH THING IS THERE
THNX FOR SHARING.
Hi, deleted query code: "NOT LIKE 'moved|%'" and now forum is very fast Sad
@niere8:
Hm.. yep! It's normal situation, because all operations except this compare only INT (or similar) values. This is a "mybb bad joke"... use char to describe topic/post status in database? Nooo... it isn't good idea. 
(2014-11-05, 06:29 PM)lukasamd Wrote: [ -> ]@niere8:
Hm.. yep! It's normal situation, because all operations except this compare only INT (or similar) values. This is a "mybb bad joke"... use char to describe topic/post status in database? Nooo... it isn't good idea. 

This won't be the case in 2.0. I can tell you that.
Ok, thank you for information (but.. you know... it should be done in MyBB 1.8 Toungue)

I will add option to disable / enable this condition in next version - it's to heavy for medium or big boards.
Great plugin idea! functions_indicators replaces a file. What changes does this make? I'm using MyBB 1.8 and the file reads 1.6
This modified file is required because MyBB marks thread as read in wrong way. Plugin needs changes to work properly. There is no real changes in functions_indicators between MyBB 1.8 and 1.6 - only version in top of file.
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