MyBB Community Forums

Full Version: images gone on portal.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

- I made some changes. Too many at onces, and too busy to put my full focus on my project.

- In that case, i forgot wich changes created these errors.

On portal.php, my images are missing in my header as you can see here: [Image: 2nbt26w.png]

When i go index.php, it's an totally diffrent thing:
[Image: 18dn68.png]

I hope anybody is able to tell me what i did wrong. It's on a local server, so no domain you can visit, but i will ofcourse post any template you'll need for helping :-)

Regards
hey post your portal template and style sheeet, lets take a look!
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&type=atom1.0" />
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
{$multipage}
</td>
</tr>
</table>
{$footer}
</body>
</html>
You can easily use firefox fire bug to correct issues like this, I'm not seeing anything in our portal, hm.