I am having a small problem with displaying the youtube bbcode in vblogetin. The author thinks the following line can cause the problem. Is there any way to modify it to work with vBlogetin. Here is
a link with no video . Thanks in advance
Code:
if ( $_REQUEST['editorid'] || $_REQUEST['towysiwyg'] || ($_POST['preview'] && $_REQUEST['do'] != 'updatepost') || ($vbulletin->userinfo['showvbcode'] == 2 && $_REQUEST['do'] == 'editpost') ) {
// Do nothing (it was easier this way than to reverse the if statement)