Closed (fixed)
Project:
Node Picker
Version:
6.x-1.0-alpha3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2010 at 07:59 UTC
Updated:
22 May 2010 at 16:40 UTC
When the link is created, it does not use its associated URL alias. It uses the standard node/* path.
Comments
Comment #1
bethhauck commentedSeconded. You could probably file this under feature requests rather than bugs, but in any case I'm told it's important. The SEO team I work with has rarely expressed such unanimous agreement.
Comment #2
peter törnstrand commentedSorry for my late reply... lot's going on at the office right now.
I have tested this and the links are correctly transformed to the associated URL alias for me. The code reads:
[nodepicker==node/21==Aliquip%20Gravis%20Abico==dignissim]And when I view the page it get's replaced with:
<a href="/drupal/content/aliquip-gravis-abico" title="Aliquip Gravis Abico" class="nodepicker-link">dignissim</a>Comment #3
opdaviesHi,
Thanks for your reply.
Yes, I've just tried it again and it seems to be referencing the aliases fine now. I'll try to remember if I was doing anything different before, and I'll keep re-testing.
Comment #4
ulysse68 commentedHi!
I don't know if it is a bug or a misconfiguration from me, but the code
is not transformed in my case, and still appears (in text mode) as shown above.
Any idea?
Thanks!
U.
Comment #5
peter törnstrand commentedJust activate the "Node Picker Links" filter for your input format.
Comment #6
ulysse68 commentedThat sounds great, but... where do I find this option? Somewhere in
admin/settings/wysiwyg/profile? I use NodePicker with TinyMCE. Inadmin/settings/nodepicker, the «Filter» option was already activated...Sorry for looking stupid ;-)
Comment #7
ulysse68 commentedOK, I found it! In my case, it was in
admin/settings/filters/2. It took me time to find this post.Thanks for helping!
U.