|
|
|
@ -231,6 +231,13 @@ function display_individual_user($user_id) { |
|
|
|
$big_image_height = $big_image_size[1]; |
|
|
|
$big_image_height = $big_image_size[1]; |
|
|
|
$url_big_image = $big_image.'?rnd='.time(); |
|
|
|
$url_big_image = $big_image.'?rnd='.time(); |
|
|
|
echo '<input type="image" src="'.$fullurl.'" alt="'.$alt.'" onclick="javascript: return show_image(\''.$url_big_image.'\',\''.$big_image_width.'\',\''.$big_image_height.'\');"/><br />'; |
|
|
|
echo '<input type="image" src="'.$fullurl.'" alt="'.$alt.'" onclick="javascript: return show_image(\''.$url_big_image.'\',\''.$big_image_width.'\',\''.$big_image_height.'\');"/><br />'; |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
echo Display::return_icon('unknown.jpg', get_lang('Unknown')); |
|
|
|
|
|
|
|
echo '<br />'; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<br />'.$status.'<br />'; |
|
|
|
|
|
|
|
|
|
|
|
global $user_anonymous; |
|
|
|
global $user_anonymous; |
|
|
|
if (api_get_setting('allow_social_tool') == 'true' && api_get_user_id() <> $user_anonymous && api_get_user_id() <> 0) { |
|
|
|
if (api_get_setting('allow_social_tool') == 'true' && api_get_user_id() <> $user_anonymous && api_get_user_id() <> 0) { |
|
|
|
echo '<br />'; |
|
|
|
echo '<br />'; |
|
|
|
@ -248,19 +255,12 @@ function display_individual_user($user_id) { |
|
|
|
echo '<a href="main/messages/send_message_to_userfriend.inc.php?view_panel=1&height=310&width=610&user_friend='.$safe_user_id.'" class="thickbox" title="'.get_lang('SendAMessage').'">'.Display :: return_icon('mail_send.png', get_lang('SendAMessage')).' '.get_lang('SendAMessage').'</a>'; |
|
|
|
echo '<a href="main/messages/send_message_to_userfriend.inc.php?view_panel=1&height=310&width=610&user_friend='.$safe_user_id.'" class="thickbox" title="'.get_lang('SendAMessage').'">'.Display :: return_icon('mail_send.png', get_lang('SendAMessage')).' '.get_lang('SendAMessage').'</a>'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
echo Display::return_icon('unknown.jpg', get_lang('Unknown')); |
|
|
|
|
|
|
|
echo '<br />'; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (api_get_setting('show_email_addresses') == 'true') { |
|
|
|
if (api_get_setting('show_email_addresses') == 'true') { |
|
|
|
echo Display::encrypted_mailto_link($user_object->email,$user_object->email).'<br />'; |
|
|
|
echo Display::encrypted_mailto_link($user_object->email,$user_object->email).'<br />'; |
|
|
|
} |
|
|
|
} |
|
|
|
echo $status.'<br />'; |
|
|
|
|
|
|
|
echo '</div>'; |
|
|
|
echo '</div>'; |
|
|
|
if ($user_object->competences) { |
|
|
|
if ($user_object->competences) { |
|
|
|
echo '<dt><div class="actions-message"><strong>'.get_lang('MyCompetences').'</strong></div></dt>'; |
|
|
|
echo '<dt><div class="actions-message"><strong>'.get_lang('MyCompetences').'</strong></div></dt>'; |
|
|
|
|