2017 © Pedro Peláez
 

cakephp-plugin saito-flattr

Flattr for Saito forum

image

schlaefer/saito-flattr

Flattr for Saito forum

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Flattr

What

Plugin for Saito-Forum. Adds Flattr button to postings and user profile page., (*1)

Install

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

{
    "require": {
        "schlaefer/saito-flattr": "*"
    }
}

Add new database-fields:, (*3)

ALTER TABLE `users` ADD `flattr_uid` VARCHAR(24)  NULL  DEFAULT NULL;
ALTER TABLE `users` ADD `flattr_allow_user` TINYINT(1)  NULL  DEFAULT NULL  AFTER `flattr_uid`;
ALTER TABLE `users` ADD `flattr_allow_posting` TINYINT(1)  NULL  DEFAULT NULL  AFTER `flattr_allow_user`;

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

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

Add to saito_config.php:, (*5)

CakePlugin::load('Flattr', ['bootstrap' => true]);

Uninstall

Remove database-fields:, (*6)

ALTER TABLE `users` DROP `flattr_allow_posting`;
ALTER TABLE `users` DROP `flattr_allow_user`;
ALTER TABLE `users` DROP `flattr_uid`;

ALTER TABLE `entries` DROP `flattr`;

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

The Versions

04/01 2015

dev-master

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

Flattr for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito flattr

04/01 2015

1.1.1

1.1.1.0 https://github.com/Schlaefer/saito-flattr

Flattr for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito flattr

13/11 2014

1.1.0

1.1.0.0 https://github.com/Schlaefer/saito-flattr

Flattr for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito flattr

02/11 2014

1.0.0

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

Flattr for Saito forum

  Sources   Download

MIT

The Requires

 

plugin saito flattr