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)
support.mozilla.org
Search
Tracking
(Not tracked)
VERIFIED
FIXED
1.5
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.
Comment 1•16 years ago
|
||
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.
| Reporter | ||
Comment 2•16 years ago
|
||
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.
Comment 3•16 years ago
|
||
Might want to ask IT to clear caches. I can't think of another reason they would differ.
| Reporter | ||
Updated•16 years ago
|
Priority: -- → P3
Updated•16 years ago
|
Assignee: nobody → paulc
Comment 4•16 years ago
|
||
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)
Updated•16 years ago
|
Summary: Point search forms to search.php → Point sidebar search form to search.php
Comment 5•16 years ago
|
||
Sorry, as per bug 494083:
s/Search the Knowledge Base/Search Firefox Help
Whiteboard: changepref (see comment 4) → changepref (see comment 4 & 5)
Comment 6•16 years ago
|
||
I don't know if it matters, but the bigger search bar has the where=all parameter, while the sidebar search doesn't.
Comment 7•16 years ago
|
||
search.php defaults where to all, so it shouldn't make a difference.
Comment 8•16 years ago
|
||
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
| Reporter | ||
Comment 9•16 years ago
|
||
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.
Description
•