A
|
ann 8/25/2010 |
Hi, {BEGIN Username_fieldcolumn}<a href='Questions_list.php?{$custom_link}'>{$Username_value} </a>{END Username_fieldcolumn}
$record["custom_link"]=$data["UserName"];
$strWhereClause=whereAdd($strWhereClause,"UserName=".$_Request["a"]); |
R
|
realtoast author 8/25/2010 |
Hi, you need to change the following line in the HTML mode on the Visual Editor tab: {BEGIN Username_fieldcolumn}<a href='Questions_list.php?{$custom_link}'>{$Username_value} </a>{END Username_fieldcolumn}
$record["custom_link"]=$data["UserName"];
$strWhereClause=whereAdd($strWhereClause,"UserName=".$_Request["a"]);
|