MyBB Community Forums

Full Version: Works on one computer but not other
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?

<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.
In your <img> tag be sure to add a closing "/", as well as an alt and title to meet w3c standards.

E.g.

<img src="http://www.myforum.net/images/topad.jpg" alt="" title="" />
forum URL please ... AND do you have images on myforum.net site OR on your forum !?
Ok I edited it, will test it when I get home, thanks
Attached is the correct and not correct viewing of the forum. It's suppose to show 3 ads, and it only shows 1. It works on IE but not Firefox 7.0.1

I validated everything and all. Checked source, I don't know what else to do.

If you want to try it yourself, it's http://signforum.net/

It doesn't work on my Windows XP at home, but it works on my Windows 7 at work.
24 Hour bump. I am considering taking it off, because I don't think mybb is going to work correctly.