Originally posted by me on http://www.ForumCore.net/
My Thanks Button:
My Remove Thanks Button:
You can change the icons to whatever you want, I just like having the awesome smilies there. :3
What you'll need:
Thanks Button -
How To:
1) Go to the ACP > 'Look & Feel' > 'Manage Skin Sets & Templates' > *Your Skin* > 'Topic View' > 'ajaxThanksButton'.
2) Find this code:
And replace it with this:
3) Save and it should come out with something like this:
Unthanks/Remove Thanks
How To:
1) Go to the ACP > 'Look & Feel' > 'Manage Skin Sets & Templates' > *Your Skin* > 'Topic View' > 'ajaxThanksButton'.
2) Find this code:
Replace it with this one:
3) Save and it should come out with something like this:
Simple tutorial, kinda cool thing to add to your IPB forum site.
My Thanks Button:
My Remove Thanks Button:
You can change the icons to whatever you want, I just like having the awesome smilies there. :3
What you'll need:
- The 'Thanks' ajax button installed.
- 2 images you want to use
- Optional. Photoshop or Gimp (to resize any images you may want to use that are too big).
Thanks Button -
How To:
1) Go to the ACP > 'Look & Feel' > 'Manage Skin Sets & Templates' > *Your Skin* > 'Topic View' > 'ajaxThanksButton'.
2) Find this code:
Code:
<a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_thank_author']}' class='ipsButton_secondary'> {$this->lang->words['en30_thank']}>
And replace it with this:
Code:
<a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_thank_author']}' class='ipsButton_secondary'><img src="YOUR IMAGE LINK HERE" >
{$this->lang->words['en30_thank']}</a>
3) Save and it should come out with something like this:
Unthanks/Remove Thanks
How To:
1) Go to the ACP > 'Look & Feel' > 'Manage Skin Sets & Templates' > *Your Skin* > 'Topic View' > 'ajaxThanksButton'.
2) Find this code:
Code:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_unthank_author']}' class='ipsButton_secondary'>{$this->lang->words['en30_unthank']}</a>
Replace it with this one:
Code:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this->lang->words['en30_unthank_author']}' class='ipsButton_secondary'><img src="YOUR IMAGE LINK HERE" >
{$this->lang->words['en30_unthank']}</a>
3) Save and it should come out with something like this:
Simple tutorial, kinda cool thing to add to your IPB forum site.