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
by the way, my forum is here : http://www.tirgil.net/dyf/forum
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.
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.
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
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
This topic is locked and no more replies can be posted.