Disable HTML5 validation

Component type

module

Maintenance status

Development status

Downloads

2095

Component created

Component changed

Drupal's own form validation is way more flexible and accessible than the HTML5 validation your browser performs. Unfortunately, HTML5 validation is performed before Drupal validation, so Drupal validation never happens. This module disables browser validation in all your forms by adding the novalidate attribute to the form tag. Learn more why HTML5 validation is bad here: https://www.drupal.org/node/1797438

Hopefully, once this issue is resolved, this module isn't needed any more.

Role Based Theme Switcher

Component type

module

Categories

Maintenance status

Development status

Downloads

414

Component created

Component changed

Role Based Theme Switcher
===================

Role Based Theme Switcher module help users to set the theme for different Roles.

Configuration:
--------------
Role Based Theme Switcher module have configuration setting page

Configuration page path: /admin/structure/role_based_theme_switcher/settings

menu_markup

Component type

module

Maintenance status

Development status

Downloads

826

Component created

Component changed

menu_markup

By default, Drupal 8 will not accept HTML markup as part of a menu title. This module allows you to configure markup to be shown along with specific menu titles (including submenu items). This can be very handy if you want to show a glyphicon from Bootstrap or an icon from FontAwesome, etc. in front of your menu titles.

Additionally, this module has functionality that will easily allow you to put Bootstrap-style "badges" next to your menu items, representing node counts (e.h. "Articles (30)", etc.).

Plug Block

Component type

module

Maintenance status

Development status

Downloads

308

Component created

Component changed

Overview
--------------------------
Get the Block API plugin system for Drupal 8 in your Drupal 7 developments.

Using this module, developers will be able to create block in a similar
way as in D8.

Installation
--------------------------
1. Copy the entire plug_block directory the Drupal sites/all/modules
directory or use Drush.
2. Login as an administrator. Enable the module on the Modules page.

Use Drush command: drush en plug_block