Author Topic: [WEBSITE v2] MusicBee website and forum redesign  (Read 645262 times)

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10268
I'm curious: is anyone seeing any ads on it?
For me it is completely clean, but that may be because of my ad-blockers?
No ads for me, but like you (and anyone else who uses a browser) I have a very good ad-blocker (uBlock Origin) which stops just about everything.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

sveakul

  • Hero Member
  • *****
  • Posts: 3279
The forum preview text is too light, making it hard to read.  This has been this way for years.  Using whatever the forum defaults are.  I'm finally old enough for this to really bother me.  Fix?


sveakul

  • Hero Member
  • *****
  • Posts: 3279
The forum preview text is too light, making it hard to read.  This has been this way for years.  Using whatever the forum defaults are.  I'm finally old enough for this to really bother me.  Fix?


Anybody??

tjinc

  • Sr. Member
  • ****
  • Posts: 834
The forum preview text is too light, making it hard to read.  This has been this way for years.  Using whatever the forum defaults are.  I'm finally old enough for this to really bother me.  Fix?
I do agree with this (although I don't know if I'm quite old enough yet for it to really bother me  ;D - give me a couple more years).
I actually switched to using the dark theme partly for this very reason - it is much less of an issue when using this.

hiccup

  • Hero Member
  • *****
  • Posts: 9133
Anybody??
This has been raised before, but I think the only person that could fix it is AvikB.
Who has been absent from the forum for quite a while.

Ah well, he has created a fantastic and solid forum layout that still stands strong.
We'll just have to live with some minor issues I guess.


phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10268
Agreed, but for now you can use Dark Reader Chrome Extension
Only if the user is using Chrome.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

AvikB

  • Sr. Member
  • ****
  • Posts: 946

The forum preview text is too light, making it hard to read. This has been this way for years. Using whatever the forum defaults are. I'm finally old enough for this to really bother me. Fix? 
Anybody??
Here is a quick fix for this, Steven needs to edit this .css file and modify line 1896
/forum/Themes/mb_modern/mbforum.css

the code right now look like this
Code
.dark_theme .windowbg, #preview_body {
    color: #c3c3c3;
}


It should change to 

Code
.dark_theme .windowbg, .dark_theme #preview_body {
    color: #c3c3c3;
}


This should fix the issue. I don't have access to modify the file at the moment, but Steven can quickly make this fix.

sveakul

  • Hero Member
  • *****
  • Posts: 3279
THANK YOU AvikB for following up on this and providing the fix!  Steven could you please make the changes he describes?  This would be a SIGNFICANT aid to those of us with less than stellar eyesight.

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34985

The forum preview text is too light, making it hard to read. This has been this way for years. Using whatever the forum defaults are. I'm finally old enough for this to really bother me. Fix?
Anybody??
Here is a quick fix for this, Steven needs to edit this .css file and modify line 1896
/forum/Themes/mb_modern/mbforum.css

the code right now look like this
Code
.dark_theme .windowbg, #preview_body {
    color: #c3c3c3;
}


It should change to

Code
.dark_theme .windowbg, .dark_theme #preview_body {
    color: #c3c3c3;
}


This should fix the issue. I don't have access to modify the file at the moment, but Steven can quickly make this fix.
its done now