Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 675 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 675 Bytes

Bookmarks Plugin

Allows users to bookmark conversations.

Installation

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

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

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

Translation

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

$definitions["Bookmark"] = "Bookmark";
$definitions["Unbookmark"] = "Unbookmark";
$definitions["gambit.bookmarked"] = "bookmarked";
$definitions["label.bookmarked"] = "Bookmarked";