MyBB Community Forums

Full Version: Advanced WYSIWYG Editor How To Remove TV Buttom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the Advanced WYSIWYG Editor how do I remove the tv buttom from this??
I'm guessing you mean this: http://prntscr.com/hknxs ?

If so, navigate to AdminCP -> Templates & Style -> Templates -> Global Templates -> wysiwyg_default

Find & Remove:
var tmpBBCode = { wysiwyg:0, bbCode:'video', htmlOpen:'', htmlClose:'', icon:'video.png', sourceCode:1, attributes:[{ attributeHTML:'', validationPattern:'^\\d+$', required:0 }] };
		coreBBCodes['video'] = tmpBBCode;		sourceCodes['video'] = 'video';		language['video.title'] = "{$lang->video}";