Topic: How to not display online userstatus

I would like to not have the user online or offline show. How can I remove this item?

Re: How to not display online userstatus

I finally found it. In Style.css and the section which says:
.brd .postbody .author-ident .userstatus span {
I changed display:block to display:none.
I'm not sure that is correct, or the best way to do it, but it worked. smile

Re: How to not display online userstatus

Just remove the 346-349 lines from the "<FORUM_ROOT>/viewtopic.php" file.

Re: How to not display online userstatus

Thanks Slavok. That looks like a more permanent (and correct) way.

Re: How to not display online userstatus

Just remove the 346-349 lines from the "<FORUM_ROOT>/viewtopic.php" file.

Mine must have been modified then. I got this for these lines.


</div>
    </div>
</div>

Re: How to not display online userstatus

Line 346 of viewtopic.php reads:

if ($cur_post['is_online'] == $cur_post['poster_id'])