The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
remove quotes from msg reply
Hi,
I want to drop the quote that is given in the quick response to private msgs automatically. Does any one know where is the hack for that? there is probebly a js file that adds that dynamically.. how do you find out something like that? |
#2
|
|||
|
|||
Try this: create a new plugin using hook editor_toolbar_start and this code:
Code:
if (THIS_SCRIPT == 'private' AND $editor_type == 'qr') { $text = ''; } |
#3
|
|||
|
|||
thanks! it worked!\
kh99 - your'e the best! --------------- Added [DATE]1337753041[/DATE] at [TIME]1337753041[/TIME] --------------- kh99, could you help out in another related thing - 1. I need to set the minimum height of the quick response in the Forums to let's say 250px - where is te hook for that? 2. Is there a lists of hooks names and their locaions somewhere? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|