Gossamer Forum
Home : Products : Gossamer Links : Discussions :

links results

Quote Reply
links results
I am trying to add a field to my link results so that when the results come up I get URL, address, description etc with address being the new field. I have set the address field up under link properties and it also shows up when users go to the add a link page but I can't seem to get it to show up in the search results. Any help would be appreciated. a run down of how and where to modify to add a new field and get it to show up would be great. thanks

Quote Reply
Re: links results In reply to
You acn follow steps below:

Go to Admin area, select Database tab. Select Table Links and choose properties. Now you can add any fields to your Links table. Atfer that you should resync table.

Please add this line to the file form.txt:

<tr><td align="right" valign="top"><%body_font%>Address:</font></td>
<td>
<input name="Address" value="<%if Address%><%Address%><%endif%>" size="50">
</td></tr>