This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How to display promotion options programmatically to content editors

Hello, 

I like to give content editors permission to promote content for basic page entities. 

Created a content editor user (people -> add user).

Created a yml file at the module base directory. 

touch demo.permissions.yml

can promote nodes:

  title: 'Can promote content'

  description: 'user can change promotion fields on content.'

demo.module file:

About temporary_maximum_age

We changed the value of "temporary_maximum_age" set in config/default/system.file.yml as below.

temporary_maximum_age 21600 → 60

This is so that files in temporary state can be deleted immediately by running the "Deletes temporary files" cron.

What I want to ask is the scope of influence of this setting change.
Our understanding is that there is no impact other than the deletion time of temporary files, but is there any other impact?

I would appreciate it if you could answer. Thank you.

Taxonomy Multi delete Terms D10 version

Hi All,

I have worked on D10 compatible Taxonomy Multi Delete terms, which is working fine. i want to contribute that module, where I can do that

Deletion time settings for temporary files in the file system

Hello Drupal developers. I have a question about the retention time of temporary files in Drupal's filesystem.
If you don't mind, could you please answer the following two questions?

1. Why is it set to take 6 hours to delete temporary files in the first place?
Why is the shortest time set for deleting temporary files in Drupal's file system to 6 hours? I doubted that a shorter time was not available.

How to search index Drupal content to Mongodb ?

We are planning to implement search feature using the Mongodb as search index server. Is there module that helps to add the Mongodb connector as Search Server and then add search index mapping to push Drupal content to Mongodb Server.

Any equivalent module in Drupal 9 for https://www.drupal.org/project/mongodb_indexer

Also please suggest any contribute module to use the search query from Mongodb Index to display result in Drupal CMS.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions