Closed
Bug 552004
Opened 16 years ago
Closed 16 years ago
Make "More" link on start pages point to article list
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
1.5.3
People
(Reporter: cilias, Assigned: paulc)
Details
Attachments
(1 file)
|
1.24 KB,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
On the start pages, there is a search box. Underneath the text field, there are links to suggested search terms, and last item is a button called "More", which points users to tiki-browse_freetags.php.
tiki-browse_freetags.php is a very bad user-experience right now, so we should make that link point to the article list instead.
Details:
* This should affect the templates: mozms2 and mozmswin7.
* The new destination should be the same as what is used for the "See all" link.
href="{$tikiroot}kb/Article+list"
To verify:
1. Go to <https://support-stage.mozilla.com/en-US/kb/>.
2. Click on "MORE".
It should go to <https://support-stage.mozilla.com/en-US/kb/Article+list>.
1. Go to <https://support-stage.mozilla.com/en-US/kb/Windows+start+page>.
2. Click on "MORE".
It should go to <https://support-stage.mozilla.com/en-US/kb/Article+list>.
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → paulc
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #432576 -
Flags: review?(james)
Comment 2•16 years ago
|
||
Comment on attachment 432576 [details] [diff] [review]
v1, updates More link per comment 0
Looks good.
Attachment #432576 -
Flags: review?(james) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
r64277
Not on fennec branch since the start page we use there is different.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•