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

How to get group node field values through custom development

Hi,

I am using drupal 8 group module for differentiate the content at group level.

https://www.drupal.org/project/group

One of our custom development, we need to get the group node field values.

Regards,

Vijayan

Expose the unpublished node into jsonapi

Hi,

Is it possible to expose unpublished node into jsonapi.

if possible means, how to form the api structure.

Regards,

Vijayan

Drupal 8 Bulk Edit Blocks

Currently on our Drupal 8 site we have a lot of content that makes use of Layout Builder.  We were wondering if there is a way to add an actions bar in the way that Views Bulk Operations actions dropdown works to our show all blocks view. (Content: Node operations bulk form)

Captcha D7

Just recently ran into an issue where the site is including a captcha_sid and captcha_token twice and they are different values. This is causing a reuse error. Google searching I found other reuse error cases but none that seems to apply to my instance.

<input type="hidden" name="captcha_sid" value="2286952" />

<input type="hidden" name="captcha_token" value="5638a7ed31fb98c597661ec8e71e4618" />

video slider not pause when slider change

Hi,

I am using flexslider for create public or private video slider. Slider working fine but when I change slide the video not pause. I need previous slide video should be pause .

Thank you! 

Control if node exist (D8)

I am doing tests to check, in the submit phase, if the node I am inserting is already present or not. The control can be on one or more fields.
I don't know if the solution I wrote is right or not. I tried with the title field and it works, it seems to work also with the entity reference (field_livello), it doesn't work for me with the data field and I didn't understand how to do it.

Here is the code in form_alter
   $form['#validate'][] = 'liveContra_validate';

Pages

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