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.
The forum of the forums
3 posters

    Quote to quick reply

    JAN2XONLINE
    JAN2XONLINE
    Forumember


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

    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/
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

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


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

    Solved Re: Quote to quick reply

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

    Thank you!!! Smile
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Quote to quick reply

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

    No problem, mate. Quote to quick reply Naughty
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    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.

      Current date/time is November 11th 2024, 3:36 pm