Skip to content

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

Notifications You must be signed in to change notification settings

esotalk/Answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published