14 posts
Posted 06 October 2014 - 04:49 PM
Hello
How to make spoilers and quotes in a forum post?
Where do I publish games?
1583 posts
Location
Germany
Posted 06 October 2014 - 04:56 PM
1.
you make spoilers like this:
[Spoiler]
some text here
[/Spoiler]
2. You can publish your games in the "Programs" section
3057 posts
Location
United States of America
Posted 06 October 2014 - 05:03 PM
1. normal spoilers:
[spoiler]
stuff
[/spoiler]
named spoilers
[namedspoiler="name"]
stuff
[/namedspoiler]
Quotes: At the bottom of posts there is a "Quote" button. Click that.
Oh really Dog?
I am correct
This is using my="" thingy!
Edited on 06 October 2014 - 04:11 PM
1220 posts
Location
Earth orbit
Posted 06 October 2014 - 05:16 PM
I believe the named spoiler shouldn't have the '=' or the quotes
Test
This is using '=' and quotesSpoiler
This is not using '=' or quotesThe second looks like this
[NAMEDSPOILER Test]
This is not using '=' or quotes
[/NAMEDSPOILER]
Also, don't forget you can replace 'spoiler' with 'code' for posting code.
Edited on 06 October 2014 - 03:17 PM
14 posts
Posted 07 October 2014 - 05:50 AM
Thank you
3790 posts
Location
Lincoln, Nebraska
Posted 07 October 2014 - 05:59 AM
Since this is forum related, I'm moving it to the forum section.
7508 posts
Location
Australia
Posted 07 October 2014 - 06:13 AM
-snip-
-snip-
There is no specific way to do named spoilers, take a look at the following 6
Spoiler
Spoiler
Spoiler
Test1
Test1
Test1
made with the following codes
[namedspoiler Test1]
[/namedspoiler]
[namedspoiler 'Test1']
[/namedspoiler]
[namedspoiler "Test1"]
[/namedspoiler]
[namedspoiler=Test1]
[/namedspoiler]
[namedspoiler='Test1']
[/namedspoiler]
[namedspoiler="Test1"]
[/namedspoiler]
It is the one thing IP.Board has actually got right, it can parse a few different formats.
What you cannot do however is have spaces around the
= as Dog has pointed out with his demo.
3790 posts
Location
Lincoln, Nebraska
Posted 07 October 2014 - 06:18 AM
Although, I would like to make note. If you are using spoilers, do not make the actual Spoiler
text any different formatting, or your spoiler cannot be opened in some browsers.
You can do this by highlighting the Spoiler
tags, and clicking on the [acronym='Remove Format']eraser icon[/acronym] in the editor toolbar.
11 posts
Location
You'll never find me!!!! hehehe
Posted 08 May 2018 - 01:29 AM
Although, I would like to make note. If you are using spoilers, do not make the actual Spoiler
text any different formatting, or your spoiler cannot be opened in some browsers.
You can do this by highlighting the Spoiler
tags, and clicking on the [acronym='Remove Format']eraser icon[/acronym] in the editor toolbar.
Unrelated, but how did you tooltip it?
Edit: I know I have replies, but I feel like such an idiot when I looked at the last reply date.
Edited on 08 May 2018 - 11:12 AM
7083 posts
Location
Tasmania (AU)
Posted 08 May 2018 - 02:06 AM
You don't. I'm unaware of any BBCode that does that.
Edited on 08 May 2018 - 12:06 AM
2427 posts
Location
UK
Posted 08 May 2018 - 12:35 PM
Unrelated, but how did you tooltip it?
I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.
11 posts
Location
You'll never find me!!!! hehehe
Posted 08 May 2018 - 01:17 PM
Unrelated, but how did you tooltip it?
I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.
[html]<html>
<style>
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<body style="text-align:center;">
<div class="tooltip">Wait…
<span class="tooltiptext">I can do something similar.</span>
</div>
</body>
</html>[/html]
1426 posts
Location
Does anyone put something serious here?
Posted 08 May 2018 - 01:45 PM
I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.
[acronym='One can use the acronym tag (see "Special BB Code" next to the font selection).']Not quite[/acronym]
Edited on 08 May 2018 - 11:45 AM
749 posts
Location
BOO!!
Posted 08 May 2018 - 02:41 PM
Just wanted to point out, ya'll do realize you can [acronym='As in, use mismatched styling in your tags. It breaks the forums lexer or whatever.']escape[/acronym] spoilers without code tags?
[spoiler]
This is not a spoiler
[/spoiler]
Edited on 08 May 2018 - 12:49 PM
11 posts
Location
You'll never find me!!!! hehehe
Posted 08 May 2018 - 08:25 PM
Just wanted to point out, ya'll do realize you can [acronym='As in, use mismatched styling in your tags. It breaks the forums lexer or whatever.']escape[/acronym] spoilers without code tags?
Oh, you do [acronym='Okay.']this[/acronym]?
Edited on 13 May 2018 - 11:09 PM
62 posts
Location
Sweden
Posted 09 May 2018 - 06:48 AM
You can't read tooltips if you are on the mobile/smartphone version of the forum.