MyBB Community Forums

Full Version: Text editor code buttons messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: newposterror.png]
Not sure what the problem is, here's the source code:
Quote:<!-- start: codebuttons -->
<script type="text/javascript" src="jscripts/editor.js?ver=1600"></script>
<script type="text/javascript">
<!--
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: "Office_2007"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
<!-- end: codebuttons -->

Link to the jscript in the code above: http://thetflforum.co.uk.previewdns.com/...s?ver=1600

Any help would be appreciated Smile.
it is in the new thread templates - set the td contining the post editor to valign = top
It only appears to have fixed part of it, here's what I now get:
[Image: newposterror2.png]

Could it be a container set to the wrong width?
Anyone able to help?
Surely someone's able to help Big Grin.
May i have the url pls
Yes but right now it is set to closed hence why I copy and pasted the source code, I can temporarily set it to open if needs be.
yes that would help Big Grin and also post a test account to check
It would appear that I actually left it open Big Grin, I've created a board at the very bottom called 'Test Board' which allows guests to post. Please let me know when I'm ok to close it again Smile.
its still closed Huh
Pages: 1 2