Cześć Mariusz.
Thank you for contacting us.
Just tested that issue and it seems to be related with Kunena only:
snag.gy/4PLm7X.jpg
When I post in community - date is displayed.
Please, contact with Kunena support as issue is related with their integration plugin.
Cześć Mariusz.
Please, check my pritscreen from post above. I just post on the stream and date was displayed (marked red line).
AFTER CHECKING AGAIN:
Hmmm.. it seems that date is somehow removed after page reload :/
I assign developer to investigate this issue further.
He'll contact you ASAP.
Hi,
After I debug this, I found this issue caused by sprintf function from Joomla itself, can you contact your sys-admin and makes sure this function is working "func_get_args" and "call_user_func_array"
thank you
Dimas wrote: Hi,
After I debug this, I found this issue caused by sprintf function from Joomla itself, can you contact your sys-admin and makes sure this function is working "func_get_args" and "call_user_func_array"
thank you
Hi Marieuz..
Is that ok if I downloaded your files to my local? I will replicate this issue on my local and inspect on my local.
thank you!
Hi Marieuz..
Did you modify the joomla core code? because i found something wrong on this file libraries/joomla/language/text.php, and this code was be commented :
return call_user_func_array('sprintf', $args);