lukasjarz
Forum Replies Created
-
Forum: Plugins
In reply to: [Books & Papers] Sort by year but show newest on top (+ a couple of bugs)I’ve looked into the first problem I have a bit more:
So I think papers the papers within a year are sorted by the ID instead of sort-date. I have three papers for 2021 with “Sort Dates” being Paper 1: 2021-01-14 (ID 111), Paper 2:2021-03-16 (ID23) and Paper 3:2021-05-07 (112). The papers get display as follow:
Paper 2
Paper 1
Paper 3so they are cleary sorted by the ID – is there a way to circumvent that and sort them by primarily by the Year and if available by the sort-date instead of the ID?
So what I want is (descending order according to the sort-date within each year. So the newest will always be on the top)
Paper 3
Paper 2
Paper 1Forum: Plugins
In reply to: [Books & Papers] Sort by year but show newest on top (+ a couple of bugs)Another “bug” I ran into:
I wanted to add a link to the pdf of each paper using the conditional feature with {{ }} like:
{{<a href="server\uploads\pdfs\[filelink]">[PDF]</a> }}
However this does not work. It does work if I remove the conditional brackets (adding it to every paper obviously). It also works if I use (PDF) instead of [PDF] so I assume the [PDF] gets interpreted as a shortcode like [author] [year] etc. even though its not listed as such an option. I simply like the looks of [] brackets better than round ones ??Forum: Plugins
In reply to: [Staff List] GitHub Iconif anyone needs the info:
you can edit the cnt-social.php file to include a custom link and upload corresponding selfmade icons to the image folder.
Forum: Plugins
In reply to: [Staff List] GitHub IconI tried adding it as icon with custom link as outlined in the documentation but that did not work in combination with the other social icons.
Forum: Plugins
In reply to: [Books & Papers] Highlight multiple but different authorsHi @frier – thanks for the quick reply and glad you like the idea, looking forward to it and thanks again for creating such a great plugin! ??
Best
Lukas