View Full Version : is it possible?
hi all!
is it possible to hide the "Registered: date" and "Posts: nr" for the administrator???
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];
}
Sorry
But it shows almost the "registered at:" and "posts:"
:(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.