Firstly, I tried to use Recurring Dates Field some years ago, and moved to Smart Date, but this is lacking in allowing us to enter our own rules, such as "second to last sunday of the month" etc
We have views running and it shows everything we need but, our problem being is when we have the views showing and aggregation setting, instead of showing only 1 date occurance it is showing 2(dates), we have altered the (structure > paragraphs types > paragraph name) display to only show 1 occurance but still shows 2.
I'm trying to install a contributed module using composer on a web server with the cPanel platform. But the install fails with the message "'composer.json': No such file or directory". If I create a custom module and want it installed using composer, my understanding is I have to create a composer.json file. But, for an existing module, the .json file should exist somewhere.
I'm working on a Drupal 10.5.2 site that uses the SMTP Authentication Support module.
The Status Report for this site tells me that the SMTP Authentication Support module is Out of Date. The Available Updates>Update list says that the Site version is 8.x-1.2 and the Recommended version is 8.x-1.4.
I have tried multiple times to update the module with:
composer require 'drupal/smtp:^1.4'
I'm using the private file system and seem to be having a hard time using the API to POST a file to Drupal 11.
I can GET a file, GET media, POST media etc. - just not POST a file.
I'd prefer the JSON API - currently via Postman - and the file is uploaded (via an API user).
If I download it from the FTP (private file system) it's working fine, I can open the PDF file.
If I just click on it in /en/admin/content/files I see a:
Access denied
You are not authorized to access this page.
In a drupal site, news articles have a link to "more details", is there a way to remove that link and force the news "feed" to have the full content.
My site generally has only 1 or 2 news items at a time, and they are generally announcements, so I just want to have the full content on there.
I set the trimmed value to 3200, however even though all the content is displayed, I'd like to remove the More details... link as it adds no value in this case.
I can't see in the manage display section under teaser how one would do that.
it is the first time I'm writing to this forum. I hope this is the right place to show my problem and to ask support on it.
I'm using Drupal 11.2.2.
I need to provide, to registered users only, a front-end CSV file import mechanism.
The imported values (from CSV fields) should be stored into a specific database table and each user should graph only own data in a private page (automatic user filtered graph).