10-23-2023, 04:01 PM
Found some of those here and there, started fixing them, here is the first one :
in template "forumdisplay_newthread", content should be :
Rather than the hardcoded "new thread".
in template "forumdisplay_newthread", content should be :
Code:
<br><a href="newthread.php?fid={$fid}" style="padding: 13px 17px;font-size: 13px;" class="button new_thread_button"><i class="fa fa-comment" style="margin-right:3px;"></i> {$lang->post_thread}</a><br>
Rather than the hardcoded "new thread".