Hello,

Please i need some help, i can create a internal path with ckeditor link but I prefer to use aliases rather than node/nid links, but I see that the links generated using CKEditor Link use node numbers.

please help it is very urgent for me

thx

Comments

anrikun’s picture

Priority: Critical » Normal

You are a naughty user ;-)
If you had fully read the project page or the readme.txt, you would know that you have to enable CKEditor Link Filter on your input formats so that node/nid links get aliased when content is displayed to end-user.
By the way, this is a duplicate of #1257892: Use an Alias if available rather than node/nn

rimousha’s picture

thank you for the answer
but I had fully read the project page and I followed this step :
Go to admin/config/content/formats and edit the desired text format.
Check the "CKEditor Link Filter" box.
If you use other path converting filters like Pathologic or Path Filter, make sure that CKEditor Link Filter comes before them:
Under "Filter processing order", drag and drop CKEditor Link Filter before these filters in the list.

But it does not work the url of the internal path is always in this form node/nid.

please help

thx

anrikun’s picture

Please list all the input formats attached to CKEditor and their filters in their actual orders.

rimousha’s picture

i don't inderstand very well your answer but I create a new format called wysiwyg and I activated the ckeditor link , in configuration/Text formats/wysiwyg i have this order :

Filter processing order
CKEditor Link Filter
PHP evaluator

but always the url of the internal path is in this form node/nid :(

thx

rimousha’s picture

StatusFileSize
new92.81 KB
new109.7 KB
new67.71 KB

here are screen printed to better understand me

anrikun’s picture

You config looks OK.
Are you sure that Path and Pathauto are properly configured too?
Do all your nodes have an alias?

rimousha’s picture

thx

rimousha’s picture

The problem still exist, I test between two pages in the same format text wysiwyg and have an alias but the url of the internal path is always in this form node/nid :(

i can't found the problem :(

anrikun’s picture

Please send me a link to your site and credentials using my contact form.

rimousha’s picture

this is the link of my site http://telindus2.wanabe.eu/user login:anrikun please send me your mail to send you the pwd.

i hope you can help me

Thx

anrikun’s picture

Use my contact form: http://drupal.org/user/410199/contact
Also provide a link to the page with your problem.

rimousha’s picture

ah ok :) thx

rimousha’s picture

you receive my mail?

rimousha’s picture

i send you a new mail with login and psw

thx

anrikun’s picture

Assigned: rimousha » Unassigned
Status: Active » Closed (duplicate)

After reviewing your site, it appears that your problem is not related to CKEditor Link Filter:
I don't know why but on your site, filters are simply not run at all on node publishing.
You need to check why.

rimousha’s picture

I found the problem, since I eliminated the execution of the file field.tpl because I want customized all my display the filter does not run and the format of alias is displayed node/nid .

mareks’s picture

I have the same problem. On the preview page all paths are nicely aliased but then after I save the page - they are all WO aliases

rimousha, what do you mean by "you eliminated the execution of the file field.tpl" ?

EDIT: Got it fixed. I also had a custom template and it was the way I printed the $content on my template. So no problem anymore.

rimousha’s picture

that is when I deleted the content of page field.tpl to customize my display, aliases not working.