Page 2 of 2
Re: [Forum suggestion] Collapsible tags?
Posted: Sun Jan 24, 2016 11:37 pm
by speeddown
I thought so : /
Re: [Forum suggestion] Collapsible tags?
Posted: Fri Jun 10, 2016 4:45 pm
by 4aiman
A necropost to ask for [spoiler] bbcode.
It would be useful to hide large images under a spoiler to spare network traffic of those who have to count it.
Re: [Forum suggestion] Collapsible tags?
Posted: Fri Jun 10, 2016 6:05 pm
by pgimeno
I think I see the motivation
But making it do what you want it to do is not trivial, and probably not supported by phpBB.
In particular, this doesn't prevent the image from being loaded in at least Firefox and Chromium, and is how most [spoiler] tags are implemented:
Code: Select all
<div style="display:none"><img src="hugeimage.gif"></div>
Re: [Forum suggestion] Collapsible tags?
Posted: Sun Jun 12, 2016 5:38 pm
by HugoBDesigner
I think that, even though it still loads the image, it could be very useful for making posts more organized and cleaner, therefore easier to read and understand, without having a bunch of images, videos or large texts/codes in the way.
Re: [Forum suggestion] Collapsible tags?
Posted: Sun Jun 12, 2016 7:06 pm
by Beelz
That, in addition to not auto-playing GIFs (or at least not visually, I'm not sure how that works(all i know is my pc freezes for a min until they all start playing))... Threads like 'What are you working on' this could be a major plus.
Re: [Forum suggestion] Collapsible tags?
Posted: Mon Jun 13, 2016 5:37 am
by ivan
NightKawata wrote:Adding spoiler tags takes less than about 5 minutes of work if you're a monkey, we've just got to get a mod to see this and agree with it, which is the tougher part.
I'm the admin of another forum (unrelated to Love2D) and honestly this is much more inconvenient to maintain than you think.
Every time there is a phpBB update you have to update all of your mods too and something always breaks.
Naturally, phpBB mods are usually "behind" in version and a nightmare to update.
Looks like phpbb does support custom code snippets.
Re: [Forum suggestion] Collapsible tags?
Posted: Mon Jun 13, 2016 10:51 am
by Nixola
Doesn't phpBB just let you add your own bbcodes?
Re: [Forum suggestion] Collapsible tags?
Posted: Mon Jun 13, 2016 11:24 am
by ivan
Nixola wrote:Doesn't phpBB just let you add your own bbcodes?
Good point. It does! Never used that feature myself though.
Re: [Forum suggestion] Collapsible tags?
Posted: Tue Jun 14, 2016 7:33 pm
by NightKawata
Nixola wrote:Doesn't phpBB just let you add your own bbcodes?
yeah, that's what I did when I cared enough to run my own forum.
Nowadays I don't have the community for that. (nor did I really have a big community anyways :p)