Describe the issue or problem
I don’t know how to remove the number of dates displayed in the summary of any article.
Is there a way to leave only one date visible where it says “Versiones”?
What application are you using?
OJS 3.3.0-10
Additional information
Here I leave an image so you can better understand what I’m saying.
If what you want is the versions of the article not being displayed, you may upload a css file at Website → Appearance → Advanced → Journal style sheet
with this content:
.sub_item.versions {
display: none;
}
En español …
Si lo que querés es que no se muestren las versiones del artículo, podés subir un archivo de texto (sinversiones.css por ejemplo) a través del Panel de control de la revista, en Sitio Web → Apariencia → Avanzado, en el apartado Plantilla de la Revista
El contenido de ese archivo de texto es el que indico más arriba y lo que hace es ocultar precisamente las versiones del artículo.
Thank you very much @hilongo, it worked and the team was excited.
I would also like to eliminate the published date along with the update date. How is it done?
I see that you have created multiple versions with the same date. Is there a reason?
You do not need to create separate versions for each revision. You can unpublish the article, make minor revisions/corrections and republish it. In this case, the publication date of the article does not change.
If there’s a reason you’re not doing this, I’d like to know.