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

    Change tip text for edit button

    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Change tip text for edit button

    Post by TamDonCo August 14th 2016, 9:23 pm

    How to edit change this message ? we can not delete the post, just edit



    Change tip text for edit button 09dd47072b


    Last edited by TamDonCo on August 15th 2016, 4:20 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Change tip text for edit button

    Post by Ange Tuteur August 15th 2016, 4:14 pm

    Hi @TamDonCo,

    Since Forumotion doesn't allow us full access to the buttons in the templates, we can use a bit of JavaScript to modify the title if you like.

    Go to Admin Panel > Modules > JavaScript codes management > Create a new script

    Placement : In the topics
    Paste the following script and submit.
    Code:
    $(function() {
      var new_title = 'Edit this post';
     
      $('.i_icon_edit[title^="Edit/Delete"]').attr({
        title : new_title,
        alt : new_title
      });
    });
    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Re: Change tip text for edit button

    Post by TamDonCo August 15th 2016, 4:21 pm

    Thank Ange Tuteur

    This confused my members, now problem solved

    Thanks again
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Change tip text for edit button

    Post by SLGray August 15th 2016, 9:44 pm

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



    Change tip text for edit button Slgray10

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

      Current date/time is September 23rd 2024, 3:18 pm