Change mybb forum theme icon
P粉316423089
P粉316423089 2023-08-31 11:48:55
0
1
633
<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>
P粉316423089
P粉316423089

reply all(1)
P粉068486220

I think this is inside the loop You need to give the image URL an absolute path For example.

<div class="forum-symbol" role="img" aria-label="{$forum['name']}" style="background-image: url('/folder/image-name.png')">

Hope this helps

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template