Hi Guys,
I'm having the same problem. Running version 3.7.1 and using the following code in the
bbcode_parse_start hook.
PHP Code:
if ($forumid==='signature')
{
unset($this->tag_list['no_option']['youtube']);
}
I've also tried the
if (THIS_SCRIPT == 'profile') and
if(!intval($forumid)) suggestions, but to no avail!
The tag is called 'youtube' with no option (eg: [youtube](videocode)[/youtube]).
When I activate the plugin it does stop it being used in signatures, but also skips this tag being parse on any new posts made on the forum.
Any thoughts? I can provide other info if needed
Thanks in advance,
Robin