I integrated LinkIt in the same way as describtet in the manual. The new Button apears in CKEditor. I made a "Flush all caches". When I mark text an press the button, nothing happens.
The link shown in the status bar of the browser says: javascript:void('Linkit')
What shall I do to get it working?

Comments

anon’s picture

CKeditor with WYSIWYG or the stand alone verison?

Also, be sure that you dont have any popup blocker enabled for your domain.

mawosch’s picture

I use the stand alone Version. And the same behaviour with 3 different Browsers. Safari is new and out of the box.
The "normal" link Popup is working correct. The only Pop-Up which is not working is Linkit.

forngren’s picture

I ran into the same problem today, and this is how I got it to work.

  1. Look at admin/build/modules and see if Linkit looks disable, it was disabled and unchecked for me.
  2. Disable any Linkit modules (linkit node etc) and submit.
  3. Make sure that all Linkit modules are disabled, and enable linkit + the sub-modules you wish to use.
  4. Magic! It's working.
mawosch’s picture

Great! That was the solution! Thank you very much.

blackdog’s picture

Status: Active » Fixed
forngren’s picture

Status: Fixed » Active

I still consider this a bug, as I have ran into this problem several times.

anon’s picture

Did you follow the installation guide in README.txt?

Because it sounds like you havent enabled the module before you started to change ckeditor.config.js.

anon’s picture

Status: Active » Closed (fixed)

Cant confirm this ona fresh installation.

tallsimon’s picture

yes i had the same problem. the linkit base module did not install the first time, when i tried to install all linkit modules at once. then i had to uninstall all helper modules, install the base module and then install the helper modules e.g. linkit node. most modules you can install the base and all other modules at once, and doing this does not prevent installation of the base module!

anon’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Status: Closed (fixed) » Postponed (maintainer needs more info)

Ok, Did you have pathfilter or pathologic installed before och selected linkit and the helper modules?

tallsimon’s picture

yes I did - pathlogic.

anon’s picture

Status: Postponed (maintainer needs more info) » Active

Ok thanks.

This is a really tricky one, but I will do my best to solve it.

Can you provide me with all info you can think of?
Like, other modules installed, database, webserver, OP, browser and so on.

Thanks

brack11’s picture

Nothing tricky here - there is one line missing in linkit.info file: dependencies[] = pathologic and it solves the problem during installation

anon’s picture

@brack11: There is a problem with that. We need to make an "or" statment with dependencies.
Pathologic OR PathFilter is required, and unfortunately there is no way to make an "or" statment with the .info file.

anon’s picture

anon’s picture

Status: Fixed » Closed (fixed)