{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}
    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}
    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}
Basic Info {assign var="personal_details" value=$userquery->load_personal_details($p)} {foreach from=$personal_details item=field} {if $field.auto_view=='yes'}
{if $field.type !='textarea' && $field.type !='text' && $field.type !='textfield'}
{$field.title}
{input_value input=$field}
{elseif $field.type =='textarea'}
{$field.title}
{$field.value|nl2br}
{else}
{$field.title}
{input_value input=$field}
{/if}
{/if} {/foreach}
MORE
{lang code="comments"} {include file="$style_dir/blocks/comments/comments.html" id=$u.userid type=c}
{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}