Change mybb forum theme icon
P粉316423089
2023-08-31 11:48:55
<p>Using the code here, it gives a random picture of the subject, I want to turn that picture into a single image, what should I replace this code with? </p>
<p><code> <div class="forum-symbol" role="img" aria-label="{$forum['name']}" style="background-image: url('{$ forum[' v7_modern_asset_url']}/images/forum/{$forum['fid']}.png')"></code>
What should I replace this code with</p>
I think this is inside the loop You need to give the image URL an absolute path For example.
Hope this helps