I want to disable some bbcodes in my shoutbox and uportal is not listed there. When I disable "Available in all sections" I'm also disabling bbcode in news on my uportal.
After googling for some time I've learned that I need to place and create file called editorSections.php in admin\applications_addon\other\uportal\extensions
Code for SB looks like this
$BBCODE = array( 'shoutbox_shouts' => ipsRegistry::getClass('class_localization')->words['ctype__shouts'],
); So I guess I need to put there something similar, but I have no idea what.
Can someone help me?










