Language hardcoded / not set as variable - Printable Version +- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum) +-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5) +--- Forum: Free MyBB Themes (https://developement.design/forum/forumdisplay.php?fid=7) +---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=12) +---- Thread: Language hardcoded / not set as variable (/showthread.php?tid=28010) |
Language hardcoded / not set as variable - Startide - 10-23-2023 Found some of those here and there, started fixing them, here is the first one : 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". |