How to create a link for add content to a role type. So for example, a user type 'provider' will be able to click a link or a button which is only visible and clickable by that role type.
Hello,
In the course of trying to upgrade from 8.9.6 to 9.0.6 I ran .../admin/reports/upgrade_status.
Besides getting a number of errors for deprecated functions, etc., I also get messages about
putting "core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9"
into the respective ...info.yml files.
After doing so and clearing the caches, I still get the same error message.
What am I missing?
Regards
H. Stoellinger
I saw many questions on the web regarding the change of the Title field label within a content type. This can be done programatically by creating a custom module and using form alter, but in this case we do not have to do that, because on the Title field we have an exception. When creating a content type, the title field is automatically added and does not appear in the fields section in Drupal8, so you can not change the label from there as you do it for other fields. In order to change the label of the Title field.
The International Society for the Study of Lung Cancer (IASLC) is a global organization dedicated to improving lung cancer research, education, and patient care. Although the IASLC boasts a membership of approximately 8,000 from more than 100 countries, it is a relatively small organization, with only 25 full-time staff and no dedicated IT group.
I have my two content type one is Downloads where i have field file type name "field_filedownload" that use to upload the files. I have another content type called News(news) where i am using paragraphs module and i created one download reference file where i just gave the reference of downloads.
I customized my twig file and showing the file Name and Download link now i have requirements that i need to show the File Size, File type and Creation or modification date also kindly guide me how can i do that
I have exposed a filter on view and I have set it to contains all word.
I want the results to be the exact word in the criteria. For example if I set "part" as filter criteria, I don't want to show me results for "Parhtenon". I want to have result for "Part of statue"