[Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Plug-in and third party software discussion.
Post Reply
tuska
Posts: 932
Joined: Thu Jul 13, 2017 9:14 am

[Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Post by tuska »

Hi,

I suggest adding the "Spoiler BBCode" to the phpBB® Forum Software.

Reason:
With the "Spoiler" function it is possible to make forum posts clearer.
This is achieved, for example, by giving longer text contributions a title and showing or hiding the text as required.
Lines of programme code can also be hidden or shown with the spoiler.

Examples:
- Simple Spoiler BBCode
- Search queries in Total Commander using 'Everything'

Code: Select all

[spoiler title=Enumeration]
[list=*]
[*]Text
[*]
[/list]
[/spoiler]
Thanks in advance for checking the suggestion.
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: [Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Post by raccoon »

I too like the [spoiler] code. And if we're adding phpBB extensions, one that collects Likes / Reactions would also be nifty as I would like to leave an acknowledgement of having read a post without actually replying as such. A Like can serve the context of appreciation, agreement or simple show of quiet engagement (installing the latest update, woohoo!)
void
Developer
Posts: 15349
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Post by void »

I will consider collapsible text and likes.

Thank you for the suggestions.

For now, please consider a simple TOC with headers:

Code: Select all

TOC Example:
[rurl=#download]Download[/rurl]
[rurl=#new]What's New[/rurl]
[rurl=#changes]Changes[/rurl]



[h1=download]Download[/h1]

[rurl=/Everything-1.5.0.1331a.x64-Setup.exe]Everything-1.5.0.1331a.x64-Setup.exe[/rurl]
[rurl=/Everything-1.5.0.1331a.x86-Setup.exe]Everything-1.5.0.1331a.x86-Setup.exe[/rurl]



[h1=new]What's New[/h1]
[list]
[*][rurl=/forum/viewtopic.php?f=12&t=9788]Property indexing, searching, displaying and sorting[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9789]Dark mode[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9790]Update in background[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9795#fast]Faster searching[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9791#natural]Natural sort[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9792]Index Journal[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9793]Content indexing[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9794]Everything Server[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9788#dupe]Find duplicates[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9796#virtual]Index virtual folders[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9797]Undo System[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9791#mix]Mix files and folders[/rurl]
[*][rurl=/forum/viewtopic.php?f=12&t=9796#fat]FAT indexing[/rurl]
[/list]



[h1=changes]Changes[/h1]
[list]
[*][rurl=/forum/viewtopic.php?f=12&t=9787&p=51165#p51165][1331][/rurl] fixed an issue with [rurl=/forum/viewtopic.php?f=12&t=12399&p=51119#p51115]moving volumes with the same serial number[/rurl].
...
[/list]
TOC Example:
Download
What's New
Changes



Download

Everything-1.5.0.1331a.x64-Setup.exe
Everything-1.5.0.1331a.x86-Setup.exe



What's New

Changes
tuska
Posts: 932
Joined: Thu Jul 13, 2017 9:14 am

Re: [Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Post by tuska »

void wrote: Wed Dec 14, 2022 2:12 am I will consider collapsible text ...
For now, please consider a simple TOC with headers ...
Thank you!
"TOC with headers" is also interesting for me...
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: [Suggestion] - phpBB® Forum Software - Add "Spoiler BBCode"

Post by NotNull »

raccoon wrote: Tue Dec 13, 2022 3:53 pm Reactions would also be nifty as I would like to leave an acknowledgement of having read a post without actually replying as such.
You can subscribe to a topic and get notifications for new posts:
2022-12-14 15_49_18-(19) [Suggestion] - phpBB® Forum Software - Add _Spoiler BBCode_ - voidtools for.png
2022-12-14 15_49_18-(19) [Suggestion] - phpBB® Forum Software - Add _Spoiler BBCode_ - voidtools for.png (33.28 KiB) Viewed 7679 times

As far as phpbb extensions go, I would like it if topics can be marked as solved.
Example from another phpbb forum (solved topics are marked by a green check-mark):
2022-12-14 15_52_55-(5) Ask For Help - AutoHotkey Community — Mozilla Firefox.png
2022-12-14 15_52_55-(5) Ask For Help - AutoHotkey Community — Mozilla Firefox.png (64.06 KiB) Viewed 7679 times
Post Reply