I have noes with related links defined, and they are fine until there are two language pages. As soon as I create the second language page my links on the first page are lost. Is this a known problem?
I have noes with related links defined, and they are fine until there are two language pages. As soon as I create the second language page my links on the first page are lost. Is this a known problem?
Comments
Comment #1
walwyn commentedGrrr. This seems to be a pathauto problem. If I turn off the node alias updates the links are retained.
Comment #2
walwyn commentedSorry I should have got back to this earlier, the problem persists even if the node alias updates are turned off.
I just have MANUAL links enabled.
Suppose I have a two pages in a translation group (node:20, and node:30) then when one of the pages is updated relatedlinks_nodeapi() is called on both nodes. For example suppose node:20 is updated the sequence of calls to the relatedlinks_nodeapi() function
The upshot is that whatever manual links had been set for node:30 are lost. The reverse happens in node:30 was is the page that is updated:
and any manual links set for node:20 are lost. It seems that the second time through:
Doesn't work as the updates that are being called on the translation node groups $node->relatedlinks_fieldset['relatedlinks']' is empty. How to fix this?
Comment #3
Zen commentedSomebody who has experience with multilinguality needs to look at this.
-K