Quote:
Today at 10:26 AM Oblivion Knight said this in Post #68
Hence why i used the word "extra".. 
This step was done in the previous instructions:
PHP Code:
#Find:
if ($thread[sticky] == 1) {
$thread[typeprefix]=$stickythreadprefix.$thread[typeprefix];
}
#Under, add:
if(!$addedRow and $stickyids and $thread[sticky] == 0 and $addedRow = true){
eval("\$sepsai = \"".gettemplate('forumdisplay_sepsai')."\";");
} else {
$sepsai = '';
}
|
I think I found the problem, working in a fix now