We have recieved a request from our end users that the link in the titles of articles doesn’t really stand out. They’ve asked if we could place an abstract button becide the other galley buttons. Is there an easy way to do this? We’re looking for something along the lines of this:
I’ve managed to achieve this in our custom theme we use for our journal. Basically I copied the article_summary.tpl template and added in a section just before the for loop. You can see what I did here: https://github.com/lmeerwood/ojs3-jcu-theme/blob/master/templates/frontend/objects/article_summary.tpl#L78-L82. Is there a better way to achieve this? It feels a little hacky doing it this way. It would be great if there was an option we could select to allow showing the abstract button natively.