Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Request: Posts since last visit


thomasklaiber
Member

@thomasklaiber

Download the updated beta version here:

https://plugins-dev.bbpress.org/browser/posts-since-last-visit/trunk/since-last-visit.php?format=raw

Demo here:

http://la-school.com/bbpress/ (Test/test)

It requires Onlinelist 1.4 to work!!

As requested in another thread here, If you want to indicate new posts with an icon next to the topic do it this way:

<?php if ($topic->topic_time > view_since_last_visit_user()) : ?>

DISPLAY IF NEW

<?php else : ?>

DISPLAY IF NOT NEW

<?php endif; ?>

add this in front of you topic title.

At the moment the topic still stay “new” even if you’ve already seen it, till the next visit. Gonna fix this in next version.

Any Feedback?

Skip to toolbar