Skip to content
/ Ignore Public

Allows users to ignore other users and hide their posts.

Notifications You must be signed in to change notification settings

esotalk/Ignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignore Plugin

Allows users to ignore other users and hide their posts.

Installation

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

cd ESOTALK_DIR/addons/plugins/
git clone git@github.com:esotalk/Ignore.git Ignore

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

Translation

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

$definitions["Unignore"] = "Unignore";    
$definitions["Unignore member"] = "Unignore member";	
$definitions["Ignore member"] = "Ignore member";    
$definitions["Ignored"] = "Ignored";	
$definitions["Ignored"] = "Ignored";	
$definitions["message.noIgnoredMembers"] = "You haven't ignored any members. To ignore a member, go to their profile and choose <strong>Controls &rarr; Ignore member</strong>.";	

About

Allows users to ignore other users and hide their posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published