Update OpenLucius | Create your own social network with 'Posts' (and 3 other new features) Jul 01, 2020 - We collected user feedback from which new functions were built, we also improved existing features and design. We released them open source and you can use them now in the cloud, 4 highlights: 1. Social network posts You can now use Lucius as a... Product
'Simple Like Button' released as a Drupal module | Why we used a custom AJAX form -and a custom entity. Jul 14, 2020 - During the development of Lucius we built quite a lot of features, that are embedded in the product (an open source Drupal distribution). But we figured some of these might come in handy for other Drupal site owners, outside of the OpenLucius Drupal ... Drupal
Drupal how-to: redirect anonymous users to login page | A working example module (Drupal 9 compatible) Jun 26, 2020 - For our Drupal distribution we needed to redirect all anonymous users to the login page, as for now it's implemented as a closed platform for social collaboration. The Drupal 8 way didn't work anymore; we fixed it for Drupal 9 and published a working... Drupal
A custom Drupal AJAX form in a working example module (Also sends emails and validates email address) Jun 12, 2020 - While building this Drupal 9 site a few months ago we needed to handle the contact form. Normally we would use the Drupal Webform module, but that wasn't Drupal 9 ready enough at the time. So we decided to build the form ourself, AJAX based to make i... Drupal
20 cool Drupal modules for site builders & developers | May 2020 May 17, 2020 - I would like to stay up to date on all available open source / 'contrib' Drupal modules. 'There is a module for that', this applies to many use cases within Drupal; a deadly sin to build something that already exists, or is partially available. We ke... Drupal
Always secure the files on your website properly. Why (and how to do it in Drupal) May 14, 2020 - Generically speaking, there are two kinds of files, when you manage a website- or app: public or private. Technically speaking you will have to decide how your content management system will manage those files and how to apply the correct security on... Drupal