<%include include_common_head.html%> <%~set content_header_title = $user_username%> <%~set content_header_subtitle = 'User IP summary'%>
<%include include_header.html%>
<%set content_header_title = "User IP Summary $user_username"%> <%set content_header_title .= $ip%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%> <%~set breadcrumbs.0.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%> <%~if not ips.length%>

The user <%include include_username.html%> has not made any posts yet.

<%~else%>

The user <%include include_username.html%> has posted to <%cat_full_name%> from the following IP's:

<%~unless current.user_status == $ADMINISTRATOR%>

Note that information is only shown for forums which you moderate.

<%~endunless%>
IP Address
Posts
Latest Post
Other Posters
<%~loop ips%>
<%ip%> <%~if country_lookups%> (<%if ip_country%><%ip_country%><%else%>Unknown<%endif%>) <%~endif%>
<%GForum::date($post_time)%>
<%~loop others~%> <%~%> <%include include_username.html%> (<%~%> <%~set url_user_username = escape_url unescape_html $user_username%> IPs <%~if current.user_status == $ADMINISTRATOR and user_status != $ADMINISTRATOR%> | <%~if user_enabled%><%set url_user_enabled = disable_user%><%else%><%set url_user_enabled = enable_user%><%endif%> <%~set url_search_username = escape_url unescape_html $search_user.user_username%> title="User account is disabled"<%endif%> rel="post-only"><%if user_enabled%>Dis<%else%>En<%endif%>able User <%~endif~%> )<%~%> <%~unless last%>, <%endunless%> <%~endloop%>
<%~endloop%>
<%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%> <%~if current.user_status == $ADMINISTRATOR%> <%~endif%>