![]() |
Forum Display Banner Image per Forum - 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: Forum Display Banner Image per Forum (/thread-30.html) |
Forum Display Banner Image per Forum - Erik - 05-26-2025 Forum Display Banner Image per Forum
Quote: Step 1: Add Custom CSS Rule Go to: ACP → Templates & Style → Themes → YOUR THEME → global.css Scroll to the bottom and add this: Code: .forumnameonavatarcs { Step 2: Edit forumdisplay Template Go to: ACP → Templates & Style → Templates → YOUR THEME → Forum Display Templates → forumdisplay Find `{$header}` and add the following code directly below it: Locked ContentGuests cannot view hidden content. Please log in. Step 3: Upload Forum Banner Images Using FTP or your file manager, navigate to: images/forums/ If this folder does not exist, create it manually. Upload your images using the forum ID as the filename: Code: <style> Where `1`, `2`, `3` are the forum IDs (found in ACP → Forum Management). Tips: - Make sure the images are large enough for display. - If the position doesn’t look right, tweak the CSS (`margin-top`, `height`, `font-size`, etc.) to suit your theme. |