I continue to have problems sending emails with the SMTP Authentication Support module in my Drupal 10.2.4 site with php 8.2.17 that's hosted on a GoDaddy.com Virtual Private Server.
As the title states I am wondering if there is a way to add another column, or more, that can be used as a "sort by" for the content shown in the "admin/content" view.
You can see the view I am talking about below, and the red arrow shows where I want to add another column. In the result table header you can sort by each column, ascending or descending; However, I want to add the "authored on" date to this section as that data is more relevant when I am sorting through content.
Hello i am looking for a solution where the parent comments are sort in Oldest first or ascending order but their replies / child comments must be in newest first or descending order.
I have given www-data write permissions to ".../sites/default/files" as recomended. Owner is me and the group is www-data. I have noticed that in the directory ".../sites/default/files/php", www-data creates files with 777-permissions. In the other directories where www-data has cretaed files, "js and css", the permissons are set to the default umask for www-data, which is 002. So it just seems to be the folder "php" that gets 777-permissions.