MyBB Community Forums

Full Version: no images when accessing from remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

when i try to access to my myBB board from another PC no images are loaded. (when loading another board (phpBB) everything looks fine)
When accessing from the server itself to myBB everything looks fine too.
what could be the problem?
no I just installed myBB for the first time.
I didn't chance style or anything.

I use Internet Explorer 6 on server and the other pc.
on server everything looks fine, on the pc there are no images only red crosses,
and the login page looks awful :-)
sorry it is in a private area 192.168.x.x and only accessable within. :-(
Go to a page where there are no images, view the source of that page, and paste it in here please.
Ok,

thank you. The links are called http://localhost/xxxxx

e.g.
<ul>
					<li><a href="http://localhost/myBB/search.php"><img src="http://localhost/myBB/images/toplinks/search.gif" alt="" />Search</a></li>
					<li><a href="http://localhost/myBB/memberlist.php"><img src="http://localhost/myBB/images/toplinks/memberlist.gif" alt="" />Member List</a></li>
					<li><a href="http://localhost/myBB/calendar.php"><img src="http://localhost/myBB/images/toplinks/calendar.gif" alt="" />Calendar</a></li>
					<li><a href="http://localhost/myBB/misc.php?action=help"><img src="http://localhost/myBB/images/toplinks/help.gif" alt="" />Help</a></li>
				</ul>

Where can I change it to the IP Adress of the Server?
Ok,

i changed it in the settings.php of the folder /myBB/inc/
Now everything looks fine :-)