Quote:
Originally Posted by BillaBongUSA
Hey, awesome hack, but I think I found a bug... Whenever you use the Quick Edit to edit your post, it seems to subscribe you to the thread that you used it in.
Other than that, good work man. 
|
Try this:
In the showthread_quickedit template find:
Code:
<input type="hidden" name="poststarttime" value="$poststarttime" />
Below it add:
Code:
<input type="hidden" name="emailupdate" value="9999" />
That should fix it.