Closed (fixed)
Project:
TinyMCE Node Picker
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Sep 2009 at 04:29 UTC
Updated:
8 Feb 2010 at 06:20 UTC
2 users have noted that they are using pathfilter to convert internal urls (node/123) to URL aliases using the pathfilter module. We can check to see if module_exists('pathfilter') and if so, rewrite the node url's according to the following comment from Linus Lundahl :
I also changed the output to read title instead. Since I'm using http://drupal.org/project/pathfilter to link internal nodes. It makes for a nicer print-out because it converts it to the URL-alias instead of just /node/%.
This change would have to be made in the code that exports the view which the plugin displays when clicked in the editor.
Comments
Comment #1
peter törnstrand commentedThis is a great feature. Will keep this in mind.
Comment #2
peter törnstrand commentedThis is possible by changing the view to output links in PathFilter style.
See #687650: [url] style links not converted to <a> tags