Ticket #6 (accepted enhancement)

Opened 17 years ago

Last modified 17 years ago

Need to have contributors pages working to list stories attributed to authors

Reported by: khaled Owned by: khaled
Priority: major Milestone: NewsHealthGuru Beta Release
Component: News.HealthGuru Version:
Severity: fixed_ready_to_test Keywords:
Cc:

Description

Contributors bios page should include a list of their articles.

Change History

Changed 17 years ago by khaled

  • status changed from new to accepted
  • severity changed from awaiting_action to fixed_ready_to_test

Added code to

news_contributors.css
ContributorController??.php
bio.phtml
contributor_effects.js

To display hyperlinked list of articles written by each author on their respective bio page. The articles table is read selecting for the author_id that matches the current author's bio (the author who bio page is being viewed). Data specific to the article is extracted, specifically the image, the short headline (dalak_headline), the publication date and the article excerpt and combined to form a div containing the relevant article bubble. Graphically, an unselected article bubble image is placed under the article text via CSS and then Javascript is used to change the image when there's a mouseover event.

The hyperlink leads to the appropriate article display page. The hyperlink is wrapped around both the image and the headline (the headline wrap is important for any web crawling/SEO).

Note: See TracTickets for help on using tickets.