MyBB Community Forums

Full Version: change mybb forum topic icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
			<div class="forum-symbol" role="img" aria-label="{$forum['name']}" style="background-image: url('{$forum['v7_modern_asset_url']}/images/forum/{$forum['fid']}.png')">
With the code here, it gives random pictures to the subjects, I want to make that picture a single picture, what should I replace this code with?
modify {$forum['fid']}.png to hard-code the one you want, someting like 1.png or 24.png.