Skip to content
forked from Felli/Signature

Let users add their signature to posts.

Notifications You must be signed in to change notification settings

jpearman/Signature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esoTalk – Signature plugin

  • Let users add their signature to posts.
  • Works together or individually with the Likes plugin. You can enable them both, or either one.

Installation

Browse to your esoTalk plugin directory:

cd WEB_ROOT_DIR/addons/plugins/

Clone the Signature plugin repo into the plugin directory:

git clone git@github.com:tvb/Signature.git Signature

Chown the Signature plugin folder to the right web user:

chown -R apache:apache Signature/

Navigate to the esoTalk /admin/plugins page and activate the Signature plugin! And lastly, edit your signature in your profile settings page 😄

Translation

Add the following definitions to your translation file (or create a seperate definitions.Signature.php file):

$definitions["BBCode Allowed"] = "BBCode Allowed";
$definitions["Characters"] = "Characters";
$definitions["Enter the amount of signature characters allowed."] = "Enter the amount of signature characters allowed.";
$definitions["Max characters:"] = "Max characters:";
$definitions["Signature"] = "Signature";

About

Let users add their signature to posts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.4%
  • CSS 12.1%
  • JavaScript 9.5%