Closed
Bug 519483
Opened 16 years ago
Closed 16 years ago
Add Feedback Form to Getting Started Page (en-US)
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kkovash, Assigned: abuchanan)
References
()
Details
Attachments
(1 file)
|
43.55 KB,
image/png
|
Details |
Below are the two pieces of code from Kampyle. I've attached a screen shot of these instructions as well. We'd like this pushed to mozilla.com in the next week, and we're planning for it to remain live for the next couple months.
(1) Copy and paste the code into your website inside the <head> tag:
This code is responsible for the Feedback Form's CSS as well as for the floating window that actively asks the users for feedback.
<!-- Start Kampyle Css -->
<link rel="stylesheet" type="text/css" media="screen" href="http://cf.kampyle.com/k_button.css" />
<!-- End Kampyle Css -->
(2) Copy and paste the code into your website immediately before the </body> tag:
This code is responsible for displaying the Feedback Form button on your website.
<!--Start Kampyle Feedback Form Button--><div id="k_close_button" class="k_float kc_bottom kc_right"></div><div><a href="http://www.kampyle.com/" target="kampyleWindow" id="kampylink" class="k_float k_bottom k_right" onclick="javascript:k_button.open_ff('site_code=6439011&form_id=33883&lang=en');return false;"><img src="http://cf.kampyle.com/buttons/en/orange/en-orange-corner-low-right.gif" alt="Feedback Form" border="0"/></a></div>
<script src="http://cf.kampyle.com/k_button.js" type="text/javascript"></script>
<!--End Kampyle Feedback Form Button-->
| Reporter | ||
Comment 1•16 years ago
|
||
| Reporter | ||
Comment 2•16 years ago
|
||
We're ready for this to be pushed live. If it can be done by tomorrow (Friday), that'd be ideal.
Updated•16 years ago
|
Assignee: nobody → buchanae
| Assignee | ||
Comment 3•16 years ago
|
||
ok, r52894 checks in this code to trunk-stage, along with bug 519490, 519493
Updated•16 years ago
|
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•16 years ago
|
||
I'm merging the files to tags/stage now, svn up is taking it's sweet time.
Morgamic said he will handle the merge to production.
This is to go live today, correct?
Comment 5•16 years ago
|
||
Good to go from QA; I'll verify again once it's in production.
| Reporter | ||
Comment 6•16 years ago
|
||
(In reply to comment #4)
> I'm merging the files to tags/stage now, svn up is taking it's sweet time.
>
> Morgamic said he will handle the merge to production.
>
> This is to go live today, correct?
Yes, going live today would be ideal.
Comment 7•16 years ago
|
||
Why are we embedding an 'http://' site on a page that should be supported as 'https://'? You're causing mixed-content SSL warnings here, which is bad.
| Assignee | ||
Comment 8•16 years ago
|
||
ugh, having 3 bugs is getting painful.
(In reply to comment #7)
> Why are we embedding an 'http://' site on a page that should be supported as
> 'https://'? You're causing mixed-content SSL warnings here, which is bad.
I didn't know we supported mozilla.com under SSL. Thanks for catching this Reed.
The screenshot,
https://bug519483.bugzilla.mozilla.org/attachment.cgi?id=403523
shows that Kampyle supports SSL sites, so it's probably a simple change.
Ken, do you want to give me the login? or, check the "I want to ... SSL" checkbox and paste the new codes?
BTW, what mozilla.com content needs SSL?
Thanks
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•16 years ago
|
||
(In reply to comment #8)
> I didn't know we supported mozilla.com under SSL. Thanks for catching this
> Reed.
Well, I'm not sure we support all pages under SSL, but we've always supported users going to https://www.mozilla.com/, which we should continue to support as a fully SSL path to getting a (non-SSL) download link. If there's a way to get SSL supported without too much trouble, we should do it.
| Assignee | ||
Comment 10•16 years ago
|
||
per IRC, we're going to push what we have, and work out the SSL option fix soon this week.
I've filed bug 520670 for the SSL bug.
I've tagged the affected files in r52905
Sending tags/stage
Sending tags/stage/en-US/firefox/3.5.3/firstrun/index.html
Sending tags/stage/en-US/firefox/3.5.3/whatsnew/index.html
Sending tags/stage/en-US/firefox/central/index.html
Sending tags/stage/includes/headers/3.5/firstrun.inc.php
Sending tags/stage/includes/headers/3.5/whatsnew.inc.php
Transmitting file data .....
Committed revision 52905.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: push-needed
Verified FIXED on:
* https://www.mozilla.com/en-US/firefox/central/
* http://www.mozilla.com/en-US/firefox/central/
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•