MyBB Community Forums

Full Version: Quick Edit <-- what file does this process reside in?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I need to do some modding on the quick edit routine..

basically when user clicks "EDIT>Quick Edit", I want to add some default text in the message box, as well as additional fields aside from the message field already show in the quick edit display/box

Please help.
Never mind.. i figured it out..
For future reference:
The Javascript which invokes the quick edit is in jscripts/thread.js
The PHP which drives the quick edit is in xmlhttp.php
thanks very much!!