Log in

View Full Version : Show quote in quick reply


riverplate.com
04-10-2008, 03:40 PM
Hi!

I was wondering if there was a way of showing the quoted message when clicking "quick reply" on a message automatically on the quick reply box.

thanks in advance!

--------------- Added 1207883106 at 1207883106 ---------------

i'm trying to create a js that get the content of the message, and then place it when quoting
but i've got a problem when the postid

check it

function sel(postid,username)
{
var str = document.getElementById("post_message_"+postid");
qr_activate(postid);
vB_Editor[QR_EditorID].insert_text(""+ str +"", false);
}