Multi record with 2 languages

2 posts by 2 authors in: Forums > CMS Builder
Last Post: February 19, 2009   (RSS)

Re: [Dan Maitland] Multi record with 2 languages

By Dave - February 19, 2009

Hi Dan,

The "Viewer Urls" (and pseudo-field _link) are just for convenience. You can create your own links like this:

<a href="newsDetail_en.php?<?php echo $record['num'] ?>">English Detail Page</a>
<a href="newsDetail_fr.php?<?php echo $record['num'] ?>">French Detail Page</a>

Hoe that helps!
Dave Edis - Senior Developer
interactivetools.com