Extension:ExplicitImages
Appearance
Please expand this page. |
ExplicitImages Release status: unknown |
|
---|---|
Author(s) | Josef Martiňák |
Latest version | 1.0 |
MediaWiki | >= 1.29.0 |
License | MIT License |
Download | Bitbucket: Note: |
The ExplicitImages extension automatically blurs images deemed "explicit". Blurred images can be clicked on to reveal the original image. An image is deemed explicit if "(explicit" is present in its filename.
Installation
[edit]- Download and place the file(s) in a directory called
ExplicitImages
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ExplicitImages' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.