Thanks. So, does it show the admin stats when logged out?
The code should be:
Code:
$show['adminoptions'] = (bool)($vbulletin->options['vb36_mstats_adminactive'] AND $vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']);
Still, those are both boolean values, is like saying twice true or false.
For some servers, the data needs to be loaded directly into memory.
Can you guys post and tell me if with the actual unchanged code from version 1.0.1 you see the admin stats while logged out.
The fix is easy, but I need to make sure.