PDA

View Full Version : Remove Online/Offline for 1 User


Front Range
12-06-2012, 04:19 PM
Is there a way to remove the Online/Offline for just one user?

A major contributor and good friend on my forum has passed away. He is now an "undeletable" user to preserve his posts. I would like to remove Online/Offline from his postbit only.

Thanks in advance if you can help.

mokujin
12-06-2012, 05:14 PM
I can help you for his posts in postbit template
Find: {vb:raw post.onlinestatus}
Replace with:
<vb:if condition="$post['userid'] != YOURFRIENDUSERID">
{vb:raw post.onlinestatus}
</vb:if>
Replace YOURFRIENDUSERID with your friend user ID.
I not tried yet, but it should hide.

Front Range
12-06-2012, 07:09 PM
Thank you mokujin!

Worked perfectly sir. :up: