Change tip text for edit button
3 posters
Page 1 of 1
Change tip text for edit button
How to edit change this message ? we can not delete the post, just edit
Last edited by TamDonCo on August 15th 2016, 4:20 pm; edited 1 time in total
Re: Change tip text for edit button
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.
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
});
});
Re: Change tip text for edit button
Thank Ange Tuteur
This confused my members, now problem solved
Thanks again
This confused my members, now problem solved
Thanks again
Re: Change tip text for edit button
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Change Quote Button, Edit Button and more into the text
» Button Text Edit request
» Roundcube webmail signature - how to change/edit the text of it
» Text change on button
» How to change header button text and domain
» Button Text Edit request
» Roundcube webmail signature - how to change/edit the text of it
» Text change on button
» How to change header button text and domain
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum