I looked at this, for awhile, and kept asking myself - why not just do this
newthread Template
Find
Code:
<td class="panelsurround" align="center">
<div class="panel">
Replace with
Code:
<td class="panelsurround" align="center">
<div class="panel">
<iframe src=http://sportsforum.ws/blank.gif name=postsubmit frameborder=0
style="width:100%;height:50px;overflow:hidden"></iframe>
Find
Code:
<form action="newthread.html"
Replace with
Code:
<form action="newthread.html" target="postsubmit"
newreply Template
Find
Code:
<td class="panelsurround" align="center">
<div class="panel">
Replace with
Code:
<td class="panelsurround" align="center">
<div class="panel">
<iframe src=http://sportsforum.ws/blank.gif name=postsubmit frameborder=0
style="width:100%;height:50px;overflow:hidden"></iframe>
Find
Code:
<form action="newreply.html"
Replace with
Code:
<form action="newreply.html" target="postsubmit"
showthread_quickreply Template
Find
Code:
<form action="newreply.html"
Replace with
Code:
<form action="newreply.html" target="postsubmit"
Add as the last line
Code:
<iframe src=http://sportsforum.ws/blank.gif name=postsubmit frameborder=0
style="width:100%;height:50px;overflow:hidden"></iframe>
showthread Template
Find
Code:
</head>
<body onload="$onload">
Replace with
Code:
<script>
if ( top != self )
{
top.location.href = unescape(window.location);
}
</script>
</head>
<body onload="$onload">