Closed Bug 527959 Opened 16 years ago Closed 16 years ago

Point sidebar search form to search.php

Categories

(support.mozilla.org :: Search, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: cww)

Details

(Whiteboard: changepref (see comment 4 & 5))

Make sure all the search forms in all the templates point to the new search script.
Worth noting that sidebar search code is stored in the db. Since the search box goes under sidemenu.tpl, perhaps we should turn it into a template. Otherwise we will need to remember to update the code in the db on prod too, when we push.
I'm still getting completely different content on sumo-forumux while logged in and logged out. Logged in, I get forms pointing to the search.php, logged out, I end up at tiki-newsearch.php.
Might want to ask IT to clear caches. I can't think of another reason they would differ.
Priority: -- → P3
Assignee: nobody → paulc
Must update the sidebar module during the push. Set to: --------- <div class="mod-searchlogoform"> <div class="mod-searchlogotitle">{tr}Search the Knowledge Base{/tr}</div> <form action="{$tikiroot}search.php"> <input type="hidden" name="locale" value="{$currentLocale}" /> <input id="fsearch" name="q" type="text" size="25" value=""/> <input id="searchsubmit" type="submit" name="sa" value="" alt="{tr}Search{/tr}" title="{tr}Search{/tr}" /> </form> </div> --------- I've done this on stage.
Assignee: paulc → cwwmozilla
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: changepref (see comment 4)
Summary: Point search forms to search.php → Point sidebar search form to search.php
Sorry, as per bug 494083: s/Search the Knowledge Base/Search Firefox Help
Whiteboard: changepref (see comment 4) → changepref (see comment 4 & 5)
I don't know if it matters, but the bigger search bar has the where=all parameter, while the sidebar search doesn't.
search.php defaults where to all, so it shouldn't make a difference.
Verified FIXED off (after submitting a search from these, I checked the sidebar): * http://support-stage.mozilla.org/en-US/kb/ * http://support-stage.mozilla.org/en-US/kb/Support+Website+Forums
Status: RESOLVED → VERIFIED
Changed on prod.
(In reply to comment #9) > Changed on prod. Verified on prod.
You need to log in before you can comment on or make changes to this bug.