I'm converting my d9 tot d10 manually. In both i have the Octavia/Bulma theme. But i can't find how i did change the lay-out of an overview. Can someone give me a clue? I can't find how to upload the two images....
Here is a link to D9 where taxonomy, and read more or moved to the bottom. Als the label of taxonomy is node displayed.
I have a normal HTML table in a block. In one of the cells, I would like to refer to a taxonomy term in such a way that when visitors of the website click on the term in the table, it will also appear in the list of that taxonomy term.
It is a table like this:
Time Activity Room
10:00-11:00 Activity 1 Room 1 (this should become a taxonomy term)
11:00-12:00 Activity 2 Room 2 (this should become a taxonomy term)
Hi, I did a fresh install of drupal 10. I see that the Statistics module is deprecated. I want to instaal the new one. When i try to install it, drupal says it is already there. I have renamed the module that doesn't help. What must i do to install the new one. I don't use composer yet.
I would like to display certain menus as bunch of buttons and I am getting desperate about this. I am using D10 and bootstrap5 theme. I installed Menu Link Attributes module and enabled it.
In admin/structure/menu/item/../edit I see Attributes area where I can enter Class and Target. Under class I enter for instance 'btn-dark' (or .btn .btn-light .button) and save mneu item. Inspecting the element shows, that actual a html tag has class="btn-dark" vlaue (or any other value I entered) but the link is still rendered the same.