[Bug] Post/Thread Submited Message
Hello I use AceNavy as my theme and on the Post/Thread Submitted Messages their is code below the message that almost completely repeats the message....

Hello I use AceNavy as my theme and on the Post/Thread Submitted Messages their is code below the message that almost completely repeats the message.

If you would like to post a message in our guest forum you'll free to do so. (As I cannot see half of the forum in English I don't know if their isn't any rules against this.)

http://unitedgamers.hostoi.com/forumdisplay.php?fid=7 (The guest forum)
any image? i cant see the problem
:)
I'll try to get one asap.

[attachment=1436]
go to your templates and edit the "Redirect" templates

change to
Código PHP:
<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: {$lang->redirect_width}align="center">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead"><strong>{$title}</strong></td>
</
tr>
<
tr>
<
td class="trow1" align="center"><p>{$message}</p></td>
</
tr>
<
tr>
<
td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</
tr>
</
table>
</
div>
</
body>
</
html

(first copy the code in a notepad)
:)
Thank you very much!