2011-10-10, 03:44 PM
So I made some modifications to my forum to include jpg images at the top, and added a new link next to calender, help, etc.
It works perfect on my computer at work, however when I go home and view it, everything is missing. I cleared cache, did F5, everything. Both are using Firefox.
What would cause this?
What's happening is on the home computer it only shows topad2.jpg and the other two are invisible, and it shows the link for Advertise, but the little icon_advertise is missing.
It works perfect on my computer at work, however when I go home and view it, everything is missing. I cleared cache, did F5, everything. Both are using Firefox.
What would cause this?
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a> <img src="http://www.myforum.net/images/topad.jpg"> <img src="http://www.myforum.net/images/topad.jpg"> <a href="http://www.americanmadesigns.com" target="_BLANK"><img src="http://www.myforum.net/images/topad2.jpg"></a><br /><br />
Made by Sign Makers for Sign Makers. Join this friendly community today.</div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
<li><a href="{$mybb->settings['bburl']}/advertise.php"><img src="{$theme['imgdir']}/toplinks/icon_advertise.gif" alt="" title="" />Advertise</a></li>
</ul>
</div>
What's happening is on the home computer it only shows topad2.jpg and the other two are invisible, and it shows the link for Advertise, but the little icon_advertise is missing.