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
4 posters

    Remove links when quote

    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Remove links when quote

    Post by TamDonCo Sat 3 Sep 2016 - 2:15

    When the user click on Quote button of another user , it looks like this


    Code:
    [quote="ABC"]
    bla bla bla ...............

    [img] image link here [/img]

    bla bla bla ...

    [img] image link here [/img]

    bla bla bla

    [/quote]


    can we have the code automatically remove all the image links ??


    Last edited by TamDonCo on Mon 5 Sep 2016 - 17:11; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Remove links when quote

    Post by SLGray Sat 3 Sep 2016 - 3:18

    I have not seen any codes that will remove images from quotes.



    Remove links when quote Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ch@lo Valdez
    Ch@lo Valdez
    Forumember


    Male Posts : 138
    Reputation : 50
    Language : spanish

    Solved Re: Remove links when quote

    Post by Ch@lo Valdez Sun 4 Sep 2016 - 9:25

    ok, this code works in the posts, try:

    Code:

        $(function () {
            if (/\/t\d+/g.test(window.location.pathname)) {
                var i, a = document.querySelectorAll('blockquote img');
                for (i = 0; i < a.length; i++) {
                    a[i].remove()
                }
            }
        })
    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Re: Remove links when quote

    Post by TamDonCo Mon 5 Sep 2016 - 17:11

    Thank You very much , Ch@lo Valdez

    It works excellent ... Remove links when quote 1f44d
    Nemo
    Nemo
    Active Poster


    Male Posts : 1203
    Reputation : 119
    Language : Greek, English, French

    Solved Re: Remove links when quote

    Post by Nemo Mon 5 Sep 2016 - 17:14

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules

      Current date/time is Mon 23 Sep 2024 - 17:23