Simple Spoiler BBCode extension for phpBB.
Allows you to write [spoiler]text[/spoiler]
or [spoiler title=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=title]
.
- BBCodes can be nested
- Full Unicode support in title for the
[spoiler title=]
BBCode - It's easily extensible and customizable for new styles
- HTML5 markup
- PHP 7.1.3 or greater
- phpBB 3.3 or greater
If you like or found my work useful and want to show some appreciation, you can consider supporting its development by giving a donation.
- 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
[spoiler title=Nested spoilers]First level
[spoiler title=«µǹï¢øð€»]Second level[/spoiler][/spoiler]
[spoiler title=🇩🇪 🇲🇽 🇺🇸 Title with emojis 😁 🤗 🔱]Some text 🦏[/spoiler]
(Click to view in full size)
To customize the look and feel:
- Move into
{PHPBB_ROOT}/ext/alfredoramos/simplespoiler/
- Copy the
styles/prosilver/
directory tostyles/{STYLE}/
- Edit the following files as needed
styles/{STYLE}/theme/css/style.css
styles/{STYLE}/theme/css/colors.css
Note: If your style doesn't inherit from prosilver
, you should follow the steps above even if you don't want to change any file.
- 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
- Go to your
Administration Control Panel
>Customize
>Manage extensions
- Click on
Disable
and confirm - Delete all the files inside
{PHPBB_ROOT}/ext/alfredoramos/simplespoiler/
- Download the new version
- Upload the new files inside
{PHPBB_ROOT}/ext/alfredoramos/simplespoiler/
- Enable the extension again
File eye-invisible.svg
is a modified version of 1F441.svg
from Emoji One Legacy which is licensed under CC BY-SA 4.0.