wikifab/users-watch-button

There is no license information available for the latest version (1.3.0) of this package.

Installs: 1 964

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:mediawiki-extension

1.3.0 2021-11-12 14:51 UTC

This package is auto-updated.

Last update: 2024-04-12 20:15:14 UTC


README

This MediaWiki extension add a button to control usersWatchList when viewing a user page to "follow this user".

Features :

  • add a button 'follow' on user's profile pages
  • add a notification for each changes followed on watchlist
  • add a notification for now followers

Installation

It requires extensions :

  • wikifab/UsersWatchlist
  • wikifab/Echo
  • wikifab/SocialProfile

Instructions :

  1. clone UsersWatchList into the 'extensions' directory of your mediawiki installation
  2. add the folling Line to your LocalSettings.php file :

require_once("$IP/extensions/UsersWatchButton/UsersWatchButton.php");

MediaWiki Versions

Version 0.1 of this extension has been tested on MediaWiki version 1.24