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

Re: Customizing the Verify output

Quote Reply
Re: Customizing the Verify output In reply to
I've done something like this to remove 'dead' categories from my database searches and such.


For instance, links to 'amazon' could be excluded in your select statement with a:

URL NOT LIKE 'amazon'

I've actually done some pretty complext statements (over time) to exclude certain links, certain ranges, etc.

If the categories are in a 'tree' for instance, you don't want any categories in your 'books' are to show up, then use a select statement like used in the user.cgi/maintain.cgi where you select the range of category numbers, then check for a CategoryID IN (range)

I've lost track of what exactly you are still looking for, but excluding categories is not hard, nor is limiting URL's from searches, jumps and builds.

http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Subject Author Views Date
Thread Customizing the Verify output Dan Kaplan 6374 Sep 28, 2000, 7:46 AM
Thread Re: Customizing the Verify output
pugdog 6291 Sep 28, 2000, 10:34 AM
Thread Re: Customizing the Verify output
Dan Kaplan 6285 Sep 28, 2000, 2:29 PM
Thread Re: Customizing the Verify output
Dan Kaplan 6248 Oct 2, 2000, 3:53 PM
Thread Re: Customizing the Verify output
Dan Kaplan 6259 Oct 4, 2000, 8:37 PM
Thread Re: Customizing the Verify output
Dan Kaplan 6229 Oct 10, 2000, 2:25 PM
Thread Re: Customizing the Verify output
macagy 6203 Oct 11, 2000, 9:44 AM
Thread Re: Customizing the Verify output
Dan Kaplan 6212 Oct 11, 2000, 10:04 AM
Thread Re: Customizing the Verify output
macagy 6222 Oct 11, 2000, 7:13 PM
Post Re: Customizing the Verify output
Dan Kaplan 6180 Oct 11, 2000, 7:19 PM
Thread Re: Customizing the Verify output
pugdog 6220 Oct 10, 2000, 10:30 PM
Post Re: Customizing the Verify output
Dan Kaplan 6221 Oct 11, 2000, 9:07 AM