[ * Include the base template, which sets up some of our variables * ] [ include file="../templates/default/base.tpl.html" ] [ * Include the channel header template * ] [ include file="../templates/default/header.tpl.html" ] [ * Include the channel header template * ] [ include file="../templates/default/sidebar.tpl.html" ]
[ assign var="userFilter" value=$params.userName|string_format:"UserName='%s'" ] [ fetching from="users" filter=$userFilter into=posts ] [ section name=postSpan loop=$posts|count max=1 ] [ assign var="user" value=$posts|next ]
User Name:
[ $user.UserName ]
Full Name:
[ if $user.FullName eq "" ] Not available. [ else ] [ $user.FullName ] [ /if ]
Affiliated with [ $thisSite.Defaults.Name ] since:
[ $user.CreateDate|Timestamp:"l, d M Y \a\\t g:i A \(T\)" ]
Last Visit:
[ $user.LastVisit|Timestamp:"l, d M Y \a\\t g:i A \(T\)" ]
Number of posts authored:
[ $user.PostCount ]
E-mail address:
[ if $user.Email eq "" ] Not available. [ else ] [ mailto address=$user.Email encode="javascript" text="Send a message" ] [ /if ]
Website:
[ if $user.Website eq "" ] Not provided. [ else ] [ $user.Website ] [ /if ]
More about this user:
[ $user.Description ]
[ sectionelse ]
Whoops!

You have requested information on a person who does not exist — not in our systems, at any rate.

If you feel that you have reached this message in error, please [ mailto address=$thisSite.Defaults.Webmaster text="contact the webmaster" encode="javascript_charcode" extra="title='Contact the webmaster'" ].

[ /section ] [ include file="../templates/default/footer.tpl.html" ]