This is just a bug fix for a bug that occurs when the script is initialized once, but headlines / news items of different lengths are displayed on the same page from the same news source. If you are not experiencing this problem, then you do not need to apply the bug fix:
In news.php on line 431 fine:
And on the line BELOW it (DO NOT REPLACE) add the following:PHP Code:$this->news($number, $ids, $forums);
Save & upload news.php.PHP Code:$this->DATA_FINAL = array();


Reply With Quote