Where to locate {$sub_forums}? - Printable Version +- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum) +-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5) +--- Forum: Premium MyBB Themes (https://developement.design/forum/forumdisplay.php?fid=9) +---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=18) +---- Thread: Where to locate {$sub_forums}? (/showthread.php?tid=2149) |
Where to locate {$sub_forums}? - Ulprus - 05-30-2020 Hello there, I am trying to tinker the theme a little bit, specifically the layout of the subforums display. Your theme currently uses an arrow icon which is rotated 90 degrees. However, I would like to replace these icons but I cannot seem to find the code for {$sub_forums} located in the "forumbit_subforums" template. Currently in the "forumbit_subforums" template, this is the code: Code: <strong>{$lang->subforums}</strong>{$sub_forums} Which looks like this: I would like to edit the following code directly: Which is located in the {$sub_forums}, unfortunately I cannot find it. I tried to edit the icon in CSS, but because the icon is rotated 90 degrees, this is what it looks like: Any help would be great. Thanks. RE: Where to locate {$sub_forums}? - AmazOuz - 05-30-2020 Hello, It's really weird i didn't find it also, i forgot where it is I'll tell you when i find it RE: Where to locate {$sub_forums}? - Ulprus - 06-01-2020 Hey, I found it in the "forumbit_depth3_statusicon" - thanks buddy. |