MyBB Community Forums

Full Version: Forum Icon mark as read only updates on refresh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I added custom Forum Icons today and when I "mark as read" it's still the same .png till i refresh the page...

Code in FORUMBIT_DEPTH2_FORUM



<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficon/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}"/></td>
<td class="{$bgcolor}" valign="middle">
<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="middle" align="right" width="17%" style="white-space: nowrap">
  {$threads}{$unapproved['unapproved_threads']} Topics &nbsp;&nbsp;<br />
  {$posts}{$unapproved['unapproved_posts']} Replies &nbsp;&nbsp;
  </td>
<td class="{$bgcolor}" valign="middle" align="left" width="19%" style="white-space: nowrap">{$lastpost}</td>
</tr>



and forum link: http://ger07.de



Hopefully someone can help me fixing this Smile



All regards, Styria
I'm having the same issue. What to do?