Posted by jhodgdon on March 19, 2020 at 6:52pm
Start:
2020-04-02 10:00 - 12:00 America/Los_Angeles Organizers:
Event type:
User group meeting
We hope you can join us for the next daytime meeting of the Spokane Drupal User Group!
- When
- Thursday, April 2, 2020, 10 AM to noon
- Where
- Due to the libraries being closed, this meeting will be held online in a Google Hangout:
https://hangouts.google.com/call/oitChOnn7W8ltwE8sx8xAEEF
- To be reminded, sign up!
- To receive an email reminder closer to the date of the meeting, log in and click the "Sign up" button; log in and click "Cancel signup" at a later time if your schedule changes and you can no longer come. There's no obligation to come if you sign up (but we hope you will!). There's also no obligation to sign up in order to come (it's up to you if you want a reminder or not). However, the meeting could be canceled if the organizer isn't sure anyone is coming.
- What
- We spend two hours in a question and answer format, with the participants in Google Hangouts, where they can share their screens, talk, etc. Come with questions about a project you're working on, something you've learned that you'd like to share with others, a desire to improve Drupal in some way (documentation, programming, design, marketing etc.), or a desire to help others with their projects and questions. Or just come and listen and observe.
- Who
- Everyone is welcome -- the only prerequisite is having some interest in Drupal. This group is usually 5-10 friendly people, with experience levels ranging from novice to expert, so you'll fit right in. Because of the size of the group, you will have time to share something you've learned, or get your questions answered, or both!

Comments
Hangouts link
Please join the meeting at 10 AM with this link:
https://hangouts.google.com/call/oitChOnn7W8ltwE8sx8xAEEF
Drupal programmer - http://poplarware.com
Drupal author - http://shop.oreilly.com/product/0636920034612.do
Drupal contributor - https://www.drupal.org/u/jhodgdon
Thanks for setting this up!
Thanks for setting this up!
Meeting notes
Here's what we discussed today:
If you're having trouble or don't see the links, contact anyone else in the group... One thing that can cause problems is if you are not a "confirmed" user on drupal.org. If you can email someone else in the group a link to your user profile, any one of us should be able to "confirm" you, and that could fix your problems.
- DrupalCon -- supposed to be in May but it will be postponed
https://events.drupal.org/minneapolis2020/coronavirus-covid-19-disease-p...
- PNW Drupal Summit -- https://pnwdrupalsummit.org/ -- postponed but we don't know when it will be rescheduled. Here's a post where you could probably suggest that it be held online:
https://groups.drupal.org/node/535815
- Other events may be happening online, so you could meet people from all over the world -- check https://groups.drupal.org/events?type%5B%5D=regional for events
- Make sure you have the right version of PHP -- see https://www.drupal.org/docs/8/system-requirements
- Make sure you have a high enough memory limit, like 1024 MB
- Make sure you have a high enough execution time limit, like 180 seconds
rm -rf *
rm .*
You may get some error messages, but afterwards you can do
ls -ato verify that the folder is completely empty (you should only see the . and .. current/up one directories only in the ls output)composer create-project drupal/recommended-project .public_html/webso that it will find the Drupal installation files. After changing this, click Reset Permissions under Application Settings.John had a question about creating a custom block type for Gutenberg:
https://www.drupal.org/docs/8/modules/gutenberg/create-custom-blocks
We looked at it... It looks like if you follow these instructions, you will create a sample block with these files:
https://git.drupalcode.org/project/gutenberg/-/tree/8.x-1.x/modules/exam...
Then you would need to edit various files... In addition to the files mentioned in the documentation page, look at js/index.es6.js (where you would put in your custom JS code).
In the meantime, Shawn made a quick Drupal module that would do John's thing...
Drupal programmer - http://poplarware.com
Drupal author - http://shop.oreilly.com/product/0636920034612.do
Drupal contributor - https://www.drupal.org/u/jhodgdon
Additional details for starting a Cloudways hosted Drupal site
Thank you for taking such awesome notes, Jennifer. I just needed to add a bit to step 6 of setting up a Drupal site on a Cloudways server.
for Mathew ... Quick Edit
for Mathew ...
Quick Edit breaks when used on a node with an entity reference field that renders the referenced entity
https://www.drupal.org/project/quickedit/issues/2319223
for Mathew ... Quick Edit
for Mathew ...
Quick Edit breaks when used on a node with an entity reference field that renders the referenced entity
https://www.drupal.org/project/quickedit/issues/2319223