MyBB Community Forums

Full Version: On / Off images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The off and on images dosen't work ?
[attachment=12282]
Open your images folder in your ftp and make sure on.gif, off.gif and offlick.gif are there. Also make sure the filetype is correct in the templates.
Yes, images are in place and the filetype it's ok Sad(
URL??
You're missing the .gif at the end of the image URL in forumbit_depth2_forum, it's just images/cw-img/forumicons/on right now.
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/forumicons/{$lightbulb['folder']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

ha?!
Ha??

Read my post. I said there's no .gif

Look at your code. There's no .gif

Rolleyes

View a diff report to see what you're missing.
i don't really understand, were the .gif goes ?
At the end of the code for the image source. The code you have isn't default, hence me saying to view a diff report so you can see what to add and where to add it.
Pages: 1 2