User Login

             | 

VideoFlow List

RANDOM MEDIA

Facebook Fans

VideoFlow on Facebook
Fidsoft
Welcome, Guest
Please Login or Register.    Lost Password?
Open search plugin
(1 viewing) 1 Guest
Go to bottom
TOPIC: Open search plugin
#240
Katagana (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Open search plugin 9 Months, 2 Weeks ago Karma: 0  
Hi, first of all thanks for all the great plugins and components for Joomla. Really great!

My question: I want to make an open search plugin based of fidsearch. An open search plugin allows you to add your search engine to firefox and Internet Explorer (to that search bar above in the right corner). This is really easy to make for the joomla search engine, because you use the search string (Yoursite.com/search.html?order=&searchphrase=all&searchword=ABCDEFG) and replace the search term (ABCDEFG) with a variable (Searchwords). The problem is that Fidsearch doesn't use searchwords in its URL, so I was wondering if there is a way I could use searchterms in the URL.

If you don't understand my question please say so, otherwise I hope you'll be able to answer!

PS: for more on opensearch check: developer.mozilla.org/en/Creating_OpenSe..._plugins_for_Firefox
 
Logged Logged  
  The administrator has disabled public write access.
#241
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:Open search plugin 9 Months, 2 Weeks ago Karma: 7  
Hi. Try:
Code:

http://www.yoursite.com/index.php?option=com_fidsearch&task=domysearch&mykeywords=ABCDEFG
 
Logged Logged  
  The administrator has disabled public write access.
Go to top