eriche
Member
Hello,
I struggle around to integrate in a Phrase links e.g. to Member Profiles and so on.
I am going to fetch userinformation from the DB - and want to Show a link to "Member_xyz" (which has DB ID 6).
I tryed following
as well as
But I always get the message
ERROR: Route {xen:link account/upgrades} could not be found. and so on,...
What do I miss?
Erich
I struggle around to integrate in a Phrase links e.g. to Member Profiles and so on.
I am going to fetch userinformation from the DB - and want to Show a link to "Member_xyz" (which has DB ID 6).
I tryed following
HTML:
<a href="{xen:link 'members',6}">Member_xyz</a>
as well as
HTML:
<a href="{xen:link 'ROUTE'}">TEXT</a>
<a href="{xen:link account/upgrades}">upgrades</a>
But I always get the message
ERROR: Route {xen:link account/upgrades} could not be found. and so on,...
What do I miss?
Erich