THE GREAT BBCODE CRY THREAD - Aka It's Broke, Is It Fixable?

Status
Not open for further replies.
Also, is this a thing we have access to, or naw?
How To Create a Custom Scrollbar
A lot of CSS functions work by the usage of classes (you assign a class to the div and it allows you to give that class its own features), I couldn't make hover animations work at all, so I assume that anything that requires classes will not work as well... I'm not sure about webkit, however. I can only say for sure that the hover options cannot be coded inline. My gut says no, but maybe I'll be proven wrong? (Javascript seems like a definite no-go)

Inline animations work tho! I've seen people do things with them before, I was blown away... #codegoals
 
  • Love
Reactions: The Mood is Write
/gimme a few days to rest and ill have a list of weird codes bugs i've noticed
 
I'm not certain if this is a bug or a weird bbcode thing, so I'm posting it here. Something I've noticed is that bold doesn't work with certain fonts.

bloop bloop
bloop bloop

[B]bloop bloop[/B]
[FONT=Georgia][B]bloop bloop[/B][/FONT]

There are other fonts I've noticed that with, too, but I can't think of them off the top of my head.
 
bloop bloop
bloop bloop

Code:
[B][FONT=Georgia]bloop bloop[/FONT][/B]
[FONT=Georgia]bloop bloop[/FONT]

Swapping the tag order doesn't seem to do anything with the issue, either.

bloop bloop


Code:
[div=font-family: Georgia; font-weight: bold;]bloop bloop[/div]

Divs work, though! Odd.

At least there's a way to work around it for the time. 8D;;
 
The official site for Font Awesome lists the patreon icon as free, but.... It dun work. 8D

Code:
[DIV=display: inline-block; margin: 20px 40px; background: rgba(5, 45, 73, 0.8); border: 2px dotted; border-radius: 50%; width: 65px; padding: 10px; text-align: center; z-index: 4;][DIV=position: relative; position-top: 1px;][URL=https://www.patreon.com/moodywriter][COLOR=#f96854][FA]fa-patreon fa-3x faa-tada[/FA][/COLOR][/URL][/DIV][/DIV]
 
The official site for Font Awesome lists the patreon icon as free, but.... It dun work. 8D

Code:
[DIV=display: inline-block; margin: 20px 40px; background: rgba(5, 45, 73, 0.8); border: 2px dotted; border-radius: 50%; width: 65px; padding: 10px; text-align: center; z-index: 4;][DIV=position: relative; position-top: 1px;][URL=https://www.patreon.com/moodywriter][COLOR=#f96854][FA]fa-patreon fa-3x faa-tada[/FA][/COLOR][/URL][/DIV][/DIV]
It's not only in this site, I could not get icons from Font Awesome version 5 that were not in 4.7 to ever work. I wonder if it's a case of buying a license? Or an issue with Font Awesome itself. I honestly don't know... Because of that I just use this page as a reference and ignore the rest.
 
  • Thank You
Reactions: The Mood is Write
bloop bloop
bloop bloop

Code:
[B][FONT=Georgia]bloop bloop[/FONT][/B]
[FONT=Georgia]bloop bloop[/FONT]

Swapping the tag order doesn't seem to do anything with the issue, either.

bloop bloop


Code:
[div=font-family: Georgia; font-weight: bold;]bloop bloop[/div]

Divs work, though! Odd.

At least there's a way to work around it for the time. 8D;;
I didn't even think about using divs! Thanks for the fix. ^^
 
  • Love
Reactions: The Mood is Write
Sorry if I missed it, but is there a way to bold text in div boxes? It no longer seems to work.
 
Sorry if I missed it, but is there a way to bold text in div boxes? It no longer seems to work.
You can use the ‘font-weight: bold’ property to bold text. It isn’t ideal, but it helps. Add in ‘Display: inline-block’ if you want it to stay on one line.

I also have a little bug. I haven’t been able to use Google Fonts at all. I tried donating as well (anonymous donation) to see if that triggers it, but alas. I’m not too bothered by it, but since I’m here anyway I thought I could mention it.
 
  • Useful
Reactions: kixinorbit
Sorry if I missed it, but is there a way to bold text in div boxes? It no longer seems to work.
You can use the ‘font-weight: bold’ property to bold text. It isn’t ideal, but it helps. Add in ‘Display: inline-block’ if you want it to stay on one line.

I also have a little bug. I haven’t been able to use Google Fonts at all. I tried donating as well (anonymous donation) to see if that triggers it, but alas. I’m not too bothered by it, but since I’m here anyway I thought I could mention it.
actually @Kitti had a similar issue I think, maybe it's set to individual permissions when it comes to staff?
 
  • Like
Reactions: Nemopedia and Kitti
Time to awaken this thread from the 4 month slumber.

I noticed this issue was mentioned in this thread a while back, but I didn't see it addressed. Is it possible to insert an image as a profile comment? I know that it used to work, but now it seems that or any variation of it that I've tried leads only to the text remaining visible and no image anywhere to be found.

Any fixes on this one..? ^^
 
Last edited:
  • Like
Reactions: Gilmore
Time to awaken this thread from the 4 month slumber.

I noticed this issue was mentioned in this thread a while back, but I didn't see it addressed. Is it possible to insert an image as a profile comment? I know that it used to work, but now it seems that or any variation of it that I've tried leads only to the text remaining visible and no image anywhere to be found.[/COLOR]

[COLOR=rgb(147, 101, 184)]Any fixes on this one..? ^^[/COLOR]
From the Bug Report thread, in the list of known issues:
BbCode in Profile Posts is currently turned OFF due to a massive error. It will return once that error is fixed.
I believe this is why posting an image is not working... Since there haven't been further updates on this, I assume they're still turned off.

Hopefully, after the next update some of these things start getting fixed >w<
 
Status
Not open for further replies.