Displaying 831 - 840 of 958
Configure Ubuntu Server for Drupal
Exercise
- Pick a device
- Create USB installer
- Install Ubuntu Server
- Install updates
- Install PHP, Apache, SQLite3
- sudo apt install...
Intro to SEO
Class
Search Engine Optimization helps people find your content when they are searching for related terms.
Customer queries
Wh...
#SEO
Following up
Project update
After the initial meeting, I took some time to brainstorm ideas and think about how to approach the project. I wanted to...
Smart Link Entity
Project update
As a field, Smart Link content could be attached to an entity. However, I found this limiting for a few reasons.
First...
TODO: Smart Link Entity Plugin
Project update
So far, I have a content entity that can take a URL and retrieve and store info about it.
I'd like to create a Smart...
Smart Link field formatter
Project update
A Field Formatter plugin is needed to display the field's unique properties.
<?php namespace Drupal\smart_link\Plugin...
Service to get info from URL
Project update
drush eval "print_r(\Drupal::service('smart_link')->getUrlInfo($url))"
Services are loaded when necessary and easy to...