MyBB Community Forums

Full Version: lost buttons in post new thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since upgrading from the last 1.6 release to 1.6.9 and adding a new skin I have lost the buttons above the new post entry box.

[Image: hyfaU.gif]

how and where do I go to get them back please?

URL www.countryways.uk.com

it happens on all skins and on any thread so is a global problem

[Image: Y3num.gif]
Its not nice to give an url then force a person to deal with Captcha just to even look. By the looks of your screenshot I'd say there is a a conflict in Javascript. If you are using jQuery, which I think you are, make sure to use the noConflict function.
sorry about the URL I only included it as the advise was to, I hoped the screenshot would have been enough, my bad. I also use CloudFlare to block spam and as the site is UK only part of that is IP banns for a lot of country's, every time I get a spam member I block that country so you may not be able to get in anyway so please use the account made below.

As an update I have found this only happens in FireFox and Chrome, works fine in IE

I have set up a temp account in the name of: myBB_forum with the PW of thankyou

Quote: If you are using jQuery, which I think you are, make sure to use the noConflict function.

I am also not that good at code although trying to learn again (now 64) so can you tell me where to find the "noConflict function" please.

this I think is the page code for that table:

Quote:</table>
</div>
</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2"></textarea>

<script type="text/rocketscript" data-rocketsrc="jscripts/editor.js?ver=1609"></script>
<script type="text/rocketscript">
<!--
var editor_language = {
title_bold: "Insert bold text",
title_italic: "Insert italic text",
title_underline: "Insert underlined text",
title_left: "Align text to the left",
title_center: "Align text to the center",
title_right: "Align text to the right",
title_justify: "Justify text",
title_numlist: "Insert numbered list",
title_bulletlist: "Insert bulleted list",
title_image: "Insert image",
title_hyperlink: "Insert hyperlink",
title_email: "Insert email address",
title_quote: "Insert quoted text",
title_code: "Insert formatted code",
title_php: "Insert formatted PHP code",
title_close_tags: "Close any open MyCode tags that you currently have open",
enter_list_item: "Enter a list item. Click cancel or leave blank to end the list.",
enter_url: "Please enter the URL of the website.",
enter_url_title: "Optionally, you can also enter a title for the URL.",
enter_email: "Please enter the email address you wish to insert.",
enter_email_title: "Optionally, you may also enter a title for the email address.",
enter_image: "Please enter the remote URL of the image you wish to insert.",
enter_video_url: "Please enter the URL of the video.",
video_dailymotion: "Dailymotion",
video_metacafe: "MetaCafe",
video_myspacetv: "MySpace TV",
video_vimeo: "Vimeo",
video_yahoo: "Yahoo Video",
video_youtube: "YouTube",
size_xx_small: "XX Small",
size_x_small: "X Small",
size_small: "Small",
size_medium: "Medium",
size_large: "Large",
size_x_large: "X Large",
size_xx_large: "XX Large",
font: "Font",
size: "Text Size",
color: "Text Color"
};
var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: 0, theme: "default"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
Pretty sure that this might be a CloudFlare Rocket Loader issue. Have you turned that feature off in your CloudFlare performance settings?
Thank you that was the problem Smile all went back to normal once I turned off "Rocket Loader"

Mods this can be closed as resolved now please.