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 21.02.13 23:30

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™ 22.02.13 1:30

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 : 6980
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 22.02.13 2:09

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™ 22.02.13 2:12

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

Male Posts : 6980
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 22.02.13 2:26

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 : 51554
Reputation : 3524
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