Counts the number of views of each conversation.
Download or clone the Views plugin repo into your esoTalk plugin directory:
cd ESOTALK_DIR/addons/plugins/
git clone [email protected]:esotalk/Views.git Views
Navigate to the the admin/plugins page and activate the Views plugin.
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";