I recently installed a newer PHP (MAMP) to version 8 where it was using version 7 previously.
On PHP both Drupal and WordPress will work on the home page but anything apart from the home page will not work will get a URL not found. I remember fixing this issue up a long time ago with PHP 7 and can no longer remember it. I have tried editing httpd.conf and also php.ini.
Hello - I tried using ECA (https://www.drupal.org/project/eca) with the task Form Field: Set as Disabled. I was able to successfully set a form field to disabled (working as expected). However, I thought I can use the same task to enable a form field, since the task has a drop down selection for "Set as disabled" with the options yes/no. To disable a field, I set the selection to yes. To enable a field, I though I can just select the option to "no". However, this is not working (the fields is not getting enabled as expected).
I am really having trouble with this. I want to add <hr style> to the Full HTML text format. All I'm trying to do is style a line, with <hr style="border: 2px solid #000080; width:75%;">but it keeps getting stripped out. Apparently the style attribute is not allowed in an hr tag.
I can style a <p> tag, and I think I can style header tags, so I'm not sure why hr styling would be a security issue.
I was pretty good at Drupal 7, but I've been away for a long time now. I'm building a new website, using Drupal 10 and a custom Olivero sub theme. Feels like I'm learning from scratch again.
To create my home page, do I just create a basic page (existing content type), or do I use the Views frontpage view that the default Drupal home page links to? Or are they the same thing? I'm very confused, and I can't find anything in the forums or documentation that covers this.
Can someone please point me in the right direction? I can take it from there. Thank you all so much!
Hello all - My project will use the same code base to host different sites. The difference between these different sites is minor:
1. For example, if I have a user profile data field (let's call it user_profile_ data1) that is link to a list of taxonomy terms, I want to display user_profile_data1 using taxonomy list1 on site1, but on site2 I want to use taxonomy list2 for the same data field. These lists have mostly the same terms with some minor differences.