Well, I tried something, but it hasn't worked...
$getpost=$DB_site->query_first("SELECT postid FROM post WHERE threadid=$thread[threadid] ORDER BY dateline LIMIT 1");
if ($getpost[postid]==$postid) {
$isfirst=1;
} else {
$isfirst=0;
}
if($isfirst AND $forumid==13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22 || 23 || 24 || 25) {
eval("dooutput(\"".gettemplate("showquest")."\");" );
} else {
eval("dooutput(\"".gettemplate("showthread")."\"); ");
}
And I have the "showquest" template pointing to $questbits, but it's showing the same thing as $postbits, instead of what $questbits is supposed to show...
|