Hi! On my record list (Pedigree_list.php), I want two of the fields to be links to the page that generates pedigrees. Right now, there is the 'view' link that links to the page that generates a link for the dog in that record. I want to also have a link to that dog's sire and dam's pedigrees.
I tried the suggestion given for the dyamic link post and copied that code into the 'view as' custom field from the visual editor for those two records but this did not work.
This is the code for the 'view link':
<TD class=borderbody vAlign=middle align=middle>
<A class=tablelinks href="Pedigrees_view.php?{$row.1editlink}">{mlang_message tag="VIEW"}</A>
</TD>{if $allow_delete || $allow_export }
Is there some way to make this work for the sire and dam ID?
Your suggestions would be very appreciated!