Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

TinyMCE (Standard Edition) - 2.5.1 by ambrizal

strange, I saw that this plugin is updated to 2.5.1, but as I download and update to my forum it said 2.5 (standart) and the \ bug still there

Written By: gisfreak, 16th December 2011

U are missing a "\" in line 39 after "black"

For anyone who's interested make this change in line 39:

FROM

Code:
skin_variant : \"black",

TO

Code:
skin_variant : \"black\",

Written By: julian, 8th March 2013

It's a really nice plugin. For those who want to work with it here is some useful information as the description lacks

[bold]Activate the plugin here:[/bold] Admin -> Forums and Posts -> Edit forum -> And check: --- Yes, allow HTML in posts --

You should now see it working on your new threads in selected forum(s).

Edit the buttons here: Templates&Styles -> Templates -> Global Templates -> TinyMCE (admin/index.php?module=style-templates&action=edit_template&title=TinyMCE&sid=-1)

Add/Edit/Move buttons from those options [italic]// Theme options[/italic]
[bold]theme_advanced_buttons1 :[/bold] 2/3/4

Example:

Code:
        // Theme options
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,blockquote,forecolor,backcolor,|,justifyleft,justifycenter,justifyfull,bullist,numlist,|,sub,sup,|,outdent,indent,|,styleselect,formatselect,fontsizeselect",
        theme_advanced_buttons2 : "link,unlink,image,media,|,tablecontrols,|,hr,removeformat,cleanup,|,code,emotions",
        theme_advanced_buttons3 : "",
        theme_advanced_buttons4 : "",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "",
        theme_advanced_resizing : true,


In case u want to add more buttons and u don't know the codes, you can chose to add buttons from [bold]plugins[/bold] line.

Here is work demo on my website [link]http://beozzie.com[/link]

Hope it helps,
julian

Written By: julian, 8th March 2013

Write Review