Kinematics
Well worn.
- Joined
- May 14, 2015
- Messages
- 7,089
- Likes received
- 19,705
Currently mods have a "mod voice" that's simply a specific font color for their text. This is generally workable, but doesn't always work well with all themes. A recent example was gibbousmoons' comment in the Tantric is Magic thread. A couple people pointed out that it doesn't work well in the default XenForo theme, and I'll note that it looks even worse in the UI.X Light theme. (See picture: here)
However, QQ has the tables BBCode addon, which gives access to a very important feature: Background color.
In addition, owrtho made some nice 'fake' forum code over on SV (here), and one of the things provided was mod alert boxes (bottom of page 3).
I'm wondering if the mods here might at least consider using some basic setup to allow clearly unambiguously readable text when they provide notices in threads.
Examples:
(The pink border is Biigoh's mod color.)
It's just four lines of code, and replacing what's being said in one spot. Slightly more work than just coloring text, but if you don't have 'official' mod boxes, this works as a substitute, and gets rid of the problem of using explicit colored text against a wide variety of theme background colors.
However, QQ has the tables BBCode addon, which gives access to a very important feature: Background color.
In addition, owrtho made some nice 'fake' forum code over on SV (here), and one of the things provided was mod alert boxes (bottom of page 3).
I'm wondering if the mods here might at least consider using some basic setup to allow clearly unambiguously readable text when they provide notices in threads.
Examples:
⚠ | Stop doing that. |
⚠ | Stop doing that. |
⚠ | Stop doing that. |
⚠ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl augue, condimentum eget purus et, laoreet pellentesque leo. Fusce at eros faucibus urna auctor egestas nec placerat nulla. Integer ante enim, consequat at est ac, dictum congue nisl. Sed eu sagittis orci. Praesent pharetra velit ut nulla condimentum suscipit. Pellentesque egestas odio nec porta aliquet. Pellentesque in felis odio. Aliquam faucibus bibendum eros, id semper libero porttitor facilisis. |
It's just four lines of code, and replacing what's being said in one spot. Slightly more work than just coloring text, but if you don't have 'official' mod boxes, this works as a substitute, and gets rid of the problem of using explicit colored text against a wide variety of theme background colors.
Code:
[xtable=border:3|border-color:#fa0|bcolor:#201000|bcenter|95%x@]{tbody}{tr}
{td=30x@|bcolor:#000}[size=9][color=#fa0][b]⚠[/b][/color][/size]{/td}
{td}[color=#ddd]Stop doing that.[/color]{/td}
{/tr}{/tbody}[/xtable]
Last edited: