For registered members
http://awesomescreenshot.com/0ad165ic85
For guests (plugin, with your code)
http://awesomescreenshot.com/046165it9c
I want it like this, but I could not
Could you help me, I am not experienced.
Note: With editing template
http://awesomescreenshot.com/0c0165kd1f
PHP Code:
if (!($vbulletin->userinfo['userid'] > 0)) {
$tag_list['no_option']['php'] = array(
'html' => 'No viewing allowed'
);
$tag_list['no_option']['html'] = array(
'html' => 'No viewing allowed'
);
$tag_list['no_option']['code'] = array(
'html' => 'No viewing allowed'
);
}
Thanks