The directions for the printhread edits are off a bit -
HTML Code:
Find :
eval('$postbits .= "' . fetch_template($template) . '";');
HTML Code:
8.8 REPLACE with: // === GEEK ARTICLES step 8.6 ===
// === GEEK ARTICLES step 8.6 ===
// WAS:
//eval('$postbits .= "' . fetch_template('printthreadbit') . '";');
// NOW:
eval('$postbits .= "' . fetch_template($template) . '";');
}
// === /GEEK ARTICLES ===
It should be -
HTML Code:
Find :
eval('$postbits .= "' . fetch_template('printthreadbit') . '";');