• Welcome to League Of Reason Forums! Please read the rules before posting.
    If you are willing and able please consider making a donation to help with site overheads.
    Donations can be made via here

Hide Spoiler

Anachronous Rex

New Member
arg-fallbackName="Anachronous Rex"/>
I've seen a lot of forums that have a 'hide spoiler' function that conceals anything placed within it by the poster until clicked upon. This is usually used to conceal lengthy walls of text, but has several other applications of course.

I mention it mainly because of this wonderful thread:
http://forums.leagueofreason.co.uk/viewtopic.php?f=64&t=5426

Getting through all those pictures to a new post is a rather tedious experience.
 
arg-fallbackName="Prolescum"/>
I'm inclined to agree, personally. Even if it's named something else, it'll definitely improve some threads.
Click here for occult text would be quite funny.

There are hacks floating about the place.

http://www.phpbbhacks.com/download/8193
 
arg-fallbackName="CosmicSpork"/>
Here's my answer...

Code:
[showmore]Ta da![/showmore]
I've also added the ShowMoreMsg tag... which allows you to add your own message to the link like:
[showmoremsg msg=I like cake, click here to have some]
images
[/showmoremsg]
Code:
<i>
</i>[showmoremsg msg=I like cake, click here to have some][img]http://t1.gstatic.com/images?q=tbn:mN8dEHMpW_asEM:http://www.juvela.co.uk/recipes/images/victoria_cake.jpg&t=1[/img][/showmoremsg]
No hacks required ;)
 
arg-fallbackName="ImprobableJoe"/>
That's the perfect solution.

Now, who do I have to pay around here to get a correction to a lime-flavored typo? Do I make a lump-sum payment, or a monthly deposit?
 
arg-fallbackName="FaithlessThinker"/>
Thanks for not locking this just yet.

I love the new ShowMore and ShowMoreMsg, except for one small thing. Is it possible to hide the spoiler once it is seen?
 
arg-fallbackName="lrkun"/>
Is it possible to make it that when you click the link within the show me, it would appear as a true link like of that bellow, of which if one clicks it opens?

http://www.scientificamerican.com/article.cfm?id=patternicity-finding-meaningful-patterns
[showmoremsg msg=patternicity]http://www.scientificamerican.com/article.cfm?id=patternicity-finding-meaningful-patterns[/showmoremsg]
 
arg-fallbackName="FaithlessThinker"/>
lrkun said:
Is it possible to make it that when you click the link within the show me, it would appear as a true link like of that bellow, of which if one clicks it opens?

http://www.scientificamerican.com/article.cfm?id=patternicity-finding-meaningful-patterns
[showmoremsg msg=patternicity]http://www.scientificamerican.com/article.cfm?id=patternicity-finding-meaningful-patterns[/showmoremsg]
You can use the URL tag as a quickfix:
[showmoremsg msg=Using URL tag...]http://www.scientificamerican.com/article.cfm?id=patternicity-finding-meaningful-patterns
or
Patternicity: Finding Meaningful Patterns in Meaningless Noise[/showmoremsg]until or unless Spork can fix this.
 
arg-fallbackName="FaithlessThinker"/>
Excuse me for pulling this up. And for the many "codes".

I would be delighted to see a ShowMoreMsg button^ in the buttons bar of the edit page. I wanted to use this feature and forgot how to do it. I tried doing these:
Code:
[ShowMore="Title"]Content[/ShowMore]
[ShowMore=Title]Content[/ShowMore]
[ShowMore='Title']Content[/ShowMore]
and realized all of them didn't work.* I had to search for this topic just to remind myself that it is:
Code:
[ShowMoreMsg msg=Title]Content[/ShowMoreMsg]
and even for this I had trouble at first because I didn't change the end tag from /ShowMore to /ShowMoreMsg.

^The button must put the following in the edit box:
Code:
[ShowMoreMsg msg=_CURSOR-HERE_][/ShowMoreMsg]
*On a side note, it would have made more sense if the ShowMore tag was like this. The URL tag actually works in a similar way:
Code:
[url]http://www.somewebsite.com[/url]
[url=http://www.somewebsite.com]Some Website[/url]
 
Back
Top