<%-- File ==== user_view.html Description =========== This page will be shown when you choose to view a user's information. NOTE: Take care when displaying the e-mail address to use the <%user_disp_email%> tag and NOT the <%user_email%> tag. --%> <%site_title%>: User Profile: <%user_username%> <%include include_css.html%> <%body_tag%> <%include include_header.html%>
<%body_table%> <%title_font%> <%title_font%><%site_home%>: User Profile: <%nbsp user_username%> <%/title_font%> <%include include_logo.html%> <%hidden_form%>
<%list_table%> <%-- If you are using user icons, you should uncomment the section below. --%> <%-- <%if user_icon%> <%else%>   <%endif%> --%>  <%body_font%><%nbsp user_username%><%/body_font%> <%body_font%>Title:<%/body_font%> <%body_font%><%user_title%><%/body_font%> <%body_font%>Status:<%/body_font%> <%body_font%><%user_status_string%><%/body_font%> <%body_font%>Registered:<%/body_font%> <%body_font%><%user_registered_date%><%/body_font%> <%if not user_invisible or current_user_status == 3%><%-- Don't show the last logon if the user is invisible, unless the person viewing the page is an admin --%> <%body_font%>Last Logon:<%/body_font%> <%body_font%><%user_last_logon_date%><%/body_font%> <%endif%> <%body_font%>Posts:<%/body_font%> <%body_font%> <%user_posts%> (<%user_posts /1 $user_days_registered%> per day)<%/body_font%> <%/body_font%> <%body_font%>Real Name:<%/body_font%> <%body_font%><%if user_real_name%><%user_real_name%><%else%>No name entered.<%endif%><%/body_font%> <%body_font%>Location:<%/body_font%> <%body_font%><%if user_location%><%user_location%><%else%>No location entered.<%endif%><%/body_font%> <%if not user_invisible or current_user_status == 3%> <%body_font%>Local Time:<%/body_font%> <%body_font%><%user_localdate%><%/body_font%> <%endif%> <%if user_occupation%> <%body_font%>Occupation:<%/body_font%> <%body_font%><%user_occupation%><%/body_font%> <%endif%> <%if user_interests%> <%body_font%>Interests:<%/body_font%> <%body_font%><%user_interests%><%/body_font%> <%endif%> <%if user_homepage%> <%body_font%>Homepage:<%/body_font%> <%body_font%><%user_homepage%><%/body_font%> <%endif%> <%body_font%>Email:<%/body_font%> <%body_font%> <%if user_disp_email%> <%user_disp_email%> <%else%> No email entered. <%endif%> <%/body_font%> <%if current_user_id and current_user_status >= 3%> <%body_font%>Email:<%/body_font%> <%body_font%> <%user_email%> <%/body_font%> <%body_font%>Admin options:<%/body_font%> <%body_font%> Details | Modify | Delete <%/body_font%> <%endif%> <%if user_icq%> <%body_font%>ICQ number:<%/body_font%> <%body_font%><%user_icq%><%/body_font%> <%endif%> <%if user_aim%> <%body_font%>AOL Instant Message name:<%/body_font%> <%body_font%><%user_aim%><%/body_font%> <%endif%> <%if user_yahoo%> <%body_font%>Yahoo Identity:<%/body_font%> <%body_font%><%user_yahoo%><%/body_font%> <%endif%> <%if user_msn%> <%body_font%>MSN identity:<%/body_font%> <%body_font%><%user_msn%><%/body_font%> <%endif%>
<%hidden_form%> <%if current_user_id%> <% if user_accept_privmsg and user_status > 0%> <% else%> <%body_font%>(User cannot receive private messages)<%/body_font%> <% endif%> <%else%>   <%endif%>
<%/body_table%>

<%include include_footer.html%>