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

THIS FORUM IS NOT FOR "What module..." or module support questions-- it's for module development and code related questions.

The module development and code questions forum is intended to aid those who are developing modules or writing code for Drupal.

Please note that this forum is also not intended for "Is there a module that does..." or "I need help with module x..." questions. It's also not a place to ask developers to write your code for you. Please respect this.

Please do not post general discussions intended to target module developers. If the question you have isn't specifically related to writing a drupal module, please post it in a more appropriate forum.

  • If you you have drupal installed already and are seeking a module that does a specific task, have a question about a specific module and what it does or if it will fit your use case, please place your questions in the Post installation forum.
  • If you have a problem or question about a specific module, you should create an issue in the module's issue queue (after checking for an existing issue first).
  • If you don't have drupal installed yet, please place your questions in the Before you start forum.

Different User Overview page based on Roles

Hello Please I need to have different user overview pages for different User Roles I have. Whoever that have an idea on how to achieve this should help me.

Thank you

User Role Manageent

Hello, I want to have different admins to my websites but I do not want an admin of a particular User Role to view users that belongs to another Role when thy access "User OverView Page". I have tried Administer Users by Role, Role Delegation, but they are not giving me what I need.

User Role Management

Hello, I want to have different admins to my websites but I do not want an admin of a particular User Role to view users that belongs to another Role when thy access "User OverView Page".

I want to modify Core drupal Informations and Settings

I want to modify Core drupal settings. "Example, I want to change the EDIT Button on the User page to Settings or something else". I want to be able to modify many words or titles used for so many things on drupal to suit my needs

Finding entity and field property values when creating entity in code

I have code which creates an artice from JSON.

$article = $node_storage->create([
      'type' => 'article',
      'title' => $json['title'],
	  'field_int100' => $json['int100'],
	  'field_text100' => $json['text100'],
      'body' => $json['body'],
    ]);
    $article->save();

By default, the text format is Plain Text. Modifying the code which specifies the value of the body field will import the text with HTML formatting.

Pages

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