Hello,
I didn't find text alignment (Code Buttons) and picture, quote, video insert buttons while posting new thread And more over the smileys are not clickable.
You probably have some JavaScript conflicting with MyBB, jQuery perhaps...
Both of you, check your smiles if its not working then its a problem with your JavaScript file.
Upload a fresh copy of JavaScript folder into your forums. & Upload a new copy of newthread.php & newreply.php
If your smiles are click-able then this is what you do:
ACP > Templates & Style > Templates > Your Template > New Thread:
Find this:
{$multiquote_external}
& add this line above it:
{$codebuttons}
So It should look like this:
{$codebuttons}
{$multiquote_external}
That should solve the problem.
In Legendary case, its a problem with javascript file so that is why I had to post both possible ways.
Re-Uploaded Javascript folder .....
Solved