Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter P3Hosting

    (@p3hosting)

    I did a bit more digging, in the /ckeplugin/plugin.js on line 16 the address of page.php is hard coded, and does not allow for placing WordPress in it’s own directory. By adding the directory to the onclick function all is working.

    en français :
    “dans le plugin.js / ckeplugin / sur la ligne 16 de l’adresse de page.php est codé en dur, et ne permet pas de placer WordPress dans son propre répertoire. Si WordPress est dans un répertoire spécifique, en ajoutant le répertoire de WordPress à la fonction “onclick” du fichier plugin.js tout fonctionne.

    ligne 15 : onClick: function() {
    ligne 16 : window.open("/wp-content/plugins/mtc-ckeditor-link-page/pages.php");
    ajoutez le répertoire dans lequel est WordPress.
    Donc, par exemple :
    window.open("/repertoire_de_wordpress/wp-content/plugins/mtc-ckeditor-link-page/pages.php");

    🙂

    These are English language forums. Please use English.

    Plugin Author Joshua Hyatt

    (@jwhyatt)

    Just to let you know, I am working on an update that should make it so you don’t have to modify the js code if you install wordpress in a subfolder.

    Plugin Author Joshua Hyatt

    (@jwhyatt)

    Version 1.0.2 should resolve this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: MTC CKEditor Link Page] Module not found’ is closed to new replies.