I posted this in Zulip, but I got no response there and thought I would post here.
Has anyone done anything with including Google Reviews in a Backdrop site?
If so, what did you do, just include the code bits necessary in a custom module or block, or something else?
I don't see any contrib modules that appear to provide that functionality, though there is a D10 module that doesn't look like it's very complicated, so it seems reasonable that it could be a single function.
Recent comments
I‘ve recently tested DataTables and like it very much.
Views responsive tables
Maybe also worth exploring: https://github.com/backdrop-contrib/tabled https://github.com/backdrop-contrib/datatables
Views responsive tables
Sorry, but I have not had the chance to try the vhost fix yet. I'll post back after I do.
Question re RewriteBase and running in a sub-directory
The official guidance for that would be to put the preprocessing in template.php within your_theme_preprocess_node() and put the logic there to add to or change the variables, but you can do in...
Display modes and templating
Perfect. So if I work with the .tpl files for e.g. all nodes of type “books”, I can easily do something like this via PHP (nobody needs twig anyway): If field 'user' = ‘yorkshirepudding’, then...
Display modes and templating