|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
|
|
$language_file = array('registration','messages','userInfo','admin','forum','blog'); |
|
|
|
|
$cidReset = true; |
|
|
|
|
require '../inc/global.inc.php'; |
|
|
|
|
require_once '../inc/global.inc.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH).'social.lib.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH).'array.lib.php'; |
|
|
|
|
@ -478,7 +478,6 @@ echo '<div id="social-profile-container">'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!empty($html_actions )) { |
|
|
|
|
echo '<div class="actions" style="margin-right:5px;">'; |
|
|
|
|
echo $html_actions; |
|
|
|
|
@ -487,7 +486,6 @@ echo '<div id="social-profile-container">'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Extra information |
|
|
|
|
|
|
|
|
|
if ($show_full_profile) { |
|
|
|
|
//-- Extra Data |
|
|
|
|
$t_uf = Database :: get_main_table(TABLE_MAIN_USER_FIELD); |
|
|
|
|
@ -697,9 +695,8 @@ echo '<div id="social-profile-container">'; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
echo '</ul><br />'; |
|
|
|
|
|
|
|
|
|
$user_feeds = SocialManager::get_user_feeds($user_id); |
|
|
|
|
if (is_array($user_feeds )) { |
|
|
|
|
if (!empty($user_feeds )) { |
|
|
|
|
echo '<div class="sectiontitle">'.get_lang('RSSFeeds').'</div>'; |
|
|
|
|
echo '<div class="social-content-training">'; |
|
|
|
|
echo $user_feeds; |
|
|
|
|
|