No to usercp_viewprofile:
Kod:
'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']),
zmien na:
Kod:
'JOINED' => ( $profiledata['user_id'] != 2 ) ? create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']) : '',
Kod:
'POSTS' => $profiledata['user_posts'],
na:
Kod:
'POSTS' => ($profiledata['user_id'] != 2) ? $profiledata['user_posts'] : '',
I tak samo robisz sobie z innymi informacjami ktore chcez ukryc, w miejsce 2 podstaw id tego usera co ma miec ukryte dane..