Download & Extend

Incompatible with Pathologic module

Project:Prepopulate
Version:6.x-1.1
Component:Documentation
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Issue tags:pathologic

Issue Summary

When inserting links in the text of a node Pathologic tries to determine the domain root and finds = ? [ ] characters probably assumes they are from non-clean URLs and converts them resulting in http://2tim22.com/node/add/blog%3Fedit%5Btaxonomy%5D%5Btags%5D%5B4%5D%3D...
When I turn off "Transform values of href attributes" it works with an absolute path.

However even without the Pathologic module something (maybe the Drupal URL filter does not like a relative path like node/add/blog?edit[taxonomy][tags][4]=vision in an href
converting it to http://2tim22.com/node/node/add/blog?edit[taxonomy][tags][4]=vision
(Which doubles /node/node)

Please warn people in the documentation about this incompatibility.
Are there other ways to prepopulate fields before linking to them from within node content?

Comments

#1

Please disregard my 2nd comment about relative paths. I guess I forgot that you need to precede node links with a /. That is weird because user/register doesn't need the / on the front.

#2

Component:Code» Documentation
Category:support request» task