User
Dashboard
{if logged_out}
{embed="%prefix%inc/login"}
{if:else}
{embed="%prefix%inc/control_column"}
{logged_in_screen_name}
Profile Snapshot: (edit?)
{exp:user:stats member_id="{segment_3}" limit="1"}
- {if bday_m}
{if bday_m == "01"}January{if:elseif bday_m == "02"}February{if:elseif bday_m == "03"}March{if:elseif bday_m == "04"}April{if:elseif bday_m == "05"}May{if:elseif bday_m == "06"}June{if:elseif bday_m == "07"}July{if:elseif bday_m == "08"}August{if:elseif bday_m == "09"}September{if:elseif bday_m == "10"}October{if:elseif bday_m == "11"}November{if:elseif bday_m == "12"}December{if:else}{/if}{/if} {if bday_d}{bday_d}{/if}{if bday_y AND bday_d}, {/if}{if bday_y}{bday_y}{/if}
- {encode="{email}"}
{if url}- {url}
{/if}
- {location}
- {occupation}
- {interests}
{bio}
{/exp:user:stats}
Profile Stats
{exp:user:stats member_id="{segment_3}" limit="1"}
- {join_date format="%F %j, %Y"}
- {last_activity format="%F %j, %Y"}
- {if last_comment_date == 0}No Comments Yet!{/if}{if last_comment_date != 0}{last_comment_date format="%F %j, %Y"}{/if}
- {last_entry_date format="%F %j, %Y"}
{/exp:user:stats}
{/if}
About This Page
The "Dashboard" page (or "Home" page) in this case shows the currently logged in user a snapshot of their profile.
It makes use of the following function:
{embed="%prefix%inc/footer"}