About those "$CFG['index_file']" is includes/news.php, do they all need to be changed into "$this->config['news_index_file']"?
Also, I think I found another bug in the install file.
The following appears twice in it...
Code: Select all
#
#-----[ FIND ]---------------------------------------------
# around line 268
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title,
#
#-----[ IN-LINE FIND ]---------------------------------------------
# around line 268 (directly in that line)
"UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject',
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------------
#
news_id = $news_id,