MyBB Community Forums

Full Version: Menu bar problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I lost the menu bar of textarea, anybody can help me. Sorry about my english.

[Image: asdsdads.jpg]
URL and test account?
I'm sorry, but I don't know what you mean
What is your forum URL? And can you provide a test account so we can log in and view the newreply/newthread pages?
URL: http://h-ours.net/
test account:
acc: dnlong
pass: 123456789
Your board is closed so we still can't see actual new reply/new thread page in order to troubleshoot this.

Things to check:

- Make sure Clickable MyCode Editor is enabled in Admincp >> Configuration >> Clickable Smilies and BB Code
- You have a couple of other jscripts on your site, try disabling them one by one and check if one of them is conflicting with the editor.
I'm sorry, I opened my board.
I did what you tell, but I can't see the problems.
I fixed that fault. Because this plugin: http://langkhach.info/folios/mybb-plugin...-mybb.html
I still want to change "Moderate This Message" to "Your Message", how can I do that?
(2011-04-26, 12:24 AM)dnlong_91 Wrote: [ -> ]I still want to change "Moderate This Message" to "Your Message", how can I do that?

Make sure your newthread template is default.

Go to: ACP > Templates > Newthread Templates > newthread > and find;
<td class="trow2" valign="top"><strong>Moderate this message</strong>{$smilieinserter}</td>
and Change it to;
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
thank you