In the dashboard, the article has two versions; one of them is the published version and the other one is unpublished. Please see the following screen:
The easiest way to do this might be through using a custom stylesheet, where you identify the element that hosts the “updated on” element and set it to display: none;, it will still be there but not show up on your site.
Hi @rcgillis
Sorry for bothering you, but is there any other methods to delete the version from the database specially that it is not a correct version and was mistakenly created. It has no useful data at all. I need to just remove it.
As you can see in the screenshots, the publication date is the same of the updated on date.
I hope there will be other simple solutions rather than creating a new css stylesheet.
Thanks @rcgillis
I have fixed the issue. For documentation purposes, I would like to explain what happened and
what I have done to fix it:
In my case, a second version was created mistakenly, I do not know by whom, and the second version was the one that includes the publication details. So, when I published it, the system understood it as an updated version, not the original published version.
So, I had to delete the publication details from the second version and I moved all the publication details to the first version of the article.
Along with this, I have uploaded the CSS style sheet as per your advice.
By doing this, the article has a proper publication date without an update date.
I hope there will be more authority to journals’ admins on the versions of the article in the next release of OJS.