PDA

View Full Version : is it possible?


11-29-2000, 02:43 PM
hi all!

is it possible to hide the "Registered: date" and "Posts: nr" for the administrator???

11-30-2000, 05:12 PM
please help ...

11-30-2000, 07:12 PM
In showthread.php look for:

$userjoindate=date($registereddateformat,$userinfo[joindate]+(($timeoffset+$bbtimezoneoffset)*3600));
$userpostcount=$userinfo[posts];


and replace with:

$permissions=getpermissions($userid);
if ($permissions[cancontrolpanel]!=1) {
$userjoindate=date($registereddateformat,$userinfo[joindate]+(($timeoffset+$bbtimezoneoffset)*3600));
$userpostcount=$userinfo[posts];
}

11-30-2000, 08:56 PM
Sorry
But it shows almost the "registered at:" and "posts:"
:(