Vor 4 Stunden
Eine neue Erweiterung wurde veröffentlicht: View Unread Posts
Zitat:This simple plugin lists all threads with unread posts. It brings own changeable templates for this purpose and it links itself into the header_welcomeblock_member template via the variable {$viewunreadposts_header_welcome_link}.
(So add this variable somewhere inyour Header if it cannot be added in your style.)
If you feel the need to have a simlar look like the other threads in your board you can add the "misc.php" with the action "unreadthreads" to your existing thread_status.css and get at least the icon you use for unread threads.
I wrote the plugin because I had the need to simply list unread posts without changing any core functionality or storing stuff into the database. I thought, you might have a need for this, too.
The plugin contains the following files:
- inc/plugins/viewunreadposts.php
- inc/languages (deutsch_du/deutsch_sie/english) viewunreadposts.lang.php
installed templates are:
- viewunreadposts_empty
- viewunreadposts_header_welcome_link
- viewunreadposts_header_welcome_link_empty
- viewunreadposts_page
- viewunreadposts_row
Note: The plugin counts unread POSTS and shows the threads where they are posted in. So the count of threads might be another number. Just in case you might wonder why you e.g. see 2 unread posts and only 1 thread. Then there are just 2 posts inside the same thread.