Search terms in search URL
#3
This user has been denied support. This user has been denied support.
http://localhost/MyBB/search.php?action=...+term+here

works if you change search.php

elseif($mybb->input['action'] == "do_search" && $mybb->request_method == "post")

to

elseif($mybb->input['action'] == "do_search")

In theory it'd also be possible to do this in a plugin but it doesn't seem worth the effort.

External search plugins such as the Firefox quick search bar, do not need this modification, they can send this as post requests.
Reply


Messages In This Thread
Search terms in search URL - by Matt - 2009-03-23, 11:37 AM
RE: Search terms in search URL - by Yumi - 2009-03-23, 11:49 AM
RE: Search terms in search URL - by frostschutz - 2009-03-23, 11:51 AM
RE: Search terms in search URL - by Matt - 2009-03-23, 02:33 PM
RE: Search terms in search URL - by frostschutz - 2009-03-23, 03:37 PM
RE: Search terms in search URL - by ghazal - 2009-03-24, 07:11 AM
RE: Search terms in search URL - by islesv - 2009-03-24, 12:21 PM
RE: Search terms in search URL - by Matt - 2009-03-24, 12:56 PM
RE: Search terms in search URL - by islesv - 2009-03-24, 11:19 PM
RE: Search terms in search URL - by Matt - 2009-03-24, 11:24 PM
RE: Search terms in search URL - by x_Stricken_x - 2009-03-24, 11:32 PM
RE: Search terms in search URL - by Matt - 2009-03-24, 11:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)