Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Display link away from others?

Quote Reply
Re: Display link away from others? In reply to
What you would have to do is the following:

1) Add the following field in your Links.def and Validate.def files:

Code:

isOfficial => ['16', 'CHAR', '0', '1', '1', 'N', 'Y|N'],


Change 16 to the last field number in the %db_def hash.

Then add the following codes in the %db_select_fields hash:

Code:

isOfficial => 'Yes,No'


Make sure that you put a comma at the end of the line before the last field in this hash.

2) Then in your Links and Validate tables, add the field as follows:

Code:

isOfficial ENUM ('Y', 'N') NOT NULL DEFAULT 'N',


3) Then in your admin.cgi file in the Links section, modify the links that you want to be official with Yes

4) Then read information about using the Priority link modification discussed in this forum and pugdog's LINKS SQL FAQ site (which is linked in the Resource Center).

Regards,

Eliot

Subject Author Views Date
Thread Display link away from others? jeffb 5070 Jul 22, 2000, 9:53 AM
Thread Re: Display link away from others?
Stealth 4946 Jul 22, 2000, 11:41 AM
Thread Re: Display link away from others?
jeffb 4923 Jul 23, 2000, 3:26 AM
Thread Re: Display link away from others?
Stealth 4903 Jul 23, 2000, 10:01 AM
Thread Re: Display link away from others?
jeffb 4941 Jul 23, 2000, 1:39 PM
Thread Re: Display link away from others?
Stealth 4922 Jul 23, 2000, 1:48 PM
Post Re: Display link away from others?
jeffb 4917 Jul 23, 2000, 1:52 PM
Thread Re: Display link away from others?
pugdog 4907 Jul 23, 2000, 2:54 PM
Thread Re: Display link away from others?
jeffb 4918 Jul 23, 2000, 3:21 PM
Thread Re: Display link away from others?
pugdog 4919 Jul 23, 2000, 4:17 PM
Thread Re: Display link away from others?
jeffb 4855 Jul 24, 2000, 9:55 AM
Thread Re: Display link away from others?
Stealth 4861 Jul 24, 2000, 9:59 AM
Post Re: Display link away from others?
pugdog 4844 Jul 24, 2000, 10:00 AM
Thread Re: Display link away from others?
jeffb 4867 Jul 24, 2000, 10:38 AM
Post Re: Display link away from others?
Stealth 4862 Jul 24, 2000, 10:48 AM
Post Re: Display link away from others?
pugdog 4835 Jul 24, 2000, 10:52 AM
Thread Re: Display link away from others?
jeffb 4818 Jul 24, 2000, 3:40 PM
Thread Re: Display link away from others?
pugdog 4797 Jul 25, 2000, 12:09 AM
Thread Re: Display link away from others?
jeffb 4793 Jul 25, 2000, 2:39 AM
Post Re: Display link away from others?
pugdog 4804 Jul 25, 2000, 10:25 AM