Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have installed rules plugin version for drupal 8.x. I am not able to see it under configuration menu.
Anyone knows what may happen? I have installed Typed Data module as requirement.
I want to use Rules module in drupal 8.x but I can't work with it.
If this is not the correct forum please can you tell me the correct one please?
Hi, i'm trying to open a modal form using buttons and links but i can only do submit and use ajax functions on modal form when i open it with link so my question is:
How can open a modal form that works perfect (inside ajax code and submit) with a button?
What am i doing wrong?
Greetings.
Error when try to use ajax on modal form when i open it with button:
Hello, I am building a news site. How can I lock the content of the site so only registered users can read the articles? I want to have the content of the front page only available to anyone to read. However when a visitor clicks on the title of an article to have a pop up window saying you need to register with first name, last name, email, etc to read the rest of the text. Thank you.
I am doing a project that provides a view function for customers searching site contents. The default order of views' columns is defined by site-builder in advance. Now the customer requests to have a function that they can rearrange the columns' order of search results on their demands/habits.
For example of the view:
From (default order) : ID | Name | Sex | Age
To (custom order) : Age | Sex | Name | ID
Is there a module existed already to provide this kind of "custom order" function? Thanks.