Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 933 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 933 Bytes

Answers Plugin

Allow posters to mark a reply as having answered their question.

Installation

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.

Translation

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";