phpbbde/pastebin

Provides a pastebin including syntax highlighting

2.0.7 2022-05-18 00:00 UTC

This package is auto-updated.

Last update: 2024-04-12 10:52:00 UTC


README

Installation

Copy the content of this repository via git clone:

git clone https://github.com/phpbb-de/phpbb-ext-pastebin ext/phpbbde/pastebin

or create the following directory structure in your phpBB-root directory:

ext/phpbbde/pastebin

and copy the repository content to it.

Go to "ACP" > "Customise" > "Extensions" and enable the "Pastebin" extension.

Added permissions

The extension adds on the first install group permissions to "user standard" role and "Standard Moderator" and "Full Moderator" roles. You will find them in the user or moderator roles tab "Pastebin".

New user permissions:

  • Can delete own pastebin entries
  • Can edit own pastebin entries (Storage duration, Syntax highlighting)
  • Can post pastebin entries
  • Can post non-pruned pastebin entries
  • Can post pastebin entries without visual confirmation
  • Can view pastebin entries

New moderator permissions:

  • Can delete pastebin entries
  • Can edit pastebin entries (Storage duration, Syntax highlighting)
  • Can deactivate pruning of selected pastebin entries

Development and bug reports

If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-pastebin

Automated Testing

License

GPLv2