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.
Pages: 1
they ain't new they were just like, not on the list.
proc's discorb stylish themes for forums/the game
꧁꧂L O V E & C O R N꧁꧂ ᘛ⁐̤ᕐᐷ
danke bluecloud thank u raphe [this section of my sig is dedicated to everything i've loved that's ever died]
?
Offline
There isn't a list of all of them. All of them either have buttons or are listed on this page.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Very much invisible, very much useless.
Hey Different55, the link what you said is wrong. I mean, on the help section there isn't even a text style "Hide". But there is still there, as button, when posting a comment.
Let me tell you what is Hide style: it hides the text making some peoples not get what did they/he/she said. You can STILL see what did a user (that used Hide style) say by hovering, or quote/quick quote them.
Offline
Offline
lrussell wrote:Very much invisible, very much useless.
Hey Different55, the link what you said is wrong. I mean, on the help section there isn't even a text style "Hide". But there is still there, as button, when posting a comment.
Let me tell you what is Hide style: it hides the text making some peoples not get what did they/he/she said. You can STILL see what did a user (that used Hide style) say by hovering, or quote/quick quote them.
There isn't a list of all of them. All of them either have buttons or are listed on this page.
If they're not on the page, they have buttons that explain them. Except for the forum [ donate] BBCode, like hummerz said. That one doesn't have a button and it also isn't on the page.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Anyone anticipating people using this everywhere:
https://chrome.google.com/webstore/deta … b?hl=en-US
.bgcolor {
transition:color .2s ease;
}
.bgcolor:hover {
color:#BBDEFB;
cursor:help;
}
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
And for those who want to see everything then F12 > Console and paste this:
$("span.bgcolor").css('color', 'white');
Everybody edits, but some edit more than others
Offline
This will be the thread where I suggest that when you highlight something and press the "URL" button, it types out the = sign as well and places your cursor right after it so you can just highlight and paste and have your URL all nicely linked up very easily.
aka towwl
Offline
This will be the thread where I suggest that when you highlight something and press the "URL" button, it types out the = sign as well and places your cursor right after it so you can just highlight and paste and have your URL all nicely linked up very easily.
No because [url=http://URL.hld/]Text[/url] by default tries to hide where the link leads, it should be left how it is and if you want to hide then you can press ← then = yourself
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Except when you post a link that you don't intend to hide, it just adds the URL tags for you. The only real reason you'd use the URL tags manually would be to hide a link, and having it automatically add the = and move your cursor would make the process just that much more convenient.
aka towwl
Offline
Except when you post a link that you don't intend to hide, it just adds the URL tags for you. The only real reason you'd use the URL tags manually would be to hide a link, and having it automatically add the = and move your cursor would make the process just that much more convenient.
It's an easy fix for the forums devs, just replace
insert_text('[ url]','[ /url]')
with
insert_text('[ url=','][ /url]')
(without spaces in brackets)
EDIT: will break if no url is highlighted, I may look for an alternative tomorrow. going to bed now
Offline
Bobithan wrote:Except when you post a link that you don't intend to hide, it just adds the URL tags for you. The only real reason you'd use the URL tags manually would be to hide a link, and having it automatically add the = and move your cursor would make the process just that much more convenient.
It's an easy fix for the forums devs, just replace
insert_text('[ url]','[ /url]')
with
insert_text('[ url=','][ /url]')
(without spaces in brackets)
EDIT: will break if no url is highlighted, I may look for an alternative tomorrow. going to bed now
If selected text length = 0 insert blank URL tag, else wrap it in a half finished URL tag?
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
[ Started around 1738492842.3121 - Generated in 0.084 seconds, 12 queries executed - Memory usage: 1.7 MiB (Peak: 1.93 MiB) ]