bkrztuk wrote:You have problem with News Show Pro module or with article ? Does it work on any other module position like top or right ?
primapress wrote:I have the same problem. But I have tried to set the global configuration of joomla the correct time zone of the server. Then the forms of the home page I set the time offset to 0, but the articles just published visualzizano not the home page. Then I tried to move the time offset of +12 and stopped as soon as the articles published are displayed but if I add them before 12 pm. After this time offset is now changing the items added are not displayed anymore, until the next day. I'm really freaking out. What should I do?
$this->config['time_offset'] = $params->get('time_offset', 0); // time offset for timezones problem
$this->config['time_offset'] = 24; // time offset for timezones problem
Mac_66 wrote:primapress wrote:I have the same problem. But I have tried to set the global configuration of joomla the correct time zone of the server. Then the forms of the home page I set the time offset to 0, but the articles just published visualzizano not the home page. Then I tried to move the time offset of +12 and stopped as soon as the articles published are displayed but if I add them before 12 pm. After this time offset is now changing the items added are not displayed anymore, until the next day. I'm really freaking out. What should I do?
please go to file helper.php in NSP or Higlighter module and find this line :
- Code: Select all
$this->config['time_offset'] = $params->get('time_offset', 0); // time offset for timezones problem
and replace with :
- Code: Select all
$this->config['time_offset'] = 24; // time offset for timezones problem
bkrztuk wrote:Please check whether you are not trying to show for example only featured articles only. The NSP module don't show anything or just miss the latest added articles?