MyBB Community Forums

Full Version: Black posting boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Here is my issue, when I try and post on my forum www.cashforum.org

the boxes are black and you can barely see what you are typing

[Image: 0fb693c4e757b63d3f944e4cb41b1a7b.png]

Then when you try and reply it sucks too Sad

[Image: a384c5e2d54fa992d89092b019ed7da1.gif]



Anyone know how to fix this? THank you!!!!
file /jscripts/sceditor/textarea_styles. Set the text color e.g. to white (#fff):

html, body, p, code:before, table {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #fff;
}
Change the text color in CSS, if you're using Google Chrome as browser or Firefox, press F12, click on the magnifier icon, then click on the editor box and you'll see which file you have to edit and which line, search for the word color, if you change the color to white, it should work properly again.

Basically the same as Ad Bakker said, but I posted a bit too late.
(2015-08-21, 08:55 PM)Ad Bakker Wrote: [ -> ]file /jscripts/sceditor/textarea_styles. Set the text color e.g. to white (#fff):

html, body, p, code:before, table {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #fff;
}

What css file should I change? i dont get it m8 http://prntscr.com/87dkuj



PLEEEASE
Sorry, I forgot to mention the file in /jscripts/sceditor/textarea_styles.

It is: jquery.sceditor.mybb.css
(2015-08-22, 07:59 AM)Ad Bakker Wrote: [ -> ]Sorry, I forgot to mention the file in /jscripts/sceditor/textarea_styles.

It is: jquery.sceditor.mybb.css

Still the sameSad

http://pastebin.com/yYxHgK5R
Perhaps your theme uses another css.

When you are on a page with the editor screen (new reply, new thread or edit post), request for the page source. On that page search for opt_editor =. When you have found this text, 2 lines below it you can see which css file is used.

With the default theme it worked with the mybb.css, I tried it out.
(2015-08-22, 03:05 PM)Ad Bakker Wrote: [ -> ]Perhaps your theme uses another css.

When you are on a page with the editor screen (new reply, new thread or edit post), request for the page source. On that page search for opt_editor =. When you have found this text, 2 lines below it you can see which css file is used.

With the default theme it worked with the mybb.css, I tried it out.

I still can't find the .css
Have made a test account, so you can now delete that. (testmybb)

in
fragstar.css line 312
(/jscripts/sceditor/editor_theme/fragstar.css

change background to wanted color, or font color to wanted color.

But you are missing a js
http://www.cashforum.org/jscripts/scedit...agstar.css
404 Not Found
(2015-08-23, 07:20 AM)BaggerHD Wrote: [ -> ]Have made a test account, so you can now delete that. (testmybb)

in
fragstar.css line 312
(/jscripts/sceditor/editor_theme/fragstar.css

change background to wanted color, or font color to wanted color.

But you are missing a js
http://www.cashforum.org/jscripts/scedit...agstar.css
404 Not Found

how do i fix that orange omg
Pages: 1 2