Skip to content

ZerGabriel/Likes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.";

About

Allows members to like posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.4%
  • JavaScript 10.3%
  • CSS 1.3%