Creating an Avatar System
Posted: Sun Apr 26, 2009 7:50 pm
I am trying to figure out the best way to build an avatar system for my users. I figure it's most likely as simple as an If (!'$user'avatar) then display no-avatar.jpg else get database query, display currently selected avatar. However, it's a bit confusing. Could anyone tell me if I'm on the right track or point me in the right direction if I am not?