diff --git a/upload/styles/cbv3/layout/view_channel.html b/upload/styles/cbv3/layout/view_channel.html index cd46358d..8745b274 100644 --- a/upload/styles/cbv3/layout/view_channel.html +++ b/upload/styles/cbv3/layout/view_channel.html @@ -1,8 +1,8 @@ {lang code='channel' assign='object_type'} {include file="$style_dir/global_header.html"} -{$user_videos=get_videos(['user'=>$u.userid,'limit'=>6])} -{$user_photos=get_photos(['user'=>$u.userid,'limit'=>6])} +{$user_videos=get_videos(['user'=>$u.userid,'limit'=>9])} +{$user_photos=get_photos(['user'=>$u.userid,'limit'=>9])} {$user_contacts=$userquery->get_contacts($u.userid, 0, "yes")} @@ -25,7 +25,13 @@ -
{cb_video_player width='100%' height='100%' files=$video_files video=$profile_item}
+ {$profile_item=display_profile_item( $u.userid )} +
+ {if $profile_item} + {$profile_item} + {else} + {lang code='No profile item set'} + {/if}
@@ -45,7 +51,7 @@
{if $user_videos} {$single_video_index=array_rand($user_videos)} - + {/if}
{$u.total_videos|number_format} Videos @@ -56,7 +62,7 @@
{if $user_photos} {$single_photo_index=array_rand($user_photos)} - {get_photo details=$user_photos.$single_photo_index output='html' size='m' class="cbv3-center-image"} + {get_photo details=$user_photos.$single_photo_index output='html' size='m'} {/if}
{$u.total_photos|number_format} Photos @@ -70,6 +76,15 @@ Subscribers + +
  • + +
    + {$u.comments_count|number_format} +
    + {lang code='Comments'} +
    +