Hello.
1. Add a new JavaScript:
Position: In topics.
Then add this in your cascading style sheet.
Modifications
If you want to change the structure of the thank you message, feel free to modify the message function at the top of the script. Inside this function are three parts you can modify :
1. pseudo is a variable which contains the name of the user who was thanked. You can modify the contents to be something else, or leave it as is.
2. icon is a variable which contains the image element of the star, which displays on both sides of the thank you message. If you want to change this, feel free to replace the URL in the src attribute, or change it to something completely different such as a font awesome icon.
3. Lastly is the return value which is the message itself. If you want to change around the wording or move some of the variables around, you can do this here. Just make sure not to delete the return keyword, otherwise the message will not display.
|
| Dear member,
I would like to remind that if your problem can be considered solved, please let us know checking the Solved icon by editing your first message.
If your problem is still relevant or has not received a solution yet, remember to make UPs/BUMPs regularly, so as not to see your subject relieved.
FMCodes Team |