Thank you Dries Buytaert and all of Drupal.org developers and users for making a very wonderful CMS
The proliferation and popularity of MySpace and Friendster and many other Social Networking sites are (IMHO) due to `user centric' customizable profiles and `friends' or `connections'
MySpace is actually a poor system based on CFM, if somebody said `I have the MySpace source code', forget it, you would rather have LiveJournal source code based on BML
The Drupal.org book section has almost complete (but not updated for Drupal 4.7.x and 5.x) guide on `custom user profile' and `how to make user profile customizable by the user'
Search for user_profile.tpl.php (cause I dont remember the title and link)
I am pasting here my user_profile.tpl.php AND template.php for anybody interested to be used for Drupal 4.7.x. Note that `view buddy list' is a link to buddylist/user instead of displaying a list of buddies, cause I dont know the right PHP code and the last time I got error for undefined format_name
Also note that I am using `foliage' theme style.css and I think `foliage' is flexible and good to begin learning how to customize your CSS
print $user->profile_css
if($user->picture):

print $user->picture ">