Gossamer Forum
Home : Products : Links 2.0 : Customization :

Two Important Questions - HELP!!

Quote Reply
Two Important Questions - HELP!!
Number 1 - is it possible to be able to trigger some links so that they will not show up in the search results, like adding an extra field or something.

Number 2 - can you edit any of the scripts so that certain fields are not required - like email address or webmaster name?
Quote Reply
Re: Two Important Questions - HELP!! In reply to
Question 1)
Yes, just make a field call "Display"
And include the following into search.cgi

if $display eq "yes" {
#########display html########
}

On this way not all field are displayed.

Question2)

Yes, just edit links.cfg!