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
(2016-09-28, 08:47 PM)lukasamd Wrote: [ -> ]What PHP version do you use?

Server is on 5.3.29 (and sadly I don't control this).
Unfortunately, I can't help - plugin is incompatible with this, old PHP version.
Would it be possible to display the number of unread posts within a forum, either in the forumbit on the index or in the forumdisplay itself?

Nice plugin, thanks.
Hm.. try add:

<!-- UNREADPOSTS_LINK -->

In other templates. It should work, because plugin changes that on page render.
Version 1.6
* Cache template
* Updated functions_indicators.php
very useful and with one of the best
(2016-10-27, 02:13 PM)lukasamd Wrote: [ -> ]Hm.. try add:

<!-- UNREADPOSTS_LINK -->

In other templates. It should work, because plugin changes that on page render.

But won't that render "Unread Posts (x)"?  Are you saying it will show just the number?
That wouldn't be an issue for me since I already made the link display just the number. But it doesn't work in the forumbit on the index.
(2016-11-01, 06:36 PM)brad-t Wrote: [ -> ]That wouldn't be an issue for me since I already made the link display just the number. But it doesn't work in the forumbit on the index.

hehe Ah.  Coolness. Smile
I get this message database error with php 5.6

SELECT 1 FROM mybbf_posts p INNER JOIN mybbf_threads t ON (p.tid = t.tid) LEFT JOIN mybbf_threadsread tr ON (tr.uid = 20 AND t.tid = tr.tid) LEFT JOIN
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