Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2016-10-02 10:41:30, last edited by Gosha (2016-10-02 10:42:14)

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,202

mini-spoiler

mini-spoiler for bad words and not only

Mini spoiler will appear like **** in text. if you click on it, it will remove **** and place word there.

Example:
[minispoiler]i love trains[/minispoiler]
My mother always say to me that ****. (then you click on it you should get "i love trains"

Offline

Wooted by: (3)

#2 2016-10-02 10:50:36, last edited by Koya (2016-10-02 10:50:49)

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: mini-spoiler

.minispoiler {
   visibility: hidden;
}
.minispoiler:before {
   cursor:pointer;
   visibility: visible;
   content:'****';
   color:#f00;
}
.minispoiler:active {
   visibility: visible;
}
.minispoiler:active:before {
   visibility: hidden;
   font-size:0em;
}

Holding down click will show the passage


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#3 2016-10-04 04:18:11

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: mini-spoiler

Would you be able to type [minispoiler=this]Hello[/minispoiler] and get this?

Also if this indeed gets added I'm going to mess with BBCode to see if it breaks anything.

Hidden text

Everybody Edits is Fred

Offline

#4 2016-10-04 05:09:41

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: mini-spoiler

N1KF wrote:

Would you be able to type [minispoiler=this]Hello[/minispoiler] and get this?

Also if this indeed gets added I'm going to mess with BBCode to see if it breaks anything.

Hidden text

Forgot to take my sleep meds so I'm still awake at 5AM to make changes.

BBCode

[minispoiler=this]Hello[/minispoiler]
HTML

<span mask="this">Hello</span>
CSS

.minispoiler {
   visibility: hidden;
}
.minispoiler:before {
   cursor:pointer;
   visibility: visible;
   content:attr(mask);
   color:#f00;
}
.minispoiler:active {
   visibility: visible;
}
.minispoiler:active:before {
   visibility: hidden;
   font-size:0em;
}

Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Wooted by:

#5 2016-10-04 18:40:45

MBlood
Member
From: Argentina
Joined: 2016-03-01
Posts: 428

Re: mini-spoiler

MBlood wrote:

There should be an option to allow swears, like in the game. Or even a clickable word that shows the swear (example: [swear] > [you r dumb!])


Away.

Offline

#6 2016-10-05 05:45:02

Kaleb
Formerly Kaleb123
From: California of America
Joined: 2015-02-19
Posts: 1,263

Re: mini-spoiler

This should be added onto the forums imo.
Because why the **** not guys. //forums.everybodyedits.com/img/smilies/big_smile

Offline

#7 2016-11-20 12:19:30

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,202

Re: mini-spoiler

Now, when forums censore bad words, this would be useful to see what the actual word is

Offline

#8 2016-11-22 20:51:04

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: mini-spoiler

I would suggest that the asterisks aren't so red, just a little red to show they are an action.


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Wooted by:

#9 2016-11-22 21:19:11

Napakeun
Formerly goodsmile
From: Slo
Joined: 2015-02-22
Posts: 619

Re: mini-spoiler

Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...

Offline

#10 2016-11-22 21:24:44

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: mini-spoiler

Napakeun wrote:

Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...

That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

#11 2016-11-22 21:32:46

Napakeun
Formerly goodsmile
From: Slo
Joined: 2015-02-22
Posts: 619

Re: mini-spoiler

Koya wrote:
Napakeun wrote:

Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...

That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @

I prefer the black line because it is more subtle and blends in the text better than a red coloring with asterisks**

Offline

#12 2016-11-22 21:37:10

Koya
Fabulous Member
From: The island with those Brits
Joined: 2015-02-18
Posts: 6,310

Re: mini-spoiler

Napakeun wrote:
Koya wrote:
Napakeun wrote:

Why not a mini spoiler like a dark, black, thick line that is covering a row of text. When you put cursor on it, it reveals the text below.
Just like on the IMDb Discussion boards...

That's too easy to make, imo; I only support this because of the way Gosha suggested this. I did make some for Anatoly before though @

I prefer the black line because it is more subtle and blends in the text better than a red coloring with asterisks**

Yeah, not a fan of bright read drawing attention to itself. Black and White (for snow) would be better albeit less cool.


Po9cnQh.png

PLNQVL8.png
Thank you eleizibeth ^

1SYOldu.png

I stack my signatures rather than delete them so I don't lose them
giphy.gif

WfSi4mm.png

Offline

Koya1479847030636006

Board footer

Powered by FluxBB

[ Started around 1711632983.5725 - Generated in 0.052 seconds, 12 queries executed - Memory usage: 1.58 MiB (Peak: 1.76 MiB) ]