Skip to content

yathish1618/Views

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Counts the number of views of each conversation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.7%
  • CSS 1.3%