Browse Source

Restore skills block see BT#15174

Julio Montoya 6 years ago
parent
commit
72b14483af

+ 1 - 1
main/social/home.php

@@ -97,7 +97,7 @@ $countPost = $posts['count'];
 $posts = $posts['posts'];
 SocialManager::getScrollJs($countPost, $htmlHeadXtra);
 
-//Block Menu
+// Block Menu
 $social_menu_block = SocialManager::show_social_menu('home');
 
 $social_search_block = Display::panel(

+ 2 - 1
main/template/default/social/home.tpl

@@ -33,7 +33,6 @@
                 {{ social_auto_extend_link }}
             </div>
 
-            {#{{ social_skill_block }}#}
             {{ social_right_content }}
             <div id="message_ajax_reponse" class=""></div>
             <div id="display_response_id"></div>
@@ -79,6 +78,8 @@
 
             {{ social_group_block }}
 
+            {{ social_skill_block }}
+
             <!-- Block session list -->
             {% if session_list != null %}
             <div class="panel-group" id="session-block" role="tablist" aria-multiselectable="true">

+ 4 - 1
main/template/default/social/profile.tpl

@@ -48,8 +48,11 @@
                 </div>
             </div>
         </div>
-        {#{{ social_skill_block }}#}
+
         {{ social_group_info_block }}
+
+        {{ social_skill_block }}
+
         <!-- Block course list -->
         {% if social_course_block != null %}
         <div class="panel-group" id="course-block" role="tablist" aria-multiselectable="true">