CSS Reset Submitted by daniel on Fri, 24/11/2023 - 02:04 This is a simple module that adds a CSS Reset at a module level. One benefit of this appoach is that the 'reset' can be loaded before other modules that include some css etc. This means that the 'reset' should only normalise the user agent's styles and not styles that have been defined in other core and contributed modules that may be loaded by Drupal before the theme layer. Date Created Tue, 27/05/2014 - 00:00 Read more about CSS Reset File Managed Alter Submitted by daniel on Fri, 24/11/2023 - 01:52 This is simple utility module that enables you to increase the length of the 'uri' field used by the 'file_managed' table which is in turn used by Drupal's 'file' entity. This module increases the maximum length from varchar(255) to varchar(2048).BackgroundBy default, in Drupal there is a restriction of 255 chars on the varchar size or length of the uri field in the file_managed table. In some circumstances this is not sufficient and may result in an exception.e.g. Date Created Mon, 13/03/2023 - 00:00 Read more about File Managed Alter Social Post X Submitted by daniel on Fri, 24/11/2023 - 01:49 Social Post X allows you to configure your site to automatically tweet to a user account without human intervention.Social Post X also integrates with the Rules module.FeaturesSocial Post X allows you to configure your site to automatically tweet to a user account without human intervention.Social Post X also integrates with the Rules module.https://www.drupal.org/project/social_post_x Date Created Mon, 30/10/2023 - 00:00 Read more about Social Post X Search API Views Ajax Submitted by daniel on Fri, 24/11/2023 - 01:45 Search API Views Ajax faciliates updating a search view asynchronously when using an AJAX enabled view with the Search API module.FeaturesIn particular it: Date Created Tue, 19/09/2023 - 00:00 Read more about Search API Views Ajax Migrate Process Extract Regex Submitted by daniel on Fri, 24/11/2023 - 01:35 Migrate Process Extract RegexThis module provides a Migrate process plugin to enable you to parse and extract a $needle (string) from a $haystack (string). This will either return$match[1] or the orignal $haystack if no match is found.Use CaseThis migrate_process_extract_regex module is useful where developers are handling remote images with the remote_steam_wrapper module. Sometimes remote media assets (pictures etc.) do not contain a valid query string and will fail to import. Date Created Tue, 26/09/2023 - 00:00 Read more about Migrate Process Extract Regex Migrate Process Remote Image Check Submitted by daniel on Fri, 24/11/2023 - 01:26 This module provides a Migrate process plugin to enable you to check whether a migrated remote image url/string is in fact a valid address for a media asset such as an image. It does this by requesting each image and see if it returns a valid response.If this fails, it will attempt to remove any query string to that has been appended to an image to see if removing this helps to generate a successful response.If the response is not ok, it will fallback to using an empty string so as to avoid any exceptions when trying to migrate the remote image asset. Date Created Wed, 27/09/2023 - 00:00 Read more about Migrate Process Remote Image Check Migrate Process HTML Submitted by daniel on Fri, 24/11/2023 - 01:23 This module provides a Migrate process plugin to enable you to request and extract HTML from a url or link field such as those commonly found in RSS Feeds.https://www.drupal.org/project/migrate_process_html Date Created Tue, 07/03/2023 - 00:00 Read more about Migrate Process HTML Views Ticker Type Text Submitted by daniel on Fri, 24/11/2023 - 01:00 This module provides a Views Style Plugin to enable you to use a Ticker Type Effect with any custom View when using the drupal/views module.More infohttps://www.drupal.org/project/views_ticker_type_text Date Created Wed, 01/03/2023 - 00:00 Read more about Views Ticker Type Text Style Guide Submitted by daniel on Thu, 23/11/2023 - 23:41 Style Guide Admin is a simple module that enables developers to easily create and preview a style guide for any custom Drupal theme from the admin appearance menu. This has been designed and developed to be used with any custom Drupal theme. Date Created Mon, 20/11/2023 - 00:00 Read more about Style Guide Prevent Drupal Scaffolding overriding development services when working with Drupal Submitted by daniel on Wed, 04/10/2023 - 19:00 When working on Drupal it is often useful to change your local development.services.yml to enable certain development features and make debugging your application easier.e.g. This is basically taken from default.services.yml file with certain parameters changed to provide a more friendly development environment, depending on what you are working on. This can be adjusted to suit but hopefully will give you an idea. Notice how this gives us the ability to override various parameters and services to suit. Tags: Drupal composer Scaffold Pagination Page 1 Next page ›› Subscribe to Drupal
File Managed Alter Submitted by daniel on Fri, 24/11/2023 - 01:52 This is simple utility module that enables you to increase the length of the 'uri' field used by the 'file_managed' table which is in turn used by Drupal's 'file' entity. This module increases the maximum length from varchar(255) to varchar(2048).BackgroundBy default, in Drupal there is a restriction of 255 chars on the varchar size or length of the uri field in the file_managed table. In some circumstances this is not sufficient and may result in an exception.e.g. Date Created Mon, 13/03/2023 - 00:00 Read more about File Managed Alter
Social Post X Submitted by daniel on Fri, 24/11/2023 - 01:49 Social Post X allows you to configure your site to automatically tweet to a user account without human intervention.Social Post X also integrates with the Rules module.FeaturesSocial Post X allows you to configure your site to automatically tweet to a user account without human intervention.Social Post X also integrates with the Rules module.https://www.drupal.org/project/social_post_x Date Created Mon, 30/10/2023 - 00:00 Read more about Social Post X
Search API Views Ajax Submitted by daniel on Fri, 24/11/2023 - 01:45 Search API Views Ajax faciliates updating a search view asynchronously when using an AJAX enabled view with the Search API module.FeaturesIn particular it: Date Created Tue, 19/09/2023 - 00:00 Read more about Search API Views Ajax
Migrate Process Extract Regex Submitted by daniel on Fri, 24/11/2023 - 01:35 Migrate Process Extract RegexThis module provides a Migrate process plugin to enable you to parse and extract a $needle (string) from a $haystack (string). This will either return$match[1] or the orignal $haystack if no match is found.Use CaseThis migrate_process_extract_regex module is useful where developers are handling remote images with the remote_steam_wrapper module. Sometimes remote media assets (pictures etc.) do not contain a valid query string and will fail to import. Date Created Tue, 26/09/2023 - 00:00 Read more about Migrate Process Extract Regex Migrate Process Remote Image Check Submitted by daniel on Fri, 24/11/2023 - 01:26 This module provides a Migrate process plugin to enable you to check whether a migrated remote image url/string is in fact a valid address for a media asset such as an image. It does this by requesting each image and see if it returns a valid response.If this fails, it will attempt to remove any query string to that has been appended to an image to see if removing this helps to generate a successful response.If the response is not ok, it will fallback to using an empty string so as to avoid any exceptions when trying to migrate the remote image asset. Date Created Wed, 27/09/2023 - 00:00 Read more about Migrate Process Remote Image Check Migrate Process HTML Submitted by daniel on Fri, 24/11/2023 - 01:23 This module provides a Migrate process plugin to enable you to request and extract HTML from a url or link field such as those commonly found in RSS Feeds.https://www.drupal.org/project/migrate_process_html Date Created Tue, 07/03/2023 - 00:00 Read more about Migrate Process HTML Views Ticker Type Text Submitted by daniel on Fri, 24/11/2023 - 01:00 This module provides a Views Style Plugin to enable you to use a Ticker Type Effect with any custom View when using the drupal/views module.More infohttps://www.drupal.org/project/views_ticker_type_text Date Created Wed, 01/03/2023 - 00:00 Read more about Views Ticker Type Text Style Guide Submitted by daniel on Thu, 23/11/2023 - 23:41 Style Guide Admin is a simple module that enables developers to easily create and preview a style guide for any custom Drupal theme from the admin appearance menu. This has been designed and developed to be used with any custom Drupal theme. Date Created Mon, 20/11/2023 - 00:00 Read more about Style Guide Prevent Drupal Scaffolding overriding development services when working with Drupal Submitted by daniel on Wed, 04/10/2023 - 19:00 When working on Drupal it is often useful to change your local development.services.yml to enable certain development features and make debugging your application easier.e.g. This is basically taken from default.services.yml file with certain parameters changed to provide a more friendly development environment, depending on what you are working on. This can be adjusted to suit but hopefully will give you an idea. Notice how this gives us the ability to override various parameters and services to suit. Tags: Drupal composer Scaffold
Migrate Process Remote Image Check Submitted by daniel on Fri, 24/11/2023 - 01:26 This module provides a Migrate process plugin to enable you to check whether a migrated remote image url/string is in fact a valid address for a media asset such as an image. It does this by requesting each image and see if it returns a valid response.If this fails, it will attempt to remove any query string to that has been appended to an image to see if removing this helps to generate a successful response.If the response is not ok, it will fallback to using an empty string so as to avoid any exceptions when trying to migrate the remote image asset. Date Created Wed, 27/09/2023 - 00:00 Read more about Migrate Process Remote Image Check
Migrate Process HTML Submitted by daniel on Fri, 24/11/2023 - 01:23 This module provides a Migrate process plugin to enable you to request and extract HTML from a url or link field such as those commonly found in RSS Feeds.https://www.drupal.org/project/migrate_process_html Date Created Tue, 07/03/2023 - 00:00 Read more about Migrate Process HTML
Views Ticker Type Text Submitted by daniel on Fri, 24/11/2023 - 01:00 This module provides a Views Style Plugin to enable you to use a Ticker Type Effect with any custom View when using the drupal/views module.More infohttps://www.drupal.org/project/views_ticker_type_text Date Created Wed, 01/03/2023 - 00:00 Read more about Views Ticker Type Text
Style Guide Submitted by daniel on Thu, 23/11/2023 - 23:41 Style Guide Admin is a simple module that enables developers to easily create and preview a style guide for any custom Drupal theme from the admin appearance menu. This has been designed and developed to be used with any custom Drupal theme. Date Created Mon, 20/11/2023 - 00:00 Read more about Style Guide
Prevent Drupal Scaffolding overriding development services when working with Drupal Submitted by daniel on Wed, 04/10/2023 - 19:00 When working on Drupal it is often useful to change your local development.services.yml to enable certain development features and make debugging your application easier.e.g. This is basically taken from default.services.yml file with certain parameters changed to provide a more friendly development environment, depending on what you are working on. This can be adjusted to suit but hopefully will give you an idea. Notice how this gives us the ability to override various parameters and services to suit. Tags: Drupal composer Scaffold