uskudarli / cmpe352spring2012group1

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

User avatar image #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the profile pages the users should have default avatar pictures that can be 
chosen among the ones we provided. They cannot upload their own photos. 

Original issue reported on code.google.com by algan.du...@gmail.com on 17 Nov 2012 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by dilataser on 17 Nov 2012 at 1:17

GoogleCodeExporter commented 9 years ago
database table field "avatar" to users will be added

Original comment by dilataser on 20 Nov 2012 at 12:45

GoogleCodeExporter commented 9 years ago
avatar images are prepared and uploaded to tinyurl, the links can be found in 
avatars.txt under downloads. (there are currently 5, more will be added)
corresponding database table column "avatar_link" containing the image link as 
varchar has been added to users table. it has been filled with the avatar links 
provided.

Original comment by dilataser on 20 Nov 2012 at 10:25