soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

when i uploaded a new avatar it changes old avatar in everywhere else but not in home page #341

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. upload a new avatar
2. goes to my channel & account new avatar displays fine
3. goes to home page of youtube v3 template, still no avatar picture displays 
on home page

What is the expected output? What do you see instead?
new avatar on home page - still the no avatar picture displays

What version of the product are you using? On what operating system?
2.6

Please provide any additional information below.

Original issue reported on code.google.com by naveench...@gmail.com on 28 Aug 2012 at 7:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
To fix the Avatar issue with Youtube Theme follow these instructions.

In your Youtube Theme folder open/edit Index.html. Around line 27 find this bit 
of code:

<a href="{$userquery->profile_link($userquery->udetails)}"><img src="{avatar 
details=$u}" width="100" height="88" style="float:left;border-radius: 2px 2px 
2px 2px; margin-right:5px; border:none;" /></a>

Find img src: {avatar details=$u}

Replace with this: {avatar details=$userquery->udetails}

Save, upload, and refresh your page. Issue should be resolved.

Original comment by TLRProje...@gmail.com on 16 Nov 2012 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by zomail...@gmail.com on 6 May 2013 at 12:12