Closed (fixed)
Project:
Pathologic
Version:
5.x-1.1-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2008 at 02:15 UTC
Updated:
16 Apr 2008 at 20:05 UTC
Pathologic is a text filter for Drupal which allows one to link to other pages on the Drupal installation in such a way that the links will always point to the correct page, even after changes are made to the Drupal installation or its data which would change the URIs of its pages; for example, if Clean URLs are toggled, if the data is moved to a different server (perhaps from a testing server to a production one), if the subdirectory of the Drupal installation changes, etc.
Based on your example, how do you keep the menu links from breaking in a test environment and production environment?
Thanks for your help.
Comments
Comment #1
gmclelland commentedNevermind, those are handled by drupal when you enter the link as a relative link /nametolink.
Comment #2
Garrett Albright commentedPrecisely. Pathologic is designed to only function on node content which is run through a text filter (so usually whatever's in the node's Body field). It couldn't touch menu links even if it wanted to, but as you found out, menu links do not have the problem that Pathologic is designed to solve.