Quote:
Originally Posted by CAG CheechDogg
Ok good stuff...I been searching the last couple of nights and haven't found it ..lol .. and I remember running into it a while ago .... 
|
Ok lets do this.
Product: vBulletin
Hook Location : editor_toobar_start
Title: Remove Quote In Pm
Execution Order : 5
Plugin PHP Code:
Code:
if (THIS_SCRIPT == 'private' AND $editor_type == 'qr')
{
$text = '';
}
Now that will also override the previous plugin that set the Do Not Reply Below bla,bla,bla