We're working on updating a Backdrop site and I just noticed another problem with taxonomy. For some reason, some of the vocabs do not show the Save
button at the bottom of the List Terms page (nor the Reset to Alphabetical
one, either). Others do.
This happens both for me (user 1) and for my summer intern, who has the "Administer vocabularies and terms" permissions set.
Seems like some DB weirdness, especially because initially, he didn't see those buttons anywhere but they came back (only for some vocabs) after I unchecked the perms, saved, rechecked, and saved again.
Thoughts?
Recent comments
No, that won't work. My dev server's address looks like: localhost:1000/xyz/folder1/folder2 My prod server address looks like: example.com Just using a relative...
Need PHP Filter in Backdrop
No prob. I use a NAS for development, and my sites are all in different directories, so it's like <nasip>/volume1/web/site-name.
Need PHP Filter in Backdrop
Fair enough. I'm used to having all my dev sites at the root so forgot how that sometimes works.
Need PHP Filter in Backdrop
Those links can just be /node/add/whatever and they will work on dev / stage / prod whatever. Note the leading forward slash.
Need PHP Filter in Backdrop
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers. For example, at the top of my Views,...
Need PHP Filter in Backdrop