MyBB Community Forums

Full Version: Help Me Friends....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Location For "headerinclude" Jscript.....

Plzzzz Give Me Direction
location for headerinclude template ? it is in ungrouped templates set (at the bottom of templates page)
headerinclude is a template. located at:
ACP / Templates & Styles /Templates/ (theme name) templates / Ungrouped Templates / headerinclude
Detailed description of your problem, including steps to reproduce if necessary
I would like to figure out how to enable the BBcode buttons, like so here on the MyBB forums. But on my forum, I just want to enable it so people do not have to already know the BBCode.
URL to your forum/URL to specific problematic page

New installation or upgrade (from which version of MyBB)?
MyBB 1.6.
I also Try This Bro.......


But Not Working
Most of the cases it is a jQuery conflict issue.
Check your collapse / expand buttons of categories are working or not. If no then it is surely a conflict. for that you have to locate the jQuery library include line in headerinclude nad have to add just after that:
<script type="text/javascript">jQuery.noConflict();</script>
i already add thid code in headerinclude ... but not working...
i already add thid code in headerinclude ... but not working...