Recently I wanted to display the current date in a Views block, so that a visitor looking at the block at the 5th of July would read something like "July 5, 2018".
The use case is an academic online article with a block indicating "how to cite" that article. Here's a real world example (see the "view date" at the end):
How to cite Mani, Inderjeet: "Computational Narratology". In: Hühn, Peter et al. (eds.): the living handbook of narratology. Hamburg: Hamburg University. URL = http://www.lhn.uni-hamburg.de/article/computational-narratology [view date: 5 Jul 2018].
I was surprised to not find a 'current date' field in Views but hoped then to get the current date with a token like [current-date:medium]
in the "Global: custom text" field, but that's not the case: the custom text field doesn't support tokens.
So, I suggest to support general (e.g. 'Current date' and 'Site information') tokens in the Views "Global: custom text" field. I'm sure they would be helpful in various use cases, not only the one described above.
I think it's important to provide such values via the Views UI. Particularly because (afaik) there is no Views PHP module (and probably won't be) for Backdrop. Other implementations (like a custom Views field template) have several disadvantages, for instance the need to localize dates in PHP on non English sites even if dates have already been localized in Backdrop.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform