MyBB Community Forums

Full Version: problem in Business Device Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Seniors

posts showing like this

<br> tag is showing in the post

[Image: 27wy7mo.png]

its post editor is totally different
due to bb code system dos not works
how to make default this bb code system

This problem has been resolved by allowing html in all forums
now I need sql query to allow html in all forums
You have to allow HTML on all forums. To make default BBCode system you have to go to newthread/newreply/editpost templates and you have to search and remove this string:
<script src="[url]http://js.nicedit.com/nicEdit-latest.js[/url]" type="text/javascript"></script><script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script> 

Now search this:
<textarea id="message" name="message" rows="20" cols="110" tabindex="2" ></textarea> 

And replace with:
<textarea id="message" name="message" rows="20" cols="110" tabindex="2" ></textarea>
{$codebuttons} 

Enjoy! Smile
any AJAX code does not works in this theme,

as forums stats refersh button,
thanks button and etc...

whenevr we push on thanks button following error messages comes

[Image: 72uc8n.png]

and after that

[Image: 2zzqp84.png]
This is a problem of plugin or your board, I test the thanks plugin on this theme the last month and it work.
may I have to reinstall the Thanks plugin ?
yes reinstall it and configure