Copied to clipboard

Flag this post as spam?

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


  • Nate M 16 posts 136 karma points
    Sep 22, 2023 @ 22:39
    Nate M
    0

    Insert Link not showing options for media library and content pages.

    I'm using Umbraco 8, and I can't get the rich text editor to link to internal pages and media library. The dialog that opens is basic, so the user has to go to the page or media library, copy the link from there, and paste into the URL field.

    Is there a configuration I'm missing?

    enter image description here

    enter image description here

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Sep 23, 2023 @ 07:44
    Huw Reddick
    100

    I think some of your plugins are causing this, this is what I have

    <plugins>
        <plugin>paste</plugin>
        <plugin>anchor</plugin>
        <plugin>charmap</plugin>
        <plugin>table</plugin>
        <plugin>lists</plugin>
        <plugin>advlist</plugin>
        <plugin>hr</plugin>
        <plugin>autolink</plugin>
        <plugin>directionality</plugin>
        <plugin>tabfocus</plugin>
        <plugin>searchreplace</plugin>
        <plugin>fullscreen</plugin>
    </plugins>
    
  • Nate M 16 posts 136 karma points
    Sep 25, 2023 @ 18:38
    Nate M
    0

    Thank you! I changed my plugins to what you have, and that seems to have fixed the problem.

    -- Marked your answer as the solution.

Please Sign in or register to post replies

Write your reply to:

Draft