BBCode Help Page Fixes

Status

Geek

Mom of BBB
Support
Feedback score
11
Posts
897
Reactions
267
Resources
1
Whilst on dark theme, all of the code inside the code boxes on the BBCode Help Page is not visible. After changing the text color to black inside of DevTools (line 541 in css.php) it's much easier to read. In addition, the colour of the quotes and general code will need to be changed back to white. I did so on line 125 and 61 in css.php respectively.

I'm sure there's better ways to go about changing the text colour, this is just a way that worked for me as I'm not a web developer. Here's what it would look like in the end
camxo.png
 
Type
Bug report
Status
Implemented
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Geek

Mom of BBB
Support
Feedback score
11
Posts
897
Reactions
267
Resources
1
After more review, I've found that the FontAwesome section is broken!
x18jf.png

Changed line 1641 in the html file to
HTML:
<p class="description">Enhance your thread with icons from <i class="fa fa-font-awesome" aria-hidden="true"></i> Font Awesome 1.7. <a href="https://fontawesome.com/v4.7.0/icons/"> View all icons on their website.</a></p>
Whilst we are at it, why not upgrade our FontAwesome to FontAwesome 5.12 as it's the latest.

Also, I've neglected to update the colours for the title's in my OP. Line 512 in css.php should be changed to white. If you also want, you can update the "Example" and "Output" text colours by modifying line 536 in css.php. I personally don't like it, so I suggest just removing it, but please do what you think is best naturally.

After everything is said and done, here's what it would look like.
fqh5c.png
 

Jayson

Supreme
Feedback score
17
Posts
1,258
Reactions
741
Resources
0
Whilst we are at it, why not upgrade our FontAwesome to FontAwesome 5.12 as it's the latest.
Unfortunately, that would break many of the icons on the site at the moment which could take a while to get all updated.
upload_2020-2-23_21-48-22.png
upload_2020-2-23_21-48-35.png
Line 512 in css.php should be changed to white.
For future reference, the contents of the css.php "file" and other pages are dynamic either loaded from cache files or the database.

For now, I have removed the broken HTML from the Font Awesome BB Code portion of the help page. :)
 

Attachments

  • upload_2020-2-23_21-48-22.png
    upload_2020-2-23_21-48-22.png
    126.1 KB · Views: 79
  • upload_2020-2-23_21-48-35.png
    upload_2020-2-23_21-48-35.png
    42.7 KB · Views: 71

Geek

Mom of BBB
Support
Feedback score
11
Posts
897
Reactions
267
Resources
1
Unfortunately, that would break many of the icons on the site at the moment which could take a while to get all updated.

For future reference, the contents of the css.php "file" and other pages are dynamic either loaded from cache files or the database.

For now, I have removed the broken HTML from the Font Awesome BB Code portion of the help page. :)
Damn, I really like some of the updated icons. Oh well.

I know that the css file is dynamically served, but it was the only thing for me to reference for ya to show what I changed that worked. Thanks for fixing the broken html!
 

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
Since this is such a minor bug that we seem to have we’re not going to be fixing it. This is due to the fact that we’re migrating to XF2 in the future and when we do that it will require a full re-write of everything from the ground up.

Thank you for the bug report nonetheless,
 
Status
Top