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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 discussion → How to not display online userstatus
I would like to not have the user online or offline show. How can I remove this item?
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.
Just remove the 346-349 lines from the "<FORUM_ROOT>/viewtopic.php" file.
Thanks Slavok. That looks like a more permanent (and correct) way.
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>
Line 346 of viewtopic.php reads:
if ($cur_post['is_online'] == $cur_post['poster_id'])
PunBB Forums → PunBB 1.3 discussion → How to not display online userstatus
Powered by PunBB, supported by Informer Technologies, Inc.