New version released:
1.3.2 (
03-27-2004 - 05:45 pm)
- Bugfix: File: clientscript/vbulletin_quickreply.js
Javascript error when using Quick Reply
- Modified instructions for vBulletin 3.0.0 'Gold' (only the first modification of postings.php has changed)
To fix the Javascript error, edit the file
clientscript/vbulletin_quickreply.js.
Find:
Code:
return validatemessage(fetch_object("qr_message").value, 0, temp_minchars, maxchars, false, tform);
Replace it with:
Code:
return validatemessage(fetch_object("qr_message").value, 0, temp_minchars, maxchars, false, tform, 0);