Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 700 Bytes

Likes Plugin

Allows members to like posts.

Installation

Download or clone the Likes plugin repo into your esoTalk plugin directory:

cd ESOTALK_DIR/addons/plugins/
git clone [email protected]:esotalk/Likes.git Likes

Navigate to the the admin/plugins page and activate the Likes plugin.

Translation

Create definitions.Likes.php in your language pack with the following definitions:

$definitions["Unlike"] = "Unlike";
$definitions["Like"] = "Like";
$definitions["Members Who Liked This Post"] = "Members Who Liked This Post";
$definitions["%s likes this."] = "%s likes this.";
$definitions["%s like this."] = "%s like this.";