i have a controlled vocalubary with some terms with parent/child relationships! I want to create a view with hierarchical structure(tree) with these terms and when someone click on a term then will display the articles that have these tags!
Hi, I am struggling with a choice that should be simple but that I can not solve because I did not understand how it works.
The question is this.
I have a custom form with various buttons that execute code within their submits.
In particular, for a button the code must be executed only after the confirmation request, through a modal window with the CONFIRM and CANCEL request.
For the articles I have read, I have 2 possibilities
Use confirm-an-action or call a js function.
For both, the logic of use is not clear to me
I'm using entity browser that displays two tabs in a modal. The first tab (View) is tied to a view which displays all of the nodes of a specific content type. The second tab (Entity Form) allows the user to create a node for that content type. The button associated with this tab works as it should: opens up a new window that displays the form. The issue I'm having is how to hide the form under this tab. I only want to display the "create a new node" button and NOT the entire form. Using CSS doesn't seem to be correct and I can't seem to find a config anywhere that would let me hide th
Hi, I have a Custom Form with some buttons.
One of these copies the nodes to another content entity.
Before carrying out the operation in the submit button, you must ask for confirmation.
Reading the documentation I saw that a module has to be created.
I did some tests but it displays only the confirmation button and not the one to cancel the operation.
Although I used function getCancelText () it doesn't show me the button.
The ideal would be a small modal window with YES NO, remaining on the current window.
Place the code for any omissions
I'm trying to migrate filter_format from d6 to d9, I'm using embedded_data 'cause migrate_drupal doesn't work with D6; so I'm trying to do it in another way.