• Hello !

    I have a few doubts regarding the options in tool bar

    1)I want to remove the options for forms and all it’s components from CKEditor tool bar . I have checked in ckeditor.config.js. I found all the options there,but not the options for forms.

    2) I have another question too… I have activated the “WordPress full” type for comments. But I don’t want [source] option appear for comments. I want it just in dashboard for posts and pages.

    Does any body have Idea on removing these options?

    Version of WP installation : 3.1 Multisite
    CK editor Version : V1.0.6

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor dczepierga

    (@dczepierga)

    Hi,

    1) For now it’s only possible to manage toolbar on comments and pages, if u want to manage it in other places u must edit core of this module to do that, or write something that replace editor only in this places…

    2) If you want to do sth like this, change toolbar to WordPressBasic, then go to ckeditor.config.js in plugin dir, and there copy toolbar options from WordPressFull to WordPressBasic and delete Source button – then u should get what u expect

    Greeting

    Thread Starter vbk100

    (@vbk100)

    dczepierga,

    Thanks for your kind response !

    2) If you want to do sth like this, change toolbar to WordPressBasic, then go to ckeditor.config.js in plugin dir, and there copy toolbar options from WordPressFull to WordPressBasic and delete Source button – then u should get what u expect

    I will check it out and come back to you with an update

    1) For now it’s only possible to manage toolbar on comments and pages, if u want to manage it in other places u must edit core of this module to do that, or write something that replace editor only in this places…

    I think I have not made my self clear . Apologies for that !

    My question is that …there is a small-tool bar in CK-editor by default to create Form fields like Check box, radio button etc like a ‘Form’.
    I want to get rid of it as I don’t know how to use it WordPress Posts/pages . Please let me know how to get rid of it

    And please let me know if there is any guide available to learn how to utilize that sub-toolbar for form creation in Post/Pages

    Thanks

    Plugin Contributor dczepierga

    (@dczepierga)

    Ahh ok ??

    Everything about CKEditor toolbars u can find here:
    https://docs.cksource.com/CKEditor_3.x/Howto/Toolbar_Customization

    If u have form sub-toolbar, so u probably use Full toolbar… to customize it u must change it to WordPressFull and then edit it in ckeditor.config.js file…

    Greetings

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: CKEditor For WordPress] How to Remove unwanted options?’ is closed to new replies.