Novice Installation Guide for Drupal Remote Dashboard
- Read more about Novice Installation Guide for Drupal Remote Dashboard
- Drupalguy's Blog
- Log in to post comments
Drupal Remote Dashboard Introduction
Basic troubleshooting Drupal for "cURL ERROR 28: Operation times out after..."
- Read more about Basic troubleshooting Drupal for "cURL ERROR 28: Operation times out after..."
- Drupalguy's Blog
- Log in to post comments
This is generally a time out connecting to a web resource.
I have found a lot of "fixes" on how to correct this issue but very few on how to isolate where the problem is. This is especially with Drupal where all you get is this general error:
Creating a Static Drupal Site with Tome
Case:
We have a site on pantheon and we use lando for local development
We will created a lando instance and use tome to transition to a static html site.
I will also create a separate lando instance to not interfere with the live site/development just because.
And will create a gitlab repository and host the site on gitlab since it will be pure html
Webform Product Module
- Read more about Webform Product Module
- Drupalguy's Blog
- Log in to post comments
Webform Product module is used to create a Commerce order (payment) for a Webform submission.
It requires using commerce for payment. This module provides payment for a product type where flexibility and/or complexity is needed.
Setup Reliable Email on Sendgrid
The subject can be quite difficult with all the new safeguards that have been implemented to combat email spam, address spoofing and actions of bad players. There are three mechanisms (DKIM, SPF & DMARC) for insuring that an email message is legitimate and making them work together can be quite a task.
Drupal Roles
- Read more about Drupal Roles
- Drupalguy's Blog
- Log in to post comments
I found an article that has answered a lot of terms that have been floating around me since I have adopted Drupal as my new career. It has clarified a great many things that I only had passing understanding and I wish to share it here.
The roles it clarifies are:
Bootstrap - Layout Builder has no Scroll Bar when editing Layout
- Read more about Bootstrap - Layout Builder has no Scroll Bar when editing Layout
- Drupalguy's Blog
- Log in to post comments
Found a fix for the Scroll/Modal problems I was having with using Bootstrap with Layout Builder. In Bootstrap issue https://www.drupal.org/project/bootstrap/issues/2821008 #23 it tells us to Uncheck the 'Enable Bootstrap Modals' box. in the theme.
Blog Homepage View (Export)
- Read more about Blog Homepage View (Export)
- Drupalguy's Blog
- Log in to post comments
$view = new view();
$view->name = 'homepage';
$view->description = 'Emulates the default Drupal front page; you may set the default home page path to this view to make it your front page.';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'homepage';
$view->core = 0;
$view->api_version = '3.0';
Default .bash_profile
- Read more about Default .bash_profile
- Drupalguy's Blog
- Log in to post comments
# screen -R
# =============================================================== #
#
# PERSONAL $HOME/.bashrc FILE for bash-3.0 (or later)
# By Emmanuel Rouat [no-email]
#
# Last modified: Tue Nov 20 22:04:47 CET 2012
Adding a scroll to a block
- Read more about Adding a scroll to a block
- Drupalguy's Blog
- Log in to post comments
<div style=" width:100%; height:299px; overflow: auto; overflow-y: scroll; max-width:100%; max-height:300px;" >
<div style="width:100%;height:300px;line-height:3em;overflow:auto;padding:5px;">