Forums / General / Link to node with different title
Kaiko Kaur
Thursday 27 March 2003 4:29:33 am
Hello
eZ publish 3 is big step from RC2 and I'm really happy to use this. But I have some problems also: I'd like to link some nodes, but not use their own title. I read manual (http://ez.no/manual/user/everyday#Tags) and find I can write to some article like this (into intro): <a id='18'>link to my node (folder or article)</a> But eZ publish say to me: Input did not validate; * Intro: Link 18 does not exist.What should I do? I'm sure this node exists!
Thank you
Gunnstein Lye
Thursday 27 March 2003 6:01:56 am
The id must be an object id, not a node id. You can find the object id in the edit link for the object (content/edit/42 for instance).
best regards
Thursday 27 March 2003 6:19:55 am
I'm editing article and my url is: http://.../ezpublish/index.php/admin/content/edit/117/6/ This 6 should be version number! I enter to my article Intro: <link id='117'>mylink</link> And I get same result: Input did not validate * Intro: Link 117 does not exist.
Edwin Metselaar
Tuesday 01 April 2003 8:13:03 am
Hi,
this <link id="#'>text</a> has only relevance to eZ url id it says on the same URL: http://ez.no/manual/user/everyday#Tags
So, you probably have to make sure "eZ url" exists ??
Just guessing, Edwin