Allow posters to mark a reply as having answered their question.
Download or clone the Answers plugin repo into your esoTalk plugin directory:
cd ESOTALK_DIR/addons/plugins/
git clone [email protected]:esotalk/Answers.git Answers
Navigate to the the admin/plugins page and activate the Answers plugin.
Create definitions.Answers.php
in your language pack with the following definitions:
$definitions["Answer"] = "Answer";
$definitions["Answered"] = "Answered";
$definitions["Answered by %s"] = "Answered by %s";
$definitions["label.answered"] = "Answered";
$definitions["Remove answer"] = "Remove answer";
$definitions["See post in context"] = "See post in context";
$definitions["This answers my question"] = "This answers my question";
$definitions["This answers the question"] = "This answers the question";