Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

phpBB Quick Reply

A fairly basic quick reply function that should work for all phpBB forums with the standard theme installed




Apr 15, 2008
SteeLx Scriptwright

I hv installed it, it works perfect.

But does it takes any EXTRA Bandwidth of forum to load viewtopic.php ???

 
Nov 5, 2007
bobielawlintine Scriptwright

Is it possible to have the text area load at regular size instead of it change size only when we click it?

 
Oct 11, 2007
xamm Script's author

Finally updated the version hosted here. I must admit that I've not really touched any JS for months so if there's any bugs with this then I've got no idea why.

 
Jan 7, 2007
Jürgen Scriptwright

Good Script, but a little bug is in it: It doesn't work with german umlauts and special charactes like äöüß. But with two lines added it works. In the encodeFormData(formData)-Function insert as first "line formData = encodeURI(formData);" and as last line before the return statement "encodedData = decodeURI(encodedData);". Then it works with all characters I tested.

 
May 5, 2006
Adam R User

It works, but you should disable the "submitting" button so no-one clicks on it when it's submitting.

 
Mar 9, 2006
xamm Script's author

I've added all the known problem characters to the function that was already in place, I'd just never tested all the possible combinations till now. Hopefully that should be the last update till I've made it work for forums with a non-standard theme.

 
Mar 4, 2006
Bruno F. User

Some characters are no well displayed, characters with '~' , '^' , '´' , '`' , 'ç', etc.

Is there a way to correct it ?

 
Jan 12, 2006
Jas Randal User

I love this feature! I'm a moderator (not admin) of a phpbb forum and this allows me to really zap those comments in the forum. Congrats for a great job!

You could comment on this script if you were logged in.