Closed Bug 399444 Opened 17 years ago Closed 16 years ago

Missing image avatar_sfx_tiny.png

Categories

(Websites Graveyard :: spreadfirefox.com, defect, P1)

All
Other
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 421161

People

(Reporter: paul, Unassigned)

References

()

Details

(Whiteboard: quick fix)

Hi Erik ,

Would you take a look at this  ..

https://sfx.stage.mozilla.com/admin/logs/event/15363

Regards Paul
Group: infra
Component: Server Operations → spreadfirefox.com
Product: mozilla.org → Websites
Version: other → unspecified
Assignee: server-ops → erik
QA Contact: justin → spreadfirefox-com
I'm taking this
Assignee: erik → paul
Blocks: 421161
avatar_sfx_tiny.png is used to link to the users profile on the affiliates list on the main page.  Drop this puppy into /trunk/sites/all/themes/spreadfirefox_RCS/images/

 http://archive-sfx.spreadfirefox.com/themes/spreadfirefox/avatar_sfx_tiny.png  

and modify /trunk/modules/sfx/sfx_affiliates/sfx_affiliates.module to point to the correct image. Something like:

-       <a href="/user/' . $u["id"] . '" class="avatar avatar-sfx-page"><img src="themes/spreadfirefox/avatar_sfx_tiny.png" alt="sfx page"/></a>
+       <a href="/user/' . $u["id"] . '" class="avatar avatar-sfx-page"><img src="/sites/all/themes/spreadfirefox_RCS/images/avatar_sfx_tiny.png" alt="sfx page"/></a>

Might have to tweak CSS. Use http://archive-sfx.spreadfirefox.com/ as a reference.
Assignee: paul → nobody
Priority: -- → P1
Whiteboard: quick fix
OK -- bug 421161 has the patch, so we'll work with that.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Verified dup
Status: RESOLVED → VERIFIED
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.