Scrpr Block

Component type

module

Maintenance status

Development status

Downloads

13

Component created

Component changed

What is Scrpr Block?

Scrpr Block provides configurable blocks with a link. The link text is scraped from the content to which the URL points.

This is useful if you want to link to a site that updates it's content regularly, but does not provide a feed. The content of the link text is retrieved from the URL and selected by the configured CSS selector. If no selector is provided the title element is selected by default.

Forms Steps

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Forms Steps provides an UI to create forms workflows using forms modes. It creates quick and configurable multisteps forms.
This module is currently still in alpha but is highly maintained and gives a nice overview of what can be done with that new forms modes feature integrated in Drupal8.

This project is born in top of a real business case. The core of that module is in use and all new features will be integrated.

Comment approver

Component type

module

Maintenance status

Development status

Component created

Component changed

INTRODUCTION
-------------
On a busy website where administrator and moderators deal with high volume of comments, to moderate each and every comment could be a daunting task. Sometimes admins skip comment moderation but that could lead to high amount of spam, to address that need this module was built. The idea behind the module is for system to run some tests like profanity, sentiment analysis and for comment to be automatically published / unpublished as per the rules configured.

INSTALLATION
------------

Welcome mail

Component type

module

Maintenance status

Development status

Downloads

6

Component created

Component changed

This module allows you to send a welcome mail after x amount of time to new users.

This is often used if you are running a service and want to check in on how people are doing after a while, and if they have any questions or improvements.

This module is what sends out the welcome mails at Violinist.io, which is why it was developed initially.

Access Arguments List

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module to make developer's life easier, it adds the "access argument" parameter to each permission row in admin permissions page ( admin/people/permissions ).

So, developer can copy and use it in custom modules hooks and functions e.g. hook_menu() and user_access().

Example to use in hook_menu():