Changing feild date to link |
8/18/2008 9:12:24 AM |
PHPRunner General questions | |
V
vipernet author
Good day, |
|
V
|
vipernet author 8/19/2008 |
figured it out: |
V
|
vipernet author 8/19/2008 |
I am now having an issue with creating the same effect withg the list.php files. |
J
|
Jane 8/19/2008 |
Hi, $row["1Computer_Name_value"] = "<a href=\"http://".$data["Computer_Name"].":5800\">".$data["Computer_Name"]."</a>"; |
V
|
vipernet author 8/19/2008 |
Hi, I recommend you to change value of smarty variables in the List page: After record processes event on the Events tab. Here is a sample:
// Computer_Name - |
V
|
vipernet author 8/19/2008 |
Ok i got it, // Computer_Name - $value=""; $value = ProcessLargeText(GetData($data,"Computer_Name", ""),"field=Computer%5FName".$keylink,"",MODE_LIST); $row["1Computer_Name_value"] = "<a href=\"http://".$data["Computer_Name"].":5800\">".$data["Computer_Name"]."</a>"; |