Sorry Chen it is still giving me a parse code error.
In forumdisplay.php I am putting:
Code:
$post=$DB_site->query_first("SELECT pagetext FROM post WHERE threadid=$thread[threadid] ORDER BY postid");
$page=iif(strlen($post[pagetext])>30,substr($post[pagetext],0,30)."...",$post[pagetext]);
$page=bbcodeparse2($page,1,1,1,1);
right above:
Code:
eval("\$forumdisplaybits .= \"".gettemplate('forumdisplaybit')."\";");
}
and getting a parse code error at line 527.
Also should that be
Code:
,30),"...", instead of ,30)."...", ?
Parker
If I put a right bracket before the eval line I get a parce code error at line 520.
Thanks,
Parker