Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Kongyik 28 posts 170 karma points
    Mar 10, 2015 @ 10:13
    Peter Kongyik
    0

    TinyMCE - load advlist plugin

    Hey guys!

    I need to extend the tinyMCE editor's bullet styles and numlist styles. I found that the tinyMCE editor already has these ones built in, in the "advlist" plugin. The question is that how can I turn this plugin on?

    thanks in advance,
    Peter

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 10, 2015 @ 10:33
    Jan Skovgaard
    101

    Hi Peter

    If I remember correctly this should be fairly straightforward.

    In the /config/tinyMceConfig.config file you should just need to add <plugin loadOnFrontend="true">advlist</plugin>

    to the list of plugins here

    <plugins>
        <plugin loadOnFrontend="true">code</plugin>
        <plugin loadOnFrontend="true">paste</plugin>
        <plugin loadOnFrontend="true">umbracolink</plugin>
        <plugin loadOnFrontend="true">anchor</plugin>
        <plugin loadOnFrontend="true">charmap</plugin>
        <plugin loadOnFrontend="true">table</plugin>
        <plugin loadOnFrontend="true">lists</plugin>
    </plugins>
    

    Remember to recycle the app pool for the change to take effect.

    Hope this helps.

    /Jan

  • Peter Kongyik 28 posts 170 karma points
    Mar 10, 2015 @ 10:52
    Peter Kongyik
    0

    Hi Jan,

    That's it, thanks a lot!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies