Quote to quick reply
3 posters
Page 1 of 1
Quote to quick reply
Can you guys tell me how to put the quoted post into the quick reply box? Like, when you quoted the post, it goes down to quick reply box without loading or anything the page.
I saw it here. -> http://www.tnmaa.net/
I saw it here. -> http://www.tnmaa.net/
Re: Quote to quick reply
Hi,
I think you mean this:
Code from LG
I think you mean this:
- Code:
var CopyrightNotice='Quick Quote in Quick Reply for forumotion boards. Copyright © by AvacWeb. All Rights Reserved. Use and modification of this script is not allowed without this entire copyright notice in the original, copied, or modified script. No distribution without consent.';
$(function() {
$('.i_icon_quote').click(function(e) { e.preventDefault();
var url=this.parentNode.href;
$('body').append('<div id="LGquote" style="display:none"></div>');
var x=$('#LGquote');
x.load(url + ' textarea', function() {
var message=x.find('textarea').val();
var y=document.getElementById('quick_reply').message;
y.value+=message; y.focus();
$('#LGquote').remove();
});
});
});
Code from LG
Re: Quote to quick reply
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How to quote in quick reply?
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Quoting a quote - Script bug Quick quote?
» When onclick button of "Post Reply" scroll down to the quick reply
» smilies code for quick reply in reply
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Quoting a quote - Script bug Quick quote?
» When onclick button of "Post Reply" scroll down to the quick reply
» smilies code for quick reply in reply
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum