Forums

Join
bbPress Support ForumsPimp your PressNew Post funcion

Info

New Post funcion

  1. I'm working on a custom WP & bbPress theme for a client and I'd like to highlight what forums have had new posts added since the user last logged in. Is there a function that I can call that allows me to get this info?

    I'm thinking something along the lines of this:


    <?php if(new_forum_posts()) : ?>
    highlight icon
    <?php else : ?>
    don't highlight icon
    <?php endif; ?>

    Any help is appreciated!

  2. I'm also looking for the same.
    #bump

  3. I didn't exactly get the question. Could you guys make it more clear?

  4. @jijosunny
    Thanks! I was looking for it. I think it'll be a cool addition.

  5. You must log in to post.