• [Solved] Missing TinyMCE link list on 1.0.2#

  • bluespark Reply #1, 2 years, 6 months ago

    Reply
    Hi

    Has anyone else got this issue (and solved it)

    On fresh installs of 1.0.2 the link list does not appear when creating a link on the page.

    The plug in configuration tab for Tiny MCE has Link List enabled, so I *think* it should work OK, but can't get it to appear.

    TinyMCE is version 3241. Have looked at their forum in case but didn't see anything.

    Any ideas?

    Mark

    [Solved, sort of]
    Between 0963 and 102 the link list seems to have been updated to use the sorted link list
    from ncrossland
    http://modxcms.com/forums/index.php/topic,15537.0.html

    However, for reasons I can't work out yet, this doesn't work with the way we have our sites configured.
    Managed to get the link list working again by going back to the original 'flat' listing
    by renaming tinymce.linklist.flat.php to tinymce.linklist.php

    Just putting this out there in case anyone has the issue


  • hollyv Reply #2, 2 years ago

    Reply
    My link list went missing on modx 1.0.3. after a cache clearing in the manager. Since I had customized TinyMCE with spellcheck -- something requiring cache to work correctly -- on a hunch here's what I did (and it worked)

    1. in modx/manager > config > choose different tinymce set ups (simple, advanced, creative etc.) - save and then go edit a token page. You won't get the link list.

    2. logout of modx and clear your browser cache

    3. log back in and re-select your original configuration (tinymce "custom" in my case) and save

    4. The link list returned.

    I think it may be a cache issue only...


  • Magnatron Reply #3, 1 year, 6 months ago

    Reply
    You might want to check line 36 of /assets/plugins/tinymce/inc/tinymce.linklist.php
    In my case it reads:
    $manage_path = '../../../manager/';
    


    but should read:
    $manage_path = '../../../../manager/';
    


    (notice the extra '../')


  • ganeshXL Reply #4, 1 year, 6 months ago

    Reply
    I tried both suggestions, reloaded / cleared the cache / logged in and out several times, but nothing changed.

    Any other suggestions? I'm using Evo 1.0.4, btw (rev 6966).
    OK, sorted it out: This tip here did the trick for me: http://modxcms.com/forums/index.php/topic,45244.msg285938.html#msg285938


  • taiyo1578 Reply #5, 7 months, 2 weeks ago

    Reply
    OK, sorted it out: This tip here did the trick for me: http://modxcms.com/forums/index.php/topic,45244.msg285938.html#msg285938

    This 404s for me.... would you be able to help me find the issue?