Quote:
Originally Posted by TMM-TT
The default plugin also affect PM's. To avoid this, add the following code at the top of both content_killer_quote and content_killer_postbit:
PHP Code:
if (THIS_SCRIPT == 'private') {return;}
|
I just realized that using return; here is NOT a good option to stop filtering in PM. The reason is that the hook, after returning, is ignored by vBulletin. Soon, there will be a fix for this, and configuration will be moved to anoter place in admincp.