The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quote to quick reply

3 posters

Go down

Solved Quote to quick reply

Post by JAN2XONLINE February 22nd 2013, 12:30 am

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/
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Quote to quick reply

Post by Sir Chivas™ February 22nd 2013, 2:30 am

Hi,

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();
  });
 });
});
Create a JavaScript for it, ACP >> Modules >> JS Management

Code from LG
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quote to quick reply

Post by JAN2XONLINE February 22nd 2013, 3:09 am

Thank you!!! Smile
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

Solved Re: Quote to quick reply

Post by Sir Chivas™ February 22nd 2013, 3:12 am

No problem, mate. Quote to quick reply Naughty
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Quote to quick reply

Post by SLGray February 22nd 2013, 3:26 am

Topic Solved & Locked


Quote to quick reply Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum