Quote:
Today at 06:49 PM Set said this in Post #55
Hi,
Does this add - on work also with the simple MODIFICATION to the template?
Tnx
|
It should if you make one minor change to the quick reply form.
In the showthread template find:
Code:
<form enctype="multipart/form-data" action="newreply.php" name="quickreply" method="post" onSubmit="return validate(this)">
Replace it with:
Code:
<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
Then install Quick Quote II and it should work.