MyBB Community Forums

Full Version: Threads not being marked 'read' for guests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

When signed in, viewing a thread marks it as 'read.' However, when viewing as a guest, the threads are not marked 'read.' They are supposed to be marked 'read' for guests, right?

I was messing with these lines in my forumdisplay_thread template earlier today, so I'm wondering if I messed something up:


        <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></span><br />
      <span class="smalltext">Started by: {$thread['profilelink']}</span>

Did I mess something up or are threads simply not supposed to be marked 'read' for guests?

Thanks,
D