{lang code='channel' assign='object_type'} {include file="$style_dir/global_header.html"} {include file="$style_dir/blocks/view_channel/channel_global.html" }
{include file="$style_dir/header.html"}
{include file="$style_dir/message.html"} {show_flag_form id=$u.userid type=User}
{include file="$style_dir/blocks/view_channel/channel_left.html"}
{if isSectionEnabled('photos') || isSectionEnabled('videos')} {get_photos assign=latestP order=" date_added DESC" limit=10 user=$u.userid} {get_videos assign=latestV order=" date_added DESC" limit=10 user=$u.userid status="Successful" broadcast="public"} {if $latestP || $latestV}
    {if $latestP} {section name=plist loop=$latestP} {if $smarty.section.plist.iteration==1} {if !$profile_item} {assign var='profile_item' value=$latestP[plist]} {/if} {/if} {include file="$style_dir/blocks/photo.html" photo=$latestP[plist] display_type='channel_page'} {/section} {else}
    {lang code='found_no_photos'}
    {/if}
    {if $latestV} {section name=vlist loop=$latestV} {if !$profile_item} {assign var='profile_item' value=$latestV[vlist]} {/if} {include file="$style_dir/blocks/video.html" video=$latestV[vlist] display_type='channel_page'} {/section} {else}
    {lang code='found_no_videos'}
    {/if}
{/if} {/if} {* Fetching Profile item File*} {if $profile_item} {/if}
  • Info
  • {if isSectionEnabled('videos')}
  • Videos
  • {/if} {if isSectionEnabled('groups')}
  • Groups
  • {/if} {if isSectionEnabled('photos')}
  • Photos
  • {/if}
{assign var='channel_profile_fields' value=$userquery->load_user_fields($p,'profile')} {foreach from=$channel_profile_fields item=field_group name=profile_groups} {if $smarty.foreach.profile_groups.iteration==2} {/if} {/foreach}
MORE
{lang code="comments"}

{if $myquery->is_commentable($p,'u')} {include file="$style_dir/blocks/comments/add_comment.html" id=$u.userid type=c} {else}
{lang code='coments_disabled_profile'}
{/if}