Thank you button Add Problem
4 posters
Page 1 of 1
Thank you button Add Problem
Technical Details
Forum version : #phpBB2
Position : Administrator
Concerned browser(s) : Mozilla Firefox
Screenshot of problem : http://www.4shared.com/photo/JTc8XMhsce/2016-02-06_155851.html
Who the problem concerns : Yourself
When the problem appeared : Thanks Button Add Problem
Forum link : http://gsmbangladesh.forumotion.com
Description of problem
Thank you button Add ProblemPlease Fix My Problem...........................................................................................
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Thank you button Add Problem
Thank is used once a topic, no more, if you've thanked, you and other members cant not thank anymore, maybe this is your problem.
Re: Thank you button Add Problem
I think s/he was talking about the "thanked message" feature when the post is thanked. Of not, you're absolutely correct.Draud0229 wrote:Thank is used once a topic, no more, if you've thanked, you and other members cant not thank anymore, maybe this is your problem.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Thank you button Add Problem
@Forumedic
I used This Code
I used This Code
- Code:
#fa_thanks_message img { vertical-align:middle }#fa_thanks_message { color:#280; font-size:16px; font-weight:bold; text-align:center; background-color:#DFD; border:1px solid #BDB; border-radius:6px; padding:6px; margin:6px;}
Re: Thank you button Add Problem
Try this in JavaScript Codes Management
Administration Panel > Modules > JavaScript Codes Management
Administration Panel > Modules > JavaScript Codes Management
- Code:
$(function() {
var url_img = "http://2img.net/i/fa/prosilver/icon_thanks_off_en.png",
version = "phpbb2",
message = "Thank you!";
switch (version.toLowerCase()) {
case 'phpbb2': var idi = '.post-options', addLi = '', closeLi = '';
break;
case 'phpbb3': var idi = '.profile-icons', addLi = '<li>', closeLi = '</li>';
break;
case 'punbb': var idi = '.post-options', addLi = '', closeLi = '';
break;
case 'invision': var idi = '.posting-icons', addLi = '<li>', closeLi = '</li>';
break;
}
$(idi).first().prepend(addLi+'<img src="'+url_img+'" alt="Merci" id="mercipost" />'+closeLi);
$('#mercipost').click(function() {
$('#text_editor_textarea').sceditor('instance').insertText(message);
$('input[name="post"]').click();
});
});
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Thank you button Add Problem
Forumedic wrote:Try this in JavaScript Codes Management
Administration Panel > Modules > JavaScript Codes Management
- Code:
$(function() {
var url_img = "http://2img.net/i/fa/prosilver/icon_thanks_off_en.png",
version = "phpbb2",
message = "Thank you!";
switch (version.toLowerCase()) {
case 'phpbb2': var idi = '.post-options', addLi = '', closeLi = '';
break;
case 'phpbb3': var idi = '.profile-icons', addLi = '<li>', closeLi = '</li>';
break;
case 'punbb': var idi = '.post-options', addLi = '', closeLi = '';
break;
case 'invision': var idi = '.posting-icons', addLi = '<li>', closeLi = '</li>';
break;
}
$(idi).first().prepend(addLi+'<img src="'+url_img+'" alt="Merci" id="mercipost" />'+closeLi);
$('#mercipost').click(function() {
$('#text_editor_textarea').sceditor('instance').insertText(message);
$('input[name="post"]').click();
]
});
});
I want Add Like/Thanks Button For This Purpose
- Code:
The Following User Says Thank You to xxxxxxxFor This Useful Post:
Re: Thank you button Add Problem
So you want the "Thanks" icon to say "Like" on it? If so, all you need to do is go to:
Administration Panel > Display > Pics Management and change the "Thanks" icon. You will need to request a "Like" icon from the Graphic Section if you don't already have one.
Administration Panel > Display > Pics Management and change the "Thanks" icon. You will need to request a "Like" icon from the Graphic Section if you don't already have one.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Thank you button Add Problem
Tap@s wrote:@Forumedic
I used This Code
- Code:
#fa_thanks_message img { vertical-align:middle }#fa_thanks_message { color:#280; font-size:16px; font-weight:bold; text-align:center; background-color:#DFD; border:1px solid #BDB; border-radius:6px; padding:6px; margin:6px;}
Tap@s wrote:Forumedic
I Want To Add Thanks Button As A Like Button ....
Sorry for Previous Wrong Post
Like This
Just a quick non official reminder, to please stick to the default text and not use bold and colored text, as this is reserved for moderation purposes only.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Thank you button Add Problem
Is this solved? Please reply within 24 hours.
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» Thanks button problem
» Problem in the colors button
» Like/Dislike button's problem
» A "Forum" button problem
» Quote button problem
» Problem in the colors button
» Like/Dislike button's problem
» A "Forum" button problem
» Quote button problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum