146
I noticed that "strtotime" is not worked without the definition so the last "irmtfan" branch svn (rev.9977) just works in persian and the polls is not worked in english
It should be defined in the core XoopsLocal class or in language/english/locale.php to work in other languages.
// reserved for future versions
// Core and module developers can use this syntax in the future versions: XoopsLocal::strtotime($inputtime)
function strtotime($inputtime)
{
return strtotime($inputtime);
}
Quote:
I've sent an email to the Core team asking them to address your question.
very good.
I still think having a new function for input date/time is better.
It will be the standard in XOOPS API.
something like: xoops_strtotime
deka87:
IMO all reported bugs has been debugged and solved.
announcing final versions in xoops.org news do not guarantee anything. I saw many final versions that still had serious bugs (eg: Xhelp 0.8, Xlanguage 3.03, ...)
XOOPS has an community driven development In all cases you should use at your own risk.
But for this newbb version there is a big advantage that xoops.org has been used it so you be more sure about its functioning.
I suggest to test in your local first then upgrade in your website after backup.
Mamba:
Im sure that all the issues of xoops.org comes from the
outdated template located at xoops.org/themes/wox/modules/newbb
Please delete it or at least rename it to something like newbb_old then newbb 4.3 will read the templates from modules/newbb/templates