1
Every time I update CBB from one version to another, I have this same problem! Except this time, I can't resolve it.
I want to use the UK date and time convention as per the PHP values specified
http://uk.php.net/date, i.e. :
01/01/06 (that being the 1st day of January 2006) instead of 01/01/06 (that being the American version of January 1st 2006)
In the past, I've gone to newbb/language/english/main.php and changes the entry on lines 467-468 from :
define("_MD_MONTHDAY", "n/j G:i:s");
define("_MD_YEARMONTHDAY", "Y/n/j G:i");
to
define("_MD_MONTHDAY", "d/m G:i:s");
define("_MD_YEARMONTHDAY", "d/m/y G:i");
In the past, that has always worked, but not this time. For some reason, it is not working. I've tried deleting conetent of templates_c, updating the module, updating system module, etc. Nothing is making it budge.
Anyone know why? (It would be great for it to be built in as an admin choice - this has been an issue since CBB 1 and I'm sure I suggested it at dev.xoops)
Thanks a lot
Ted