MyBB Community Forums

Full Version: Guests seeing forums with new posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,
While navigating the forums as a guest, I can see that forums that have new messages are actually marked as new even though they are guests.

http://sheetmotion.heyitsbeing.fr/index.php

Any idea on solving this ?
Thanks.
for the registered members, does the subject title always appear bold even after reading the thread ?
Hello there,
They do.

[Image: 318504prf1.png]
check in forumdisplay_thread template of the theme. do you have subject_new for the class ..
Which class ? :/
Here's the actual template:

<div class="lss_">
    <div class="lss_folder"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></div>
    <div class="lss_icon {$thread_type_class}" data-icon='{$icon}'>{$icon}</div>
    
    <div class="lss_main {$thread_type_class}">
        {$attachment_count}
        <div class="lss_infos">
          <span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
            <div class="lss_author">{$thread['profilelink']}</div>
        </div>
    </div>
    
    <div class="lss_rating">{$rating}</div>
    
    <div class="lss_stats {$thread_type_class}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$thread['tid']}" onclick="MyBB.whoPosted({$thread['tid']}); return false;">{$thread['replies']}</a>{$unapproved_posts}</td> <span>{$thread['views']}</span></div>
    <div class="lss_lastpost {$thread_type_class}">
        <avatarep_uid_[{$thread['lastposteruid']}]>{$lastposterlink}
            <a href="{$thread['lastpostlink']}" class="lss_stats_date">{$lastpostdate}</a>
            </div>
{$modbit}
</div>
Bumpy dumpy.
If this isn't solvable, would there be a way to redirect users that just registered and logged-in to the page where it puts all forums as "read" ? I found a way to set all forums as unread for guests by cheating a little, but this isn't sufficient.