Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: [angelscharmedsla] New Search Mod

Quote Reply
Re: [angelscharmedsla] New Search Mod In reply to
go to the admin control center ( the same place where you "validate" your links ). It is also called the Links Administration Menu. Just click on view, modify or delete. It will look just like that. Like I said, I just took the source form the view page and changed the action

<form action="<%db_cgi_url%>/searchnew.cgi[/url]" method="GET">

I recall getting the "no records found" early on when working on this.

Also, I had a problem with including a category in the search - it would return a no records found. I found that if I changed the field name for category to say categorya and saved a second version of my links.def file with a differnent name like linksa.def and uploaded that to the admin folder and changed the required statement in the searchnew.cgi file, that I could avoid the problem. But I have worked on it some since then, I think the category problem has returned.

Let me expand upon that.
  1. open links.def
  2. rename the category field to categorya
  3. save the file as linksa.def
  4. upload the file to the admin folder
  5. open the searchnew.cgi file
  6. change the require links.def to linksa.def
    require "$db_lib_path/linksa.def";
  7. upload searchnew.cgi


I have attached a current version of the searchnew.cgi.

It may still have the category problem as above. But maybe I can work in it this week.

and don't forget the $build_search2_url in links.cfg.


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."

Last edited by:

esm: May 18, 2003, 5:56 PM
Subject Author Views Date
Thread New Search Mod esm 5397 Feb 15, 2003, 5:33 PM
Post Re: [esm] New Search Mod
Andy 5328 Feb 16, 2003, 3:13 AM
Thread Re: [esm] New Search Mod
angelscharmedsla 5220 May 18, 2003, 2:56 AM
Thread Re: [angelscharmedsla] New Search Mod
esm 5189 May 18, 2003, 9:51 AM
Thread Re: [esm] New Search Mod
angelscharmedsla 5193 May 18, 2003, 10:03 AM
Thread Re: [angelscharmedsla] New Search Mod
esm 5189 May 18, 2003, 5:12 PM
Thread Re: [esm] New Search Mod
angelscharmedsla 5164 May 18, 2003, 10:39 PM
Thread Re: [angelscharmedsla] New Search Mod
DogTags 5153 May 19, 2003, 7:25 AM
Thread Re: [DogTags] New Search Mod
angelscharmedsla 5133 May 21, 2003, 2:59 AM
Thread Re: [angelscharmedsla] New Search Mod
DogTags 5117 May 23, 2003, 8:14 AM
Post Re: [DogTags] New Search Mod
boom 5004 Sep 5, 2003, 6:21 AM