51
wrtbooks
Re: Using a flash search feature
  • 2003/12/31 3:14

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Quote:
I have never used 1.3.....

If you get a chance come byhttp://www.sermonindex.net/search.php and test a query for that page :)



52
wrtbooks
Re: Using a flash search feature
  • 2003/12/31 3:08

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


do you run XOOPS v2 or v1.3.x?



53
wrtbooks
Re: Search queries? for xoops search in an IE TOOLBAR
  • 2003/12/31 3:05

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Quote:
I don't have 1.3, so I really don't know about that - it looks like it was set up a different way back then.

Hey Chad, wow this is progress thanks.. hmm it must be possible in XOOPS 1.3.x anyone have any ideas?



54
wrtbooks
Re: Using a flash search feature
  • 2003/12/31 2:55

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


yea I am trying to get this to work with the search.php page so that I can have an entire url to query that page.

here is the other forum I have running with alot of good stuff and thoughts about this subject:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=15108&forum=3

I am using XOOPS 1.3.x check the last post of the thread above I think he kinda figured it out for XOOPS version 2



55
wrtbooks
Re: Search queries? for xoops search in an IE TOOLBAR
  • 2003/12/30 23:21

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


I thought this conversation might help out more..
---------------------------------------------

sermonindex: hey!!
martyjjf1990: hello!
sermonindex: have a quick question...
martyjjf1990: shoot
sermonindex: I have this toolbar software that makes an ie toolbar for a website.. it has a search box that I can customize with a search query code like:http://www.google.com/search?q=[SEARCH]
sermonindex: if you cut and paste it all in the broswer address bar it will query the search at google
sermonindex: now the question is how do I make something similar query thehttp://www.sermonindex.net/search.php
sermonindex: I tryed alot of things.. I have not to much of an idea with php
martyjjf1990: Are you referring to a google search like this?http://www.web-ministry.com/home/ You have to scroll down to see it.
sermonindex: no I want to query this search page:http://www.sermonindex.net/search.php
sermonindex: how would I write it out so if I cut and pasted it in the address bar window it would work?
sermonindex: did you kinda get what I mean?
martyjjf1990: form action="post"
martyjjf1990: next
sermonindex: how would I type that in the url?
martyjjf1990:http://www.freejesus.net/arabic_bible/quran.php?name=Quran&file=index&action=search
martyjjf1990: The ? after the url is the start
martyjjf1990: would have to add &search=jesus for example
martyjjf1990: &search=$searchword
martyjjf1990: &search=" . $searchword;
martyjjf1990: form action="post" ACTION="$destination_url?search=' . $searchword' "
martyjjf1990: something like that
martyjjf1990: $destination_url = "http://www.sermonindex.net/search.php";
sermonindex: I want to be able to just put the link in the address bar and have it query the search.php
sermonindex:http://www.sermonindex.net/search.php?&action=search
sermonindex: but that doesnt do it
sermonindex: it loads just blank
sermonindex:http://www.sermonindex.net/search.php/search?q=[SEARCH]
sermonindex: same with that one
sermonindex: I have tryed so many possibilities
sermonindex: sermonindex: do you know about querys?
sermonindex:http://www.google.com/search?q=[SEARCH]

sermonindex: I want to make one forhttp://www.sermonindex.net/search.php
PjL guy: that's about all i know about them
sermonindex: not sure how do it
sermonindex: it always loads blank
PjL guy: A search works
PjL guy: u mean, included in the URL?
sermonindex: yes!!
martyjjf1990: testing here, still doesn't workhttp://www.sermonindex.net/search.php?action=results&query=jesus&submit=Search&andor=AND
sermonindex: yea
sermonindex: lol
sermonindex: there has to be someway brother
martyjjf1990: The coding will have to be hacked
martyjjf1990: The code that validates the input won't accept it unless it comes from within the page itself.
martyjjf1990: The code that validates the input ignores the url line
sermonindex: hmmm
martyjjf1990:http://www.sermonindex.net/search.php?action=results&query=jesus&submit=Search&andor=OR
martyjjf1990:http://www.sermonindex.net/search.php?action=results&query=jesus&submit=Search&andor=AND
sermonindex: not working
martyjjf1990: doesn't change the Type of search
martyjjf1990: &andor=OR or &andor=AND doesn't effect the form
sermonindex: search for something and the url doesnt change
sermonindex: hmm
sermonindex:http://www.sermonindex.net/search.php
martyjjf1990: And if something is on the url it doesn't affect the form
sermonindex: what about the home page
sermonindex:http://www.sermonindex.net
sermonindex: there is a search box there I wonder if that will work?
martyjjf1990: same thing
martyjjf1990: What version of XOOPS are you running?
sermonindex: 1.3.x



56
wrtbooks
Re: Where can I find the name of the cookie of my site?
  • 2003/12/30 22:49

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


In version XOOPS 1.3.x its in the admin- prefrences menu? I always rename the cookie to something unique so it doesnt interfere with other sites, especially XOOPS ones.



57
wrtbooks
Re: Search queries? for xoops search in an IE TOOLBAR
  • 2003/12/30 20:57

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


wow this is kinda driving me nuts.. I am trying out so many possibilites, can anyone help before a fellow XOOPS user goes insane. lol



58
wrtbooks
Re: Using a flash search feature
  • 2003/12/30 7:03

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Quote:
so I believe the only problem is that the search parameter(s) are not being passed to search.php properly...

does anyone know the proper parameters so it will pass the data to the search.php page?



59
wrtbooks
Re: Search queries? for xoops search in an IE TOOLBAR
  • 2003/12/30 6:59

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Quote:
http://www.sermonindex.net/search.php/search?q=anything

btw- all that does is load the search.php page but its blank and doesn't search the term. hmmm



60
wrtbooks
Re: Search queries? for xoops search in an IE TOOLBAR
  • 2003/12/30 6:58

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Quote:
http://www.sermonindex.net/search.php?results=action&query=[SEARCH]

The toolbar always replaces [SEARCH] with the keywords in the search box.

Does anyone have ideas on how I could get this to work? I need to basically be able to type a url in the browser window and get it to search the XOOPS site like:

http://www.sermonindex.net/search.php/search?q=anything

any ideas?




TopTop
« 1 ... 3 4 5 (6) 7 8 »



Login

Who's Online

210 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits