Browse Source

Post serach results: link to posts with ?/

pull/40/head
Michael Foster 11 years ago
parent
commit
e0bc0a622d
  1. 2
      templates/mod/debug/recent_posts.html
  2. 2
      templates/mod/search_results.html

2
templates/mod/debug/recent_posts.html

@ -24,7 +24,7 @@
{% else %}
{% set thread = post.id %}
{% endif %}
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
{{ post.id }}
</a>
</td>

2
templates/mod/search_results.html

@ -195,7 +195,7 @@
{% else %}
{% set thread = post.id %}
{% endif %}
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
{{ post.id }}
</a>
</td>

Loading…
Cancel
Save