Topic: usefull thing when u viewing profile
for what we can see empty fields ? for what these (Unknow) ? no usefull information
for example, if we add this to the code...
<?php if($user['jabber'] !=''): ?>
<dt><?php echo $lang_profile['Jabber'] ?>:</dt>
<dd><?php echo $user['jabber'] ?></dd>
<?php endif; ?>
... when we'll view users profiles, there will be no empty fields..
p.s.
i'm newbie here, don't bit me %))