2016-07-27, 12:06 PM
Hi, so I stumbled upon this:
![[Image: esnslg.png]](https://camo.mybb.com/607176d2d039e04b53b2e21f74ddc95167e6a9f5/68747470733a2f2f752e706f6d662e69732f65736e736c672e706e67)
It appears those templates are not cached by default.
Here's a easy fix to save your some queries on thread:
1. Modify showthread.php
2. Below the last $templatelist, add this
It appears those templates are not cached by default.
Here's a easy fix to save your some queries on thread:
1. Modify showthread.php
2. Below the last $templatelist, add this
$templatelist .= ",smilieinsert_smilie,smilieinsert,codebuttons";