![]() |
Forums background image - Printable Version +- Xucce (https://xucce.com) +-- Forum: Forums (https://xucce.com/forum-1.html) +--- Forum: MyBB Development (https://xucce.com/forum-4.html) +---- Forum: Tutorials (https://xucce.com/forum-11.html) +---- Thread: Forums background image (/thread-47.html) |
Forums background image - Erik - 06-04-2025 Preview
Quote: ACP >>Templates & Style>>Templates>>your theme>>Forum Bit Templates>>forumbit_depth2_forum Find (Line 1) Code: <div class="{$bgcolor} row-bit bottom-border"> replace with Code: <div class="{$bgcolor} row-bit bottom-border" style="background: url('images/ForumsBackground/background_forum_{$forum['fid']}.png') 0 0 no-repeat #333a40"> Locked ContentGuests cannot view hidden content. Please log in. |