Copied to clipboard

Flag this post as spam?

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


  • Kristian Ravnevand 94 posts 214 karma points
    Jun 29, 2017 @ 08:23
    Kristian Ravnevand
    0

    TinyMCE missing bullet and numbered list after upgrading to 7.6.3

    After upgrading to 7.6.3 number list and bullet list are gone from TinyMCE toolbar. Does anyone else have this problem and any idea how it can be fixed? I upgraded from 7.5.11, and the buttons were there then.

    This images illustrates the problem

  • Kristian Ravnevand 94 posts 214 karma points
    Jun 29, 2017 @ 13:34
    Kristian Ravnevand
    101

    Adding advlist to plugins did the trick

    <plugins>
    <plugin loadOnFrontend="true">code</plugin>
    <plugin loadOnFrontend="true">codemirror</plugin>
    <plugin loadOnFrontend="true">paste</plugin>
    <plugin loadOnFrontend="true">anchor</plugin>
    <plugin loadOnFrontend="true">charmap</plugin>
    <plugin loadOnFrontend="true">table</plugin>
    <plugin loadOnFrontend="true">lists</plugin>
    <plugin loadOnFrontend="true">advlist</plugin>
    <plugin loadOnFrontend="true">hr</plugin><plugins>
    
  • Rick Mason 38 posts 169 karma points
    Dec 11, 2017 @ 17:33
    Rick Mason
    0

    That feels like the wrong solution to me. A default install of 7.6.x doesn't have that plugin, and adding extra plugins has caused problems when I've done it in the past.

    I just hit the same issue and a simple redeploy of the same code and config fixed it. My guess is a restart would have been enough.

Please Sign in or register to post replies

Write your reply to:

Draft