Skip to:
Content
Pages
Categories
Search
Top
Bottom

“New” notification until user has replied to topic


  • nikhilnaik
    Participant

    @nikhilnaik

    Hello!

    I successfully implemented the code put up here – New Topics so as to show a new tag next to a topic in forum. But as per this link, the new tag will flash until 3 days. I would want to modify it such that the tag disappears once a user replies to the topic. Is there any function to get this functionality?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

  • nikhilnaik
    Participant

    @nikhilnaik

    I was thinking in lines of:

    $reply_count = bbp_get_user_reply_count_raw( $user_id);
    if($reply_count==0)
    echo "<span class='mycustom_new_label'>";
    echo "New";
    echo '</span>';

    Any help would be appreciated regarding how to go about doing it.


    Robkk
    Moderator

    @robkk

    Sounds like custom development , you may need to hire a developer to do this for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar