drupal
BRAINSUM: How to Quickly Transform Your Drupal Site to a Mobile App
Creating mobile experiences indistinguishable from native mobile apps with web technologies is a reality. The process of developing a mobile app is easier than ever. And if your site lives on Drupal, you can quickly transform it into a mobile app with minimal development. We recently managed this process for two websites, both are now available on the App Store and Google Play. In this post, we shared some key takeaways from the experience.
The Drop Times: Check Out Drupal—Rocket.Chat Integration Module
Promet Source: Advantages of Component-Based Web Design Systems
The Savvy Few: Twig templates for custom block types in Drupal
Similar to content types, Drupal offers the ability to create custom block types. Here’s how to enable custom Twig templates for each of your custom block types.
Read moreThe Savvy Few: How to redirect a user after login in Drupal the proper way
Automatically redirecting a user after logging into your Drupal website is a common requirement. In Drupal 7, you would probably have used hook_user_login() to perform this task, but with Drupal 8 came a more robust way to handle this. Our…
Read moreThe Savvy Few: Accessing the current node ID in Drupal
From time to time you just need the node ID of the current node to get things done. In Drupal 7 you simply used the arg() function to do this, this approach no longer works for Drupal 8 and onwards because arg() is deprecated.
Read moreThe Savvy Few: How to get a Drupal image style URL from a media field in a twig template
There’s plenty of information on how to render a raw field value in a twig template, how to obtain the url form an image - even from a media field. The image style url from a media field however, can be quite tricky. Here’s how to do it.
Read moreThe Savvy Few: How to fix "The provided host name is not valid for this server" in Drupal
Most Drupal developers have come across this problem at least once. You are running a basic Drupal website, but somehow it only shows a plain white screen with “The provided host name is not valid for this server" on it. Here’s what it means and how to fix it.
Read moreThe Savvy Few: Upgrade to Drupal 9 - It’s easier than you think
Drupal 9 was released on June 3rd, 2020. It marks a major milestone in the history of the world’s number one enterprise open source CMS. Although any major version update may sound like a risky undertaking, upgrading from Drupal 8 to 9 is a walk in the park. Here’s why.
Pagination
- Previous page
- Page 314
- Next page