As I said I know the problem but how can it show the error message because if I use the plugin it will not show the error.
I use this code:
PHP Code:
$on = $vbulletin->options['on_off'];
$hide = $vbulletin->options['profileid'];
$user = $user[userid];
if ($on){
if ($hide !=""){
if ($user == $hide){
standard_error('Sorry you are not allowed to view this profile');
}
}
}