Skip to content

JWPlatt/phpbb-ext-simple-spoiler

 
 

Repository files navigation

About

Simple Spoiler Extension for phpBB 3.2.x

Build Status Latest Stable Version License

Dependencies

  • php 5.6 or greater
  • phpBB 3.2 or greater

Installation

  • Download the latest release
  • Decompress the *.zip or *.tar.gz file
  • Copy the files and directories inside <PHPBB_ROOT>/ext/alfredoramos/simplespoiler/
  • Go to your Administration Control Panel > Customize > Manage extensions
  • Click on Enable and confirm.

Usage

Write [spoiler]text[/spoiler] or [spoiler=title]text[/spoiler] and it will hide the content on anywhere that you can render BBCodes.

You can nest [spoiler] and write unicode titles in [spoiler=title].

Preview

Nested spoilers

Spoiler title with emojis

(Click to view in full size)

Configuration

To add support for more styles simply copy the content of the styles/prosilver/theme/ directory into styles/<NEW_STYLE>/theme/.

To customize the look and colors, edit the following files:

  • styles/<STYLE>/theme/css/style.css
  • styles/<STYLE>/theme/css/colors.css

Note: By default it's hidden from the posting box, if you want to show it follow these steps:

  • Go to your Administration Control Panel > Posting > BBCodes
  • Click on the Edit button (green gear)
  • Go to Settings and check the option Display on posting
  • Click on Submit

Uninstallation

  • Go to your Administration Control Panel > Customize > Manage extensions
  • Click on Disable and confirm.
  • Go back to Manage extensions > Simple Spoiler > Delete data and confirm.

Upgrade

  • Uninstall the extension.
  • Delete all the files inside <PHPBB_ROOT>/alfredoramos/simplespoiler/.
  • Download the new version.
  • Install the extension.

Contributors

Thanks to the following people for contributing to the extension:

About

Simple Spoiler BBCode Extension for phpBB 3.2.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.1%
  • CSS 9.9%
  • Shell 8.9%
  • JavaScript 5.8%
  • XSLT 4.8%
  • HTML 3.5%