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

Node repost module

I'm looking for the repost node module: user could click the Share button and save a message from another user's diary.

Is there a ready solution?

Which hook to call when an user is added/modified?

Hi,

I have to update an external database each time a user is added in a Drupal7 site and each time he changes the password.

Which is the best hook to use?

I'll add in this hook the code to update the external database.

Thank you very much

cld

Drupal 8 - multipublications and dates

Hi

I have many articles. Each of them have a multi-values date field.
So if I fill 2 dates, this article is publish two times in my hub.

In my view, i'm sorting by this field. At this point, everything works like a charm but when I try to display date (in the twig tmp) in each article I have always the same date for all duplicates posts.

In fact, I think it's logical because it's the same entity.

Pass parameter to drupal_get_form

<?php
/**
* Implements hook_menu().
*/

$msx = 'DDDDD';

function f2_menu() {
$items = array();

Ckeditor in Drupal 8 : how to remove <span> tags if they don't have class attributes?

Hi,

I'm using the "Allowed html tags" filter in Ckeditor - Drupal 8.

I want Ckeditor to keep <span> tags that have specific classes or IDs, and to remove <span> if it has no attribute.

For example :

Search API - Indexing Paragraphs within Paragraphs

Has anyone had any issues with getting a Search API View to show content from a Node that has a Paragraph which in turn has an embedded Paragraph? I have a rather complex content type and it requires this type of setup. I can successful reference the innermost Paragraph within the Search API Index Fields, but the values I store when I save a node of this type do not appear within the View I have defined. Has anyone experienced this and have a solution for something I have overlooked?

Pages

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