MyBB Community Forums

Full Version: Image missing on new post redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

My redirect page includes an image.
This image always shows when a user replies, deletes, edits, changes views etc etc.

But, when a new post is made, the image is missing and the imgalt message is shown

Here is the code for the redirect page
<html>
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />{$headerinclude}
</head>
<body><br /><br /><br /><br />
<div style="margin: auto auto; width: 800px" align="center">
<table border="0" cellspacing="0" cellpadding="0" class="redirecttborder">
<tr>
<td class="redirectthead"><strong>{$title}</strong></td>
</tr>
<tr>
<td class="redirecttrow1" align="center"><p>{$message}</p><img alt="{$message}" src="images/acenavy/ajax-loader.gif"><br /></td>
</tr>
<tr>
<td class="redirecttrow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>
</table>
</div>
</body>
</html>

Anyoen any idea why only on new posts the image doesn't show?

Many thanks
Bump...
Anyone any ideas why the image would show on the redirect page after every action (edit, reply, UCP changes etc) but not when starting a new thread?

Thanks
I have same problem:

[Image: catturagi.png]

<td class="redirecttrow1" align="center"><p>{$message}</p><img alt="{$message}" src="images/acenavy/ajax-loader.gif"><br /></td>

How can I resolve it?

Thanks
URL and test account?
For test account, you need be co-admin? I'm sorry but I am new to these things Confused
Just a normal member account will do for now.
I have created a new member: username "test" and password "987654321".

When I create new thread there is error about images/acenavy/ajax-loader.gif.

Instead when I login I see /ajax-loader.gif.