Closed Bug 549774 Opened 14 years ago Closed 14 years ago

contact us, learn more and affiliate buttons category pages should show the full post

Categories

(Websites Graveyard :: opentochoice.org, defect, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Assigned: carlos.ferro)

References

()

Details

STR:

1. Load http://opentochoice2.stage.mozilla.com/en/
2. Click on "contact us" at the bottom right

Expected Results:

The content should be formatted as in http://opentochoice2.stage.mozilla.com/2010/03/contact-us/

Actual Results:

http://opentochoice2.stage.mozilla.com/en/category/contact-us/ is pretty plain; there are no links, bulleted lists, etc.
Priority: P1 → P2
Summary: "contact us" link's post is unformatted; clicking through, it's correct → "contact us" link's post is unformatted; clicking through, it's correct / Social media links missing on contact us page
Looks like this is an issue for the following categories:

* contact us
* learn more
* affiliate buttons

Maybe in index.php we could do something like (pseudo-code)

if category is in (contact us, learn more, affiliate buttons (and translations))
then display the loop using the code from single.php
else display the regular loop.
Priority: P2 → P1
As per my answer on  Bug 549836
-------------------------------------
Duplicate headers.

1. 'Learn more' & 'Contact us'
These are static content page and should be linked to directly. We are
currently linking to the category landing page.
Changing the links as below will resolve the header issue without generating
new copy needs.

http://opentochoice.org/en/category/learn-more/
to be changed to
http://opentochoice.org/2010/03/learn-more-about-mozilla/


http://opentochoice.org/en/category/contact-us/
to be changed to
http://opentochoice.org/2010/03/contact-us/

Francois
Blocks: 549840
Blocks: 549836
Blocks: 549825
Blocks: 549844
Changine the summary. The previous summary was:

"contact us" link's post is unformatted; clicking through, it's correct / Social media links missing on contact us page
Summary: "contact us" link's post is unformatted; clicking through, it's correct / Social media links missing on contact us page → contact us, learn more and affiliate buttons category pages should show the full post
Javier, do you have any updates on this?
We are working on this with Mauricio. The idea is to use slugs on posts as we did for some of the rhs boxes.
Will this break current links? Ideally, we could still be using /category/learn-more etc after this is fixed.
The links have been changed in the page but the old links will still work. The downside is that the old links will display as they actually do on live.

This has been fixed in r63675
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified FIXED on http://opentochoice2.stage.mozilla.com/en/, as it links to http://opentochoice2.stage.mozilla.com/2010/03/learn-more-about-mozilla/ and http://opentochoice2.stage.mozilla.com/2010/03/contact-us/

(I'm not entirely clear on the implications of the 2nd sentence of comment 8, though).
Status: RESOLVED → VERIFIED
Sorry, this was fixed in r63674

I think it doesn't really have much impact Stephen, but I still want to make it clear that the links URLs changed.

Kudos to Mauricio Beltran for this fix :)
Stephen: Javier might correct me, but I think it means that the automatically generated links in the theme (e.g. "contact us" in the footer) will direct to /2010/03/contact-us/ now (fixing this bug, but if anyone has put a direct link to /en/category/contact-us/ in a post's body, they will still go to to a category page, which will look broken.
That's correct Stas.
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.