MyBB Community Forums

Full Version: Newbie Here; Images Won't Dispaly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

On a new install of 1.6.8 I can't get images to display, regardless of theme (circled in black in the screen shot).

[Image: SS.jpg]

I have noticed that when it loads my browser displays a "Waiting for jaredmoore.exaltchrist.com" which is another subdomain but not connected to this install - not sure if it is related or not.

Sorry if it is a stupid question/obvious answer - this is my first time using any kind of BB software.

Thanks in advance for any help.
theme download link ?
It will take me a second to find that link but I'll post it ASAP. In the meantime let me mention that the same thing happens w/ the default theme.
hmm can you provide your
ACP>templates and style>templates>you theme>header templates>header
code ?
and can you post the images file chmod ?
90% it is a chmod problem..
Did you try to copy over the files from one of your installs directly over to another website and install it that way?
The images might be broken becasue you need to change them via the AdminCP > Templates & Styles > Edit Apart (or whatever you have it called), and then change the image URL/path there. OR you might have to change it via AdminCP > Configuration > General Configuration and update the settings/URLs in there.
illusionalp: I couldn't find the link to the theme. I'd be happy to load the default (if that would help you diagnose) since the problem occurs with it as well.

Here is the header code:
Quote:<div id="container">
<a name="top" id="top"></a>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
</ul>
</div>
<br /><div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<div id="panel">
{$welcomeblock}
</div></div>

<hr class="hidden" />

</div>
<br /><br /> <hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />

Also - I don't know how to "post the images file chmod" (extreme newbiness here). If you can give me a little how-to I would be happy to.

Known: I installed by creating a new subdomain and installing there. Does that answer your question?

Here's a new wrinkle - I clicked on one the images that wouldn't display (link is zwingli.exaltchrist.com/images/icons/biggrin.gif) and told Chrome to open it in a new browser. It did so but the link automatically redirected to the other subdomain I mentioned (jaredmoore.exaltchrist.com). Anyone seen anything like that before?
go to your ftp right click on the images folder click on file permissions and take a screenshot then upload it here..
Site URL please?
Thanks to all who offered their help. Apparently it was an issue with my .htaccess file; I needed to add the new subdomain to the allowed referrers list to fix the issue.

Thanks again!