Browse Source

Merge pull request #120 from nonmakina/uniqueIps

Adds a unique IP counter on the bottom of each thread. It counts the number of unique IPs that has posted so far
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
742875c978
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/post_thread.html

2
templates/post_thread.html

@ -98,7 +98,7 @@
{% endif %}
{% include 'post_reply.html' %}
{% endfor %}
{% if mod and not index %}
{% if not index %}
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
{% endif %}
<br class="clear"/>{% if hr %}<hr/>{% endif %}

Loading…
Cancel
Save