2020-09-27, 11:38 AM
Hello, I have installed this plugin and it works fine, what I want is to put the prefix in the ChangUonDyU Advanced Statistics plugin, I edit the template changuondyu_latestpost_bit to put {$ forum ['tpprefix']} and the prefix is not seen, do I have to edit Another file? What would I have to do to make it appear on that site as well?
Thank you
Global templates --> changuondyu_latestpost_bit
Add
![[Image: f_7a6588d9736f.jpg]](https://camo.mybb.com/db94ae14b14c26a2363e08b8a5b8c475c06276bd/68747470733a2f2f63742e70696d702d6d792d70726f66696c652e636f6d2f6935382f322f392f32372f665f3761363538386439373336662e6a7067)
Thank you
Global templates --> changuondyu_latestpost_bit
<td width="100%" nowrap="nowrap"><span class="smalltext"><a href="showthread.php?tid=$latestpost[tid]&action=lastpost" title="$latestpost[fulltitle]">$latestpost[subject]</span></td>
Add
{$forum['tpprefix']}
<td width="100%" nowrap="nowrap"><span class="smalltext">{$forum['tpprefix']}<a href="showthread.php?tid=$latestpost[tid]&action=lastpost" title="$latestpost[fulltitle]">$latestpost[subject]</span></td>