| Re: CBB 3.07 - Date and Time Format - Change to UK style |
| by nachenko on 2007/10/3 10:17:54 OK, same problem, fixed edting this frameworks/xoops22/etc file. But I'm using XOOPS 2.0.16, why am I editing a file in a folder named xoops22? I think CBB should use the default date formats as defined in XOOPS_ROOT/language folder. Keep things simple. |
| Re: CBB 3.07 - Date and Time Format - Change to UK style |
| by tedsmith on 2006/12/1 18:09:33 No, I had not. And yes, that was it!!! Thank you so much phppp. I owe you a pint, if I ever get to meet you of course! I have just added a FAQ entry about this for future reference for everyone. See it here Thanks Ted |
| Re: CBB 3.07 - Date and Time Format - Change to UK style |
| by phppp on 2006/11/30 15:31:56 Frameworks/xoops22/language/english/local.php Have you checked? |
| Re: CBB 3.07 - Date and Time Format - Change to UK style |
| by tedsmith on 2006/11/30 15:23:03 Having read your thread I remembered that. So, all excited, I went and changed the values in the english language file to match what I'd changed in the CBB module. But it is still shoiwng the old date. I can't remember now whether I updated the system module afterwards though (it was about a week ago late at night and I just thought 'sod it' - it hasn't worked). I might have to check that. Ideas in the meantime appreciated. Has anyone else (UK folk especially) upgraded to the latest CBB version and XOOPS versions and experienced the same thing? |
| Re: CBB 3.07 - Date and Time Format - Change to UK style |
| by stange on 2006/11/24 15:48:11 I have dose defined in the "global.php" file in the "XOOPS_ROOT/language/swedish/" directory, not in the module directory. Like this: define("_MONTHDAY", "d/m H:i:s"); define("_YEARMONTHDAY", "y-m-d H:i"); |