Forums

Wrong datetime zone in topics

tirgil 17 Oct, 2013
I set my datetime zone as "Europe/Istanbul". It is ok in "it's currently .....", but there is wrong datetime zone in the topic list, in the last topic and in the topic. How can i change these as "it's currently..."

by the way, my forum is here : http://www.tirgil.net/dyf/forum
tirgil 17 Oct, 2013
I changed this line temporarily wherever i need,

From : <?php echo \GCore\Libs\Date::_(l_("CHRONOFORUMS_DATE_FORMAT"), strtotime($category['LastForumPost'][$k]['created'])); ?>
To : <?php echo \GCore\Libs\Date::_(l_("CHRONOFORUMS_DATE_FORMAT"), strtotime($category['LastForumPost'][$k]['created']) + 8*60*60); ?>

The files are in "administrator/components/com_chronoforums/extensions/chronoforums/views/"

Is there any other solution? Because if i update chronoforums then everythig will be gone.
Max_admin 20 Oct, 2013
Hi tirgil,

This issue has been fixed in the coming release, you may contact me through the contact us page to get the installer, it has many new features and fixes!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.