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 [DATE]1207883106[/DATE] at [TIME]1207883106[/TIME] ---------------
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
PHP Code:
function sel(postid,username)
{
var str = document.getElementById("post_message_"+postid");
qr_activate(postid);
vB_Editor[QR_EditorID].insert_text("[quote="+username +";"+postid+"]"+ str +"[/quote]", false);
}