gnu-social/plugins/ModLog
Alexei Sorokin 62b90c29db [DATABASE] Introduce a bool type in schema
PostgreSQL has a clear distinction between integers and booleans, so it makes
sense to draw a clear line.
2019-09-11 11:25:39 +03:00
..
classes [DATABASE] Introduce a bool type in schema 2019-09-11 11:25:39 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
ModLogPlugin.php [DATABASE] Introduce a bool type in schema 2019-09-11 11:25:39 +03:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The ModLog plugin shows the moderation history for a profile in the sidebar.

Installation
============
add "addPlugin('ModLog');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('ModLog');