Connection plugin?

Hello,

I installed the module ‘Mail Goups’. There is a ‘basic’ connection plugin supplied in the module. Where do I find the information required for this basic connection? Do I have to supply an email address or does this module makes it for me? I’m not familiar with these email settings.

The alternative connection plugin asks for an account at mailgun. That solution seems even more complicated.

Perhaps I need an other module. I need it to do about the same things Mailman does, but then within Drupal. 
 

Thanks for any advice.

Peter

Want to restore Drupal 6 content to Drupal 8 site

I think this is a complex question, but maybe not. Per the subject line, I have built a very rudimentary site using Drupal 8 (www.ed-rex.com), and have (thanks to the Wayback Machine) restore some of the content from my old, Drupal 6 site. But what I would like to do, is to restore the old content to /archive, while adding new content to the main areas of the site.

Is what I want doable and, if so, can someone point me towards a tutorial aimed at pretty unsophisticated users such as myself?

Send values from js to php

Hi everyone

In my module i have a js code with some variebles.

 

I want to send the values of variebles in php code (FirstController.php)

I know that js is in client side and php in server but i want a simple way to get values from js to php

js code

var response = something.innertext;

php code

public function example() {

$example = """the value of respone"""

echo $example;

.........

Ajax response not fully rendered

Hello,

I try to handle a list of items on a node advanced form using ajax. Each list item has a textfield and a remove button. There is an add button under the list to add items. Add button and delete buttons use ajax. Items added on page load are ok, but the ones added through ajax are not complete. Textfields do not have default value or description. Moreover, the delete buttons do not seem to work. My code:

Custom menu link is not enabling or disabling from admin UI in Drupal 8.x

Hi,

I have created a custom menu link using links.menu.yml file in drupal 8.x and also add a class file to manage it's access for user roles based.

But now I want to disable this link so i am using Admin UI (i.e drupal/admin/structure/menu).

But unfortunately unable to disable it.

Here also i am sharing my code

My menu link code below here :

my_module.admin:
title: 'My Menu'
menu_name: 'main'
expanded: TRUE
url: 'internal:'
class: Drupal\my_module\Plugin\Menu\Access(file name)

Any suggestion ??

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x