well i got rid of the errors on the beginning of the page but i cant get the post preview to display when i click a post in the results and when i click the errors come back.
Code:
<!-- Alternating Row Config, Don't Modify! -->
<if condition="!isset($altrow)">
<if condition="$altrow = 0"></if>
</if>
<if condition="++$altrow % 2 == 0">
<if condition="$postshell00 = 'postshell21'"></if>
<if condition="$postingcontainer00 = 'postingcontainer21'"></if>
<if condition="$post0 = 'post2'"></if>
<if condition="$postf0 = 'postf2'"></if>
<else />
<if condition="$postshell00 = 'postshell11'"></if>
<if condition="$postingcontainer00 = 'postingcontainer11'"></if>
<if condition="$post0 = 'post1'"></if>
<if condition="$postf0 = 'postf1'"></if>
</if>
<!-- / Alternating Row Config -->
<script type="text/javascript">
//<![CDATA[
postIdArray[$altrow]="$post[postid]";
//]]>
</script>
<div id="$postshell00" style="cursor: pointer;" onclick="javascript:switchPost($post[postid], '/showthread.php?p=$post[postid]')" onmouseover="javascript:hilightPost($post[postid])" onmouseout="javascript:restorePost($post[postid])">
<div class="resultbox">
<div class="postdisplay">
<div class="border">
<div class="$postingcontainer00">
<div class="insert">
<div id="resultsContainer">
<div class="resultbox"><!-- search results container -->
<div class="$post0">
<div class="$postf0">
<div class="floatRight">
<div id="miniText$post[postid]" class="miniText"><img src="/images/{imglang}/button-preview-post.gif" border="0" alt="" />
</div>
<div class="searchArrow" id="searchArrow$post[postid]"></div>
<img src="/images/icons/arrow.gif" border="0" alt="" style="position:relative; top:7px;" />
</div>
<div id="colorMod$post[postid]" class="excerptPadd">
<div class="breakWord">
<ul>
<li><span><a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a></span><br />
<span class="blue" style="font-size:11px;">
$vbphrase[posted_by] <if condition="$post[userid]"><a href="member.php?$session[sessionurl]u=$post[userid]">$post[username]</a><else /><b>$post[username]</b></if> on $post[postdate]<if condition="!$show['detailedtime']"> $post[posttime]</if></span>
</li>
<li class="summary"><span><i>$post[pagetext]</i></span>
</li>
</ul>
</div><!-- end break -->
</div>
</div>
</div>
</div><!-- end search results container -->
</div>
</div><!-- end insert -->
</div><!-- end innercontainer -->
</div><!-- end border -->
</div><!-- end postdisplay -->
</div><!-- end resultbox -->
</div><!-- End div postshell -->
<!--<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px" id="post$post[postid]">
<tr>
<td class="thead" style="font-weight:normal">
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$post[postid]]" id="plist_$post[postid]" style="float:$stylevar[right]; vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="1" <if condition="$show['disabled']">disabled="disabled"</if> />
</if>
<span style="float:$stylevar[right]">
$vbphrase[forum]: <a href="forumdisplay.php?$session[sessionurl]f=$post[forumid]">$post[forumtitle]</a>
</span>
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[post_statusicon].gif" alt="" border="0" />
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
</td>
</tr>
<tr>
<if condition="$show['moderated']">
<td class="alt2">
<else />
<td class="alt1">
</if>
<div class="smallfont" style="float:$stylevar[right]">
$vbphrase[replies]: <strong>$post[replycount]</strong>
</div>
<div>
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/thread$post[statusicon].gif" alt="" border="0" />
$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
</div>
<div class="smallfont" style="float:$stylevar[right]">
$vbphrase[views]: <strong>$post[views]</strong>
</div>
<div class="smallfont">
$vbphrase[posted_by]
<if condition="$post[userid]"><a href="member.php?$session[sessionurl]u=$post[userid]">$post[username]</a><else />$post[username]</if>
</div>
<div class="alt2" style="margin:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px; padding:$stylevar[cellpadding]px; border:2px groove">
<div class="smallfont"><em>
<if condition="$post[posticon]"><img class="inlineimg" src="$post[posticonpath]" alt="$post[posticontitle]" border="0" /></if>
<a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a><br />
<br />
$post[pagetext]
</em></div>
</div>
<if condition="$show['moderated']">
<div style="float:$stylevar[right]"><img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" /></div>
</if>
<if condition="$show['deleted']">
<div style="float:$stylevar[right]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" /></div>
<div class="smallfont">
<phrase 1="member.php?$session[sessionurl]u=$post[del_userid]" 2="$post[del_username]">$vbphrase[message_deleted_by_x]</phrase>
<if condition="$post['del_reason']">$vbphrase[reason]: <em>$post[del_reason]</em></if>
</div>
</if>
</td>
</tr>
</table>-->
this is the search_results_postbit template recoded i think the error is somewhere in here but i am not sure