I am having an issue with the Blog macro. It is displaying the wrong date of the published stroy, even though on the stories actual page, the publish date is correct. Any idea what might be causing this?
@vmassol the publish date in object mode seems fine. With regards to the question of the server time, it is also fine as the server is on the current date and time.
You can do something on your side for sure! You just need to debug it in the wiki pages making up the blog post app to see where the problem comes from. That’s very easy to do and shouldn’t take you more than an 1 hour or so at max.
I gave the links corresponding to the wiki pages.
For example: Blog.BlogPostLayoutImage.
You can edit this page and print stuff to see where the problem is. You can even remove the displaying of the date but it would be better to understand the problem. I’m sure it’s very easy to fix.
Hi @vmassol apologies for such a late reply. Was away from this project for a bit. So i took heed of your advice, and i figure for now i would like to at the very least hide the date. As i figure out how to debug in xwiki(i am still learning the ropes). I am looking at the velocity scripts, what would i have to change in order to make the dates disapear on the blog preview?
Could you raise a JIRA issue on Loading... about the issue with the wrong date being displayed? Please make sure you provide the max details so that we can reproduce.
You would need to read the scripts: I provided some hints already above but I don’t have the time to do more FTM.