MyBB Community Forums

Full Version: [Plugins In Project]TinyMCE V2.5 (Portable Version)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Feature:

Skins ok27
Can Perform With the Edit HTML Code

ScreenShot:
I want to ask about TinyMCE editor, does it secured ??

and when I want to try it in local and host server I see this error in plugins page.

Parse error: syntax error, unexpected ',' in C:\AppServ\www\vb1\inc\plugins\tinymce.php on line 39

what is the problem??

how can I install it?

thanks again
in this line:

skin : \"o2k7",

I change it to:

skin : \"o2k7\",

then error change to:

Parse error: syntax error, unexpected ',' in C:\AppServ\www\vb1\inc\plugins\tinymce.php on line 40

In line 40:

skin_variant : \"black",

I change it to:

skin_variant : \"black\",

then no error

but I don't see any change on editor
it's the default editor

why?