Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

Vuetable

Component type

module

Maintenance status

Development status

Downloads

105

Component created

Component changed

This module provides a render element for Vuetable 2 that is a Vue.js component.

You can use this render element to add a Vuetalbe 2 component into a form or page, wherever a render array can be used, just like other render elements.

Here is the example codes:

Validate Address Module Example for SmartyStreetsAPI

Component type

module

Categories

Maintenance status

Development status

Downloads

4

Component created

Component changed

Validate Address

This module was created in order to test/use the service in the SmartyStreetsAPI module.

There should be a form link called "ValidateAddress testing form" under the development configuration area to use for testing.

The main Smarty Streets API Integration project that this uses is found here
https://www.drupal.org/project/smartystreetsapi

Simple Comment eMail Notification

Component type

module

Maintenance status

Development status

Downloads

35

Component created

Component changed

Sends a simple notification eMail to the site administrator, if an new comment has been created on the website. Also the eMail sending will be logged and can be checked at /admin/reports/dblog.

The eMail contains the link to un-approved comments and the approved comments on the website. This module does not have any user interface and own configuration options. It is designed to be simple and fit into small business purpose.

If you need more functionality: This module's codebase is minimal and you can use it as an example for your own module.

Custom JS Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an example module which shows the implementation of integration of your Javascript files (JS, JSx, etc.)

All you need to do is edit the my.js file and add your javascript code.

If you want to add more js files, keep adding them in the same location of my.js and add it in the js_block.libraries.yml file.

And you're all ready to enjoy your custom JS script on your drupal site without any hassle.