PDA

View Full Version : [Solved] Private Messages - Quick Reply


Stratis
02-21-2016, 06:57 PM
I want to hide "Quick Reply" context box from"Private Messages".
I don't know if I am missing something here for how to do it, any help it would be great!

I prefer to have the "Reply With Quote" button only.

Thanks in advanced.

MarkFL
02-21-2016, 07:46 PM
Create the following plugin:

Product: vBulletin

Hook Location: private_complete

Title: Hide Quick Reply For PMs

Execution Order: 5

Plugin PHP Code:

$show['quickreply'] = false;

Plugin is Active: Yes

Click "Save".

Stratis
02-22-2016, 03:59 PM
Very nice, awesome.

Thanks Mark for another time.