Hi,
You can make it work!
Follow these steps:
First download this:
https://vborg.vbsupport.ru/showpost....&postcount=627
Then,
Adjust this:
Also, for the people who having trouble with editing a schout a fix:
Look for the file core/packages/dbtechvbshout/datamanager/shout.php and open it.
Scroll down to:
'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO, 'if (!in_array($data, array(\'\', \'thread\', \'reply\'))) { return false; } return true;'),
Change it to:
'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO),
Problem solved and you can edit shouts again!
Goodluck!