Sanctuary User is banned. Joined Jul 24, 2012 Posts 2,083 Reacts 1 Reputation 0 Credits 0 Nov 19, 2012 #1 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: 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: Spoiler 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: Spoiler 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: Spoiler 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: Spoiler 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.
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: 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: Spoiler 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: Spoiler 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: Spoiler 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: Spoiler 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.