You'll need The 'Thanks' ajax button installed and 2 icons you want to use.
Preview Images:
-My Thanks Button:![[Image: 20p4oxj_th.png]](http://i49.tinypic.com/20p4oxj_th.png)
-My Remove Thanks Button:![[Image: 2u5rhx2_th.png]](http://i48.tinypic.com/2u5rhx2_th.png)
You can change the icons to whatever you want.
Here are the instructions:
Thanks Button
Go to : Admin CP
Look & Feel
Manage Skin sets & template
« »
Topic View
ajaxThanksButton
Find this 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 with this:
<a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this
lang
words['en30_thank_author']}' class='ipsButton_secondary'><img src="IMAGE LINK" >{$this
lang
words['en30_thank']}</a>
3) Save and it should come out with something like this:
![[Image: 20p4oxj_th.png]](http://i49.tinypic.com/20p4oxj_th.png)
-Remove Thanks Button
Go to : Admin CP
Look & Feel
Manage Skin sets & template
« »
Topic View
ajaxThanksButton
Find this code:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this
lang
words['en30_unthank_author']}' class='ipsButton_secondary'>{$this
lang
words['en30_unthank']}</a>
And replace with this:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this
lang
words['en30_unthank_author']}' class='ipsButton_secondary'><img src="IMAGE LINK" >{$this
lang
words['en30_unthank']}</a>
3) Save and it should come out with something like this:
![[Image: 2u5rhx2_th.png]](http://i48.tinypic.com/2u5rhx2_th.png)
The Originally posted by Sanctuary on forumcore with slight edits..
Preview Images:
-My Thanks Button:
![[Image: 20p4oxj_th.png]](http://i49.tinypic.com/20p4oxj_th.png)
-My Remove Thanks Button:
![[Image: 2u5rhx2_th.png]](http://i48.tinypic.com/2u5rhx2_th.png)
You can change the icons to whatever you want.
Here are the instructions:
Thanks Button
Go to : Admin CP





Find this code:
<a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this




And replace with this:
<a href="javascript: ajaxThanks( '{$post['post']['pid']}' );" title='{$this




3) Save and it should come out with something like this:
![[Image: 20p4oxj_th.png]](http://i49.tinypic.com/20p4oxj_th.png)
-Remove Thanks Button
Go to : Admin CP





Find this code:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this




And replace with this:
<a href="javascript: ajaxRemoveThanks( '{$post['post']['pid']}' );" title='{$this




3) Save and it should come out with something like this:
![[Image: 2u5rhx2_th.png]](http://i48.tinypic.com/2u5rhx2_th.png)
The Originally posted by Sanctuary on forumcore with slight edits..