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.
One of the reasons I wanted to begin learning Drupal for a project was its apparent strength in arranging information.
I'm to a point in my project where I am looking to solicit ideas to present some information.
1 - I've entered 150+ "applications" (we call them "applications" - but think of them as parts that come out of a machine - which is essentially what they are)
Been a big fan of Drupal for years (over the other two main contemporaries ; Joomla and Wordpress). However, I have been hesitant to fully embrace Drupal for larger projects due to the relative difficulty of the update headache involved. Wouldn't it be neat if the process was as simple as updating Mac OS?! (esp. in a multi-site environment).
I am looking for a way to develop a live update field in a form element at /node/add/article with JS in Drupal 8.
Something similar to this solution: http://valutaomregneren.dk/
i'm customizing the login form of my website, i used theme_form_alter() to do what i needed on every field but impossible to find how i can change the texte of the user_links (reset_password and create_account), in the UI i don't see anything to change them, in my .theme i can access them with :
Hi, The Drupal 8 core Ban module allow us to ban IP address of commenters or spammers. But, at first place we need to see the IP address of the visitors. Ban module does not show the list of IP addresses, so in this case along with Ban module which module we can use to detect the IP address? Very thanks for help.
This question arises in my mind while I am writing privacy policy of my web site. I am not providing User Log in Facility, users can post comment Anonymously. Since I do not collect any Person Identifiable Information from user, I can simply write in the policy that "MYSite is not collecting any user information." But what if the Drupal 8 by default collects information from user like IP address. So, How shall I know which all modules in Drupal 8 Core collect information about users?