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.

Change tip text for edit button

3 posters

Go down

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

Posts : 427
Reputation : 2
Language : English

http://nhomcho.forummotion.com/

Back to top Go down

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
  });
});
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Posts : 427
Reputation : 2
Language : English

http://nhomcho.forummotion.com/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51555
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