Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 608 Bytes

Views Plugin

Counts the number of views of each conversation.

Installation

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

cd ESOTALK_DIR/addons/plugins/
git clone git@github.com:esotalk/Views.git Views

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

Translation

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

$definitions["gambit.order by views"] = "order by views";
$definitions["%s view"] = "%s view";
$definitions["%s views"] = "%s views";