I'm sorry, I am taking your time so much.
I want to write a plugin.
Task of plugin is hiding [php],[html],[code],[VIDEO],[quote],[IMG],[url],[email] tags from guests.
I can hide in the forum with the sample code you gave me That's ok, no problem.
hook location - bbcode_fetch_tags
PHP Code:
if (!($vbulletin->userinfo['userid'] > 0)) {
$tag_list['no_option']['php'] = array(
'html' => 'No viewing allowed'
);
}
The screen is here:
http://awesomescreenshot.com/09216n9j50
Thank you
But I can not hide [php],[html],[code],[VIDEO],[quote],[IMG],[url],[email] tags in archive. I need to help here, Could you help me, please? Can you give an example? I'm beginner.
Regards