Support Forum

How to change the name of thanks to hooah!?

DE Dre Erwin
Dre Erwin
Member

Wondering how to go about this..chnaging the name of Thanks to Hooah on our forum?  So members see the Hooah instead of the thanks and then they can click it

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Look at the spTopicView,php template of the SP theme you are using and find this function call:

if (function_exists('sp_thanks_thank_the_post')) sp_thanks_thank_the_post('tagClass=spButton spRight', __sp('Thank'), __sp('Thanked'), __sp('Add thanks to this post'), __sp('You have already thanked this post'));

You can change all of the labels and text used in the display right here.

As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)