MyBB Community Forums

Full Version: Redirect Page Doubled?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
At the frist of all 
i'm sorry for my bad english i don't know if i speak right or no Big Grin 
Here my problem
[Image: 11scime.png]
i use xthread Big Grin  

and how to fix the tumbail?
[Image: nucnt.png]

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}" width="100%">
	<tbody>
		<tr>
			<td class="post_content {$unapproved_shade}">
				<div style="margin: auto auto; width: 600px;" align="center">
					<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
						<tr>
							<td class="thead">
								<strong>Redirect To {$post['subject']}</strong>
							</td>
						</tr>
						<tr>
							<td class="trow1">
								<div class="post_body" id="pid_{$post['pid']}" style="text-align: center;">
									<img src="images/spinner_big.gif" alt="" title="Redirecting to {$post['subject']} ....." />
									<p>Redirecting to {$post['subject']} .....</p>
								</div>
								{$post['button_edit']}{$post['button_quickdelete']}
							</td>
						</tr>
						<tr>
							<td class="trow2" align="right">
								<a href="{$GLOBALS['threadfields']['xtldwww']}"><span class="smalltext">{$lang->click_no_wait}</span></a>
							</td>
						</tr>
					</table>
				</div>
			</td>
		</tr>
	</tbody>
</table>
upupup
Try to remove this part and see what happens:

<tr>
<td class="trow2" align="right">
<a href="{$GLOBALS['threadfields']['xtldwww']}"><span class="smalltext">{$lang->click_no_wait}</span></a>
</td>
</tr>
just remove this part, and it should be fixed

 <td class="trow2" align="right">
                                <a href="{$GLOBALS['threadfields']['xtldwww']}"><span class="smalltext">{$lang->click_no_wait}</span></a>
                            </td>
still not fix it just remove the click no wait button :3 not removing
the second tab