This - <if condition="$vbulletin->userinfo['userid'] != 557"></if> - hides things only from userid 557 who is browing the board. It doesn't hide all of userid 557's stuff. If it's in the postbit, you'd use $post['userid'] instead of $vbulletin->userinfo['userid'] to hide all of userid 557's stuff from everyone. You'd also have to do something similar to the profile page since the post count is shown there also. Seems like a lot of effort for one user. (There is also a mod to allow users to decide what of there own stats to show to other users in the postbit. You can search for it.)
|