From bf70461e5cf7d09856ac887b83f681eb8d5232c7 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 10 Jan 2019 21:38:20 +0100 Subject: [PATCH] Updated post links to only use direct ones, indirect would break on different pages. --- templates/forum/macros.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/forum/macros.twig b/templates/forum/macros.twig index 962d6a0d..799a9d80 100644 --- a/templates/forum/macros.twig +++ b/templates/forum/macros.twig @@ -396,15 +396,17 @@
+ {% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : post.post_id) %} +
- - + #{{ post.post_id }}