MyBB Community Forums

Full Version: 2 Helps!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, you must help me!
1. Help:
Missing Text when is Quick Edit:
[Image: problem1b.png]

2. Help:
I cant see text in box:
[Image: problem2d.png]
(i know in css but i cant find can you tell me what to edit..)
FAST Help PLEASE.

Thanks

Actually, I've been working on the text issue, waiting on another reply though.
http://community.mybb.com/thread-78096-p...#pid571586
1. Please provide the forum URL and a test account.

2. You can change that in ./jscripts/editor_themes/default/stylesheet.css

Find and add a color to:
.messageEditor .toolbar_dropdown {
    margin-top: 3px;
    margin-right: 4px;
}
Actually AJS, neither of those seemed to help.
The code should be like this to make the text black:

.messageEditor .toolbar_dropdown {
    margin-top: 3px;
    margin-right: 4px;
    color: #000;
}
Thanks i Fixed 2. problem. But how to fix 1. problem.
FORUM URL:
www.Forumski.NET No Test Account Sad
Why can't you provide a test account? Confused

We can't see quick edit as a guest.
Why you can't to Register and you can see quick edit Toungue
Here test Account:
Username: MyBB-
Password: Testmybb

AJS ....
Anybody?????
For me, it says the those login details are incorrect.

As for the first problem, there's missing language strings. Open up xmlhttp.lang.php in an editor or through the language section of the ACP. Check that strings 'save_changes' and 'cancel_edit' exist, and they have values.

Secondly, if these exist, check the template. Open up the xmlhttp_inline_post_editor template from the XMLHTTP templates and check that {$lang->save_changes} and {$lang->cancel_edit} are there.
Pages: 1 2