You did mofidy for time offset and this is ok:
mod_highlighter_gk4
- Code: Select all
Select all$this->config['time_offset'] = 24; // time offset for timezones problem
It works well.
You not modify yet for time offset and this is not ok:
mod_news_pro_gk4
- Code: Select all
Select all$this->config['time_offset'] = $params->get('time_offset', 0); // time offset for timezones problem
It not works because when I added a new article but not it not shown it on Home page and then I did modified yet here:
- Code: Select all
Select all$this->config['time_offset'] = 24; // time offset for timezones problem
This is works well.
And also you must modify yet "News Show Pro GK4" to next release 3.3.8 to fix that mod_news_pro_gk4.