Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [katabd] <<New Plug In>> Multiple Search and remote search Plug in: Edit Log

Here is the list of edits for this post
Re: [katabd] <<New Plug In>> Multiple Search and remote search Plug in
Hello Katabd,

1/ For me the bug is always !

On the first page of result (for search_results.html) : 1 2 3 4 [>>]

For you too. Page 1 + [>>] is repeated !
http://2muslims.com/...amp;email=Your+email



2/ There is another problem with script.

The use of Tag <%Plugins::SearchNRemoteSearch::GetMultiSearches%> is not correct in include_other_search_engine_bar.html.

On your site, the Tag gives (???) for <OPTION value=... :
----------------------------
<FORM action=http://your-site.com/cgi-bin/links/jump.cgi method=post>
<INPUT class=button onclick="if (this.value == 'Search Term') this.value = ''; "value="Search Term" name="query">
<SELECT size=1 name=URL>
<OPTION value=1 selected>Your-site</OPTION>
<OPTION value=2>The ...</OPTION>
<OPTION value=3>The ...</OPTION>
<OPTION value=4>... Library</OPTION>
<OPTION value=5>...com Web</OPTION>
<OPTION value=6>The Internet</OPTION>
<OPTION value=8>... Forum</OPTION>

</SELECT>
<INPUT class=button type=submit value=Search!>
</FORM>
-----------------------------

This use is correct. It uses the data directly in the base.


For me the use of Tag gives for <OPTION value=... in include_other_search_engine_bar.html :

-----------------------------
<FORM action=http://my-site.com/cgi-bin/links/jump.cgi method=post>
<INPUT type=hidden value=1 name=d>
Search <INPUT size=12 value=Keywords name=query>
<SELECT size=1 name=URL>
<OPTION value="" selected>--- search this category ---</OPTION>
<OPTION value=http://www.my-site.com/search.php4?n>Rechercher</OPTION>
<OPTION value=http://www.google.com/search?q=>Google</OPTION>

</SELECT>
<INPUT type=submit value="Search !">
</FORM>
--------------------------------------------

<OPTION value=... should be : 1 or 2 or 3 ...

It does not make it possible to use the field "The parameter name for keyword".

It translates the data badly :

<OPTION value="" selected>--- search this category ---</OPTION>
<OPTION value=http://www.my-site.com/search.php4?n>Rechercher</OPTION>
<OPTION value=http://www.google.com/search?q=>Google</OPTION>


It is perhaps possible to build directly in the file (include_other_search_engine_bar.html) ?

But, script does not have any more interest ! Pirate

You have an idea ?

Thank you
Mick

Last edited by:

mick31: Jul 5, 2004, 6:47 AM

Edit Log: