dbigras
Customer
Hi guys,
8WayRun Media Library is able to create threads when adding a new media to the library.
But it bypasses the normal Thread creation for some reason and VBShout is not notified that a thread was created. I think it would be quick to fix.
Here's what Jaxel is asking:
In this thread on Vbulletin.org: http://www.vbulletin.org/forum/showpost.php?p=2040565&postcount=872
Can you help out? It would be much appreciated.
8WayRun Media Library is able to create threads when adding a new media to the library.
But it bypasses the normal Thread creation for some reason and VBShout is not notified that a thread was created. I think it would be quick to fix.
Here's what Jaxel is asking:
Threads are created using the following check skips:
$threadman->set_info('skip_moderator_email', true);
$threadman->set_info('skip_floodcheck', true);
$threadman->set_info('skip_charcount', true);
$threadman->set_info('skip_title_error', true);
Those mods are hooked into one of these checks. Find out which check, and I will look into it.
In this thread on Vbulletin.org: http://www.vbulletin.org/forum/showpost.php?p=2040565&postcount=872
Can you help out? It would be much appreciated.