Ask a question : I think in the link list shows user name, I want to change browse.php, but I will not, who can tell me how to amend the code?? Thank you![]()
Ask a question : I think in the link list shows user name, I want to change browse.php, but I will not, who can tell me how to amend the code?? Thank you![]()
Last edited by mailx8; 06-17-2007 at 03:43 AM.
I'm not sure of your question, but are you wanting to remove Contact Name from the link details page?
If yes then it's in detail_link.html, you just need to remove or comment out the following code
<tr class="tbl_normal">
<td>Contact Name</td>
<td><%$contact_name%></td>
</tr>
thank you!![]()