forked from GithubBackups/vichan
Force poster IDs in mod.php
This commit is contained in:
parent
f07cf32001
commit
593c25b77b
@ -1,4 +1,4 @@
|
|||||||
{% if config.poster_ids %}
|
{% if config.poster_ids or mod %}
|
||||||
{% if post.thread %}
|
{% if post.thread %}
|
||||||
ID: <span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span>
|
ID: <span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user