diff --git a/upload/styles/cb_2014/layout/blocks/user.html b/upload/styles/cb_2014/layout/blocks/user.html index 603e1940..e54300b7 100755 --- a/upload/styles/cb_2014/layout/blocks/user.html +++ b/upload/styles/cb_2014/layout/blocks/user.html @@ -25,6 +25,33 @@ +{/if} +{if $block_type=='groups_show'} +
+ +
+ + + +
+
+
+

{$user.username}

+
    + {if isSectionEnabled('videos')} +
  • {$user.total_videos|number_format} {lang code="videos"}
  • + {/if} + {if isSectionEnabled('photos')} +
  • {$user.total_photos|number_format} {lang code="photos"}
  • + {/if} +
  • {$user.profile_hits|number_format} {lang code="views"}
  • +
  • {$user.subscribers|number_format} {lang code="subscribers"}
  • + +
+
+
+
+ {/if} {if $block_type =='small'} diff --git a/upload/styles/cb_2014/layout/channels.html b/upload/styles/cb_2014/layout/channels.html index 1dc85466..7ec6c398 100644 --- a/upload/styles/cb_2014/layout/channels.html +++ b/upload/styles/cb_2014/layout/channels.html @@ -87,7 +87,7 @@ {section name=u_list loop=$users}
- {include file="$style_dir/blocks/user.html" user=$users[u_list]} + {include file="$style_dir/blocks/user.html" user=$users[u_list] block_type="groups_show"}
{sectionelse} {lang code='no_results_found'}