I'll check it out...
but here's the problem: Backdrop has made module installation so easy, and I've become so lazy... that I now have no idea how to get from the link you provided to an installed...
Thank you all for continuing to help with this!
As for the question of how I happened to be working with a feature that appeared not to officially exist (views field) in Backdrop at the time... That'...
It is also available (I'm 90% sure) in the tokens for the content type's display settings, so you could also potentially update the default "Author/date format" from this:
[node:created:medium] by [...
There is a port of the Display Suite module that I started a while back, but I have not made a full release of it yet because I did not have an upgrade path for it. If you could check it out and let...
Perfect! Thanks to the both of you.
For anyone in the future you can print it out in a node template with:
<?php
$updateddate=$node->changed;
echo gmdate("...
Recent comments
I'll check it out... but here's the problem: Backdrop has made module installation so easy, and I've become so lazy... that I now have no idea how to get from the link you provided to an installed...
Display Suite: Custom Fields
Thank you all for continuing to help with this! As for the question of how I happened to be working with a feature that appeared not to officially exist (views field) in Backdrop at the time... That'...
What's the deal with tokens?
It is also available (I'm 90% sure) in the tokens for the content type's display settings, so you could also potentially update the default "Author/date format" from this: [node:created:medium] by [...
Is there a 'last updated' record stored that can be shown on nodes?
There is a port of the Display Suite module that I started a while back, but I have not made a full release of it yet because I did not have an upgrade path for it. If you could check it out and let...
Display Suite: Custom Fields
Perfect! Thanks to the both of you. For anyone in the future you can print it out in a node template with: <?php $updateddate=$node->changed; echo gmdate("...
Is there a 'last updated' record stored that can be shown on nodes?