Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,954,791
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
03-29-24 03:43 PM
Guest: Register | Login

0 users currently in AcmlmBoard Developer Zone | 2 bots

Main - AcmlmBoard Developer Zone - CSS leakage to the "current users reading forum"
Next newer thread | Next older thread


Emuz
Posted on 06-21-12 01:22 AM, in Link | ID: 17770
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 747/3392
EXP: 13212183
Next: 308316

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 116 days
Last view: 1 day
Here

But it won't work without nick being present.

Basically his css hack on his name to increase it's size (Let's just ignore any possible rule violations for now) is applied to the "Online" bar as well as his profile. Is there anything we can do to confine the css so it won't effect the more static elements of the board? I am curious is there is a quick fix for it.

The only way we can curtail some of these overly exotic css is to store it on the board's side and scrub it for anything out of bounds. Right now I don't think of it as a priority as we have higher priority things to do. ;)

The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Arisotura
Posted on 06-21-12 10:41 AM, in Link | ID: 17919
Developer
pancakes
Level: 83


Posts: 259/1868
EXP: 5395998
Next: 36223

Since: 01-05-12
From: France

Last post: 655 days
Last view: 194 days
<usernametag style="font-size:normal!important;"> or something, idk...

As far as !important goes, a possibility is to include !important CSS rules at the end of the <body> tag. That's not valid HTML but I guess it'd work well.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Emuz
Posted on 06-21-12 11:10 AM, in Link | ID: 17931
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 748/3392
EXP: 13212183
Next: 308316

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 116 days
Last view: 1 day
Well I guess that would work if we have to implement something. However that example would only apply to size difference. (We could add more css to it of course).
Plus that's a less perm fix, and really a hack style solution.

What sucks is the CSS is all loaded and applied at once globally. If only HTML would allow 'sandboxing' of CSS. (I don't know how that would be possible, but it would be nice lol ;))

The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Arisotura
Posted on 06-21-12 11:36 AM, in Link | ID: 17934
Developer
pancakes
Level: 83


Posts: 260/1868
EXP: 5395998
Next: 36223

Since: 01-05-12
From: France

Last post: 655 days
Last view: 194 days
Another possibility would be, once the page is loaded, run some Javascript that removes unwanted CSS from usernames.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Emuz
Posted on 06-21-12 12:53 PM, in Link | ID: 17936
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 749/3392
EXP: 13212183
Next: 308316

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 116 days
Last view: 1 day
Perhaps.
We could filter out other issues later on too with a flexible filter system. One part php side, and one part JS (which can be disabled client side but I don't think that matters since it's mostly the cosmetic side).

This would come in handy mostly for the badges system, which is supposed to small cosmetic things that have no real permissions or power to them. Like for example a Badge could turn their username upside down, make it tiny, or make it bigger. etc (really bad examples based on the current issue)

As much as Nick is on I don't think it's an immediate issues at least.

The Dynamic Profile Administratorâ„¢


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Next newer thread | Next older thread
Main - AcmlmBoard Developer Zone - CSS leakage to the "current users reading forum"


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.060 seconds. (784KB of memory used)
MySQL - queries: 88, rows: 528/561, time: 0.047 seconds.