Oblivion Knight |
08-30-2006 09:47 AM |
Quote:
Originally Posted by Psionic Vision
Why is that? What does it conflict with?
|
Conflicts with vBJournal.. I'm not sure of any others.
The plugin of vBJournal on the same hook has this if condition within the code that checks the $editor_type variable:
Code:
if ($editor_type == 'qr')
{
$editor_template_name = 'showthread_quickreply';
}
So therefor, your plugin needs to execute after it.
Of course, the journal needs to be added to your plugins with the THIS_SCRIPT checking too.
Quote:
Originally Posted by iwk_batterio
Did it work for you with vB 3.6 gold?
|
Yes, it's working fine for me on vBulletin 3.6.0.. :)
|