• Resolved Dragzonox

    (@dragzonox)


    Hello…
    I just got my two WordPress sites up and running, and I’m pretty please with it.. Except one thing..

    TinyMCE.. It’s working alright, but the use of it is tiny… I have used TinyMCE in MKPortal where the options of making/editing posts/pages where much richer.
    I’m referring to the Full featured example of TinyMCE: https://tinymce.moxiecode.com/example_full.php?example=true

    Is there any way I can get this in WordPress?

Viewing 1 replies (of 1 total)
  • There is a file named tiny_mce_config.php

    To add plugin: $plugins = array(
    To add button: $mce_buttons = apply_filters(

    Be sure to upload wanted plugins, WP is distributed with only the plugins that it uses.

    Or you can TinyMCE Advanced or sth like that.

Viewing 1 replies (of 1 total)
  • The topic ‘How to modify tinyMCE’ is closed to new replies.