MyBB Community Forums

Full Version: Image has double //
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.mydomain.net/images/theme//en..._close.gif

I don't know why their is double //
All the images or only the postbit_close.gif? If all the images are like that, check the Image Directory field in your theme.
just that image is like that
Admin CP -> Templates & Style -> Templates -> Forum Bit Templates -> forumbit_depth2_forum

Can you post here the code that you have in this template? Use the code tag, please.
Well actually the button just started working. Thanks for the help though.

Never mind. I tried to change the image and the image won't change because of the //.

<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<div style="float:right;padding:5px;"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=15"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/rss.png" alt="RSS" title="RSS" /></a></div>
<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>

Here is the forumbit_depth2_forum