This topic is locked

Creating a link on a field in list of records

11/21/2007 12:02:22 PM
PHPRunner General questions
author

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!

J
Jane 11/22/2007

Mary,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.