MyBB Community Forums

Full Version: Subforums in 3 columns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello , i've tried this tutorial
https://community.mybb.com/thread-154956-page-2.html
but when i put this

<li><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" /> 

in
forumbit_depth3_statusicon 
it shows me that way
a little help please ?
Your images are not loaded in theme folder, i.e.
https://github.com/mybb/mybb/blob/featur...sprite.png

Upload the above image in theme folder, it will fix the above issue.

Regards
WallBB
Still the same thing
Please share your website URL and also change the above code to
<li><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="subforumicon ajax_mark_read" id="mark_read_{$forum['fid']}" />
(2017-11-13, 08:53 AM)Mixlight Wrote: [ -> ]http://www.estrike.ro/forum/index.php
Use the below code in forumbit_depth3_statusicon template

<li><img title="{$lightbulb['altonoff']}" class="subforumicon subforum_{$lightbulb['folder']} ajax_mark_read" id="mark_read_{$forum['fid']}" />
work , thanks
Howdy ,
I have this problem but I do not understand why, it looks good to me, but to other people ...
^ can you elaborate it - what exactly is the problem & what is your forum url
(2019-04-19, 04:21 PM).m. Wrote: [ -> ]^ can you elaborate it - what exactly is the problem & what is your forum url

The problem is in subforums, most of them do not show the image and look buguit, I personally look good to me, but most do not.

forum links : https://epicgames.ro/forums/
Pages: 1 2