i think i have installed everything correctly. in ckeditor i might mark a word, that is supposed to hold the link, then clicking the linkit-button in CKeditor but nothing happens ...

I had things set up correctly and functioning in D6, but now in D7 it won't work. in D7 I am using Pathologic with Linkit, in D6 it was Pathfilter from what I remember , could this be the reason for the D7 not working now?

CommentFileSizeAuthor
#6 linkit.module.1026834.patch1.25 KBanon
#3 linkit.jpg61.24 KBbavarian
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anon’s picture

Linkit 7.x only supports Pathologic so thats not the problem here.

Do you have firebug installed? If so, open the console and see if you get any errors.
Anyway, I will take a look at this to see if I can reproduce it.

anon’s picture

Is it Ckeditor with or without WYSIWYG?

bavarian’s picture

FileSize
61.24 KB

-> #2 it is CKeditor WITHOUT wysiwyg

-> #1 ahhhhhhhh .... Linkit7 will only support Pathologic ...thanks for making this clear. i do have Firebug installed but don't know for sure if i am using it correctly. When trying to click the linkit-button in CKeditor Firebug gives an error-message as captured in attached picture

mtyaka’s picture

I've got the same problem, trying to use Linkit together with standalone CKeditor 7.x-1.0.

It seems that CKeditor module's internals have changed and the method of determining whether CKeditor is loaded for the current form in linkit_form_alter() isn't correct anymore.

anon’s picture

@mtyaka: Yes thats correct. Im morking on that now.

anon’s picture

Status: Active » Needs review
FileSize
1.25 KB

Ok, I have figured it now.
My patch will make the button work again.

!!IF YOU USE CKEDITOR WITHOUT WYSIWYG!!
I found a small bug in Ckeditor that will strip the "internal:" prefix away.
#1027666: Add internal to filter_allowed_protocols
Until this is fixed, be sure to uncheck, "Limit allowed HTML tags" under Security filters for each Ckeditor profile you will use with Linkit. This can still be checked in the normal Input format configuration, but not in ckeditor.

anon’s picture

Status: Needs review » Fixed

Committed to 7-dev.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.