Allows users to bookmark conversations.
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.
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";