• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Gesior 2012 - Latest News date completely incorrect

United Guy

New Member
Joined
May 31, 2015
Messages
13
Reaction score
1
Hi all,

I have Gesior 2012 and whenever I post a 'latest news' article the date is completely wrong. Currently it is posting as June 6th, 2015. This is not a side-wide issue as the news ticker dates are correct.

Please could you point me in the right direction of the file to change this. The latest news is taken from the forum on the site.

Also, the date of the post on the forum is correct.

I feel like the issue is this line:
Code:
<div class="NewsHeadlineDate">'.date(D M Y, $thread['post_date']).' -</div>

Fixed:
Code:
<div class="NewsHeadlineDate">'.date('d M Y', $thread['post_date']).' -</div>
 
Last edited:
Back
Top