MyBB Community Forums

Full Version: Forumbit problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Website: www.multimart.org.

The statusicons are not working correct, though I'm not to sure why. I have searched around the forums for a soulution however I've had no luck with it.

Currently I have 3 statusicons in a seperate file as followed:
www.multimart.org/images/custom/on.gif
www.multimart.org/images/custom/off.gif
www.multimart.org/images/custom/offlock.gif

The code I currently have:

forumbit_depth2_cat

<tr>
<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Global.css

.forum_on {
   background-image: url(images/custom/on.gif); 
}

.forum_off {
   background-image: url(images/custom/off.gif); 
}

.forum_offlock {
   background-image: url(images/custom/offlock.gif);

An image of what is currently happening:

[Image: acdb495ebf9ed6542853e3138609ef1b.png]
As the picture shows, the statusicons are not there.

Edit:
[Image: a9be92b33543fde892e9573d1ad6c239.png]
This appears not to be working either.

EDIT #2: I've found a solution.

Appreciate the support.

Kind Regards,
Husky.
How did you solve this?