2017 © Pedro Peláez
 

cakephp-plugin saito-nsfwbadge

'Not-Safe-For-Work'-Badge for Saito forum

image

schlaefer/saito-nsfwbadge

'Not-Safe-For-Work'-Badge for Saito forum

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

"Not Safe For Work"-Bagde

Plugin for Saito-Forum. Set and show NSFW-badge on postings., (*1)

Install

Either clone/copy the files in this directory into app/Plugin/NsfwBadge or using composer:, (*2)

composer require schlaefer/saito-nsfwbadge

Add new database-fields:, (*3)

ALTER TABLE `entries` ADD `nsfw` TINYINT(1)  NULL  DEFAULT NULL;

Empty the cache in the admin panel to register the DB-changes., (*4)

bin/cake plugin load Siezi/SaitoNsfwBadge

See CakePHP plugin documentation for alternative methods., (*5)

Uninstall

Remove database-fields:, (*6)

ALTER TABLE `entries` DROP `nsfw`;

Empty the cache in the admin panel to register the DB-changes., (*7)

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/Schlaefer/saito-nsfwbadge

'Not-Safe-For-Work'-Badge for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito

27/06 2018

2.0.0

2.0.0.0 https://github.com/Schlaefer/saito-nsfwbadge

'Not-Safe-For-Work'-Badge for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito

02/11 2014

1.0.0

1.0.0.0 https://github.com/Schlaefer/saito-nsfwbadge

'Not-Safe-For-Work'-Badge for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito