MyBB Community Forums

Full Version: Fix BB Code problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've done this problem...

Quote:Admin CP -> Configuration -> Settings -> Clickable Smilies and BB Code
Make sure Clickable MyCode Editor is set to yes.

User CP -> Options
Make sure Show the MyCode formatting options on the posting pages is checked.

and this...

Quote:Put the following code into your headerinclude template:

<script>
jQuery.noConflict();
</script>

what can I really do now?
Can you post here your forum URL and your headerinclude template code?
(2013-03-10, 07:20 PM)José F. Wrote: [ -> ]Can you post here your forum URL and your headerinclude template code?

www.seforums.org

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<!--
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colorpicker.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/eye.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/utils.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/profiledesign.js"></script>
-->
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
{$sb_refresh}
Sorry, but we don't support forums about Social Engineering, since it's used to manipulate people and break security.

MyBB Wrote:For ethical and legal reasons the MyBB group also chooses not to provide support to websites containing any of the following:
  • Hacking
  • Pornography
  • Illegal file distribution or piracy
  • Any other forms of illegal activity
  • Racist or hateful content

http://docs.mybb.com/Help-Support_eligibility.html
Hello,

Jose is correct I'm afraid.
If you feel this is a mistake, please open a thread in the Private Inquiries form.

Thanksm