Closed Bug 530850 Opened 15 years ago Closed 15 years ago

Add link from mo.sumo to desktop support

Categories

(support.mozilla.org :: Mobile, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: jsocol)

References

()

Details

Attachments

(4 files, 1 obsolete file)

(From bug 517627) Need to add a link to the mo.sumo themes back to desktop support.
CC'ing Caitlin and David to work out any design decisions: An example is the Thunderbird button here: http://www.flickr.com/photos/djst/4098030838/ Afaik, ff-mobile doesn't have it's own logo, so the usual FF logo can be used. Caitlin, want to comment on copy for that block? Anything else needed?
Should this be part of the template or as a module (like have with Thunderbird)? There is already bug 529730 [Create module for mobile].
I'm mostly indifferent, but a module worked before so seems fine for this too. What we need is the graphics -- it could look just like the Thunderbird button but with a Firefox logo. Would be interested to hear if garrety/jslater has any other comments.
Some clarifications might be needed here: when I say "Thunderbird button", I mean the area linking to Thunderbird, including the Thunderbird logo and the "diagonal, gray background" box. Something like that but for Firefox would work well. Ideally, we'd have some symbols to indicate "mobile" vs "desktop" in which case this box would use the "desktop" symbol. We could then link back to the mobile site from desktop support (support.mozilla.com) using the "mobile" symbol. That's probably out of scope for this bug though, but a thought I wanted to document here nevertheless...
(In reply to comment #1) > Afaik, ff-mobile doesn't have it's own logo, so the usual FF logo can be used. Oops, I forgot about this, http://creative.mozilla.org/designs/346 A smaller version can be found here, https://www-trunk.stage.mozilla.com/en-US/mobile/
(In reply to comment #5) > Oops, I forgot about this, > http://creative.mozilla.org/designs/346 > > A smaller version can be found here, > https://www-trunk.stage.mozilla.com/en-US/mobile/ Aw, it's so cute! Sorry for the spam but I couldn't help it :)
(In reply to comment #6) > Aw, it's so cute! Sorry for the spam but I couldn't help it :) Thanks Paul! Despite the Pocketfox's cuteness, it's not really intended to be a distinct logo for the mobile Firefox. The line may be a little blurry, but the idea is to use Pocketfox more in a promotional context...as far as the true logo goes, it's the official Firefox one just like always. If we go with the true logo, there are plenty of places around mozilla.com that use a format very much like what David is describing in comment #4 (http://www.mozilla.com/en-US/firefox/security/, for example). Seems like it'd be pretty easy to just grab the code from one of those pages and repurpose it here (with new text, and without a green download button of course). For copy, we'd need a headline and detail text to fit the usual format. Here's a rough pass...feel free to edit as needed- Headline: Firefox Desktop Support Detail: For answers to your questions about the desktop version of Firefox, visit our _desktop Firefox help page_.
Alternative text: Headline: Firefox Desktop Support Detail: Looking for help with Firefox on your computer? Visit our _desktop Firefox help site_. Paul: this should definitely be implemented as a module so we can tweak the wording after we push.
The alternative text in comment #8 is much better - thanks David!
I'd like to be clear on who is owning this. Alex, are you on this? Thanks for letting me know.
(In reply to comment #10) > I'd like to be clear on who is owning this. Alex, are you on this? Thanks for > letting me know. Not me, I've never touched the SUMO codebase, although I can try if needed.
What we need is the graphics, i.e. http://svn.mozilla.org/projects/sumo/trunk/webroot/styles/mozms/sidebar-tb.png but with a Firefox logo (if no one has a better suggestion for how to point people to the desktop version of Firefox, that is!). Once we have that logo, James or Paul C can take this bug.
(In reply to comment #12) > What we need is the graphics, i.e. > http://svn.mozilla.org/projects/sumo/trunk/webroot/styles/mozms/sidebar-tb.png > but with a Firefox logo (if no one has a better suggestion for how to point > people to the desktop version of Firefox, that is!). > > Once we have that logo, James or Paul C can take this bug. Steven, can you do this? I think it's a pretty quick fix, then James or Paul can take it from there. Thanks!
Assignee: nobody → steven
David, can you use this image directly? http://www.mozilla.com/img/tignish/firefox/download-background.png It's a touch wider than the other sidebar backgrounds, but it may work as is. If you need an updated version for the narrower column, let me know.
James, could you test the above image and see if it works?
Assignee: steven → james
Attached patch css patchSplinter Review
You'll need to add the image from comment 14 (and I'll attach) at the location specified in the patch. You'll also need to create a module in tiki-admin_modules.php. I've created the module on mobile.support-stage.m.o, with these values: Name: desktophelp Title: Firefox Desktop Help Content <<<STOP <div id="desktophelp-title" class="title">{tr}Firefox Desktop Support{/tr}</div> <div id="desktophelp-content">{tr}Looking for help with Firefox on your computer? Visit our <a href="http://support.mozilla.com/">desktop Firefox help site</a>.{/tr}</div> STOP Then you'll need to assign it with these parameters: Module: desktophelp Order: 1 Rows: 10 Params: theme=mozms.css
Attachment #416605 - Flags: review?(morgamic)
Attached image module background
Place at webroot/styles/mozms/sidebar-desktop.png
Attachment #416605 - Flags: review?(morgamic) → review?(paulc)
Comment on attachment 416605 [details] [diff] [review] css patch Looks good on Ubuntu 9.10 (Fx3.5), WinXP (Fx3.5, IE7,8, Chrome, Opera). On IE6 the right side of the image gets clipped, but that would have to be fixed in a separate stylesheet.
Attachment #416605 - Flags: review?(paulc) → review+
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Does this need to be assigned before QA can verify?
Assigned. Sorry 'bout that Stephen.
But I think it's being caught in the cache while logged out.
I see it while logged in, too; will wait until it clears through the other caches to verify (unless we need to push ASAP?)
If we don't see it by tomorrow we'll ask IT to flush the caches.
Sigh ^^^
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch ie6 fix (obsolete) — Splinter Review
This should do it.
Attachment #417550 - Flags: review?(james)
Comment on attachment 417550 [details] [diff] [review] ie6 fix This does not work for me, even when I modify the selector to match the specificity of others in the style sheet and add background-color:#000; to check that it's working.
Attachment #417550 - Flags: review?(james) → review-
This changes the padding to be friendlier with IE6's broken box model, and matches the selector specificity of other rules in this style sheet.
Attachment #417550 - Attachment is obsolete: true
Attachment #417798 - Flags: review?(paulc)
Comment on attachment 417798 [details] [diff] [review] change padding in ie6 Woo it works on my VM too!
Attachment #417798 - Flags: review?(paulc) → review+
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Verified, FIXED. IE 6 logo clipping issue has been fixed.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: