Hello Eric
Yes I am running the Developer version.
I looked all through viewlisting.tpl.php and there is no mention of id for the extra fields.
I inserted
{if isset($extras.value)} {foreach key=key item=item from=$extras.value} {if $extras.fID==4 || $extras.fID==5} {$item|linkurl:30} {else} {$item} {/if} {/foreach} {/if}
into line 60 before the {$item} but it made no difference.
The example page I want to have the clickable field is the Six Generation Pedigree:field on
http://www.thoroughbreddiaries.com/v...ing.php?view=3
Any idea where I would find the id for the extra fields, or do I need to do something else.
Cheers
Hugh