Automated copyright

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

Simple copyright provides a block with an automated copyright statement. i.e. © 2001-2016 drupal.org All Rights Reserved
The end year(currect year) will change automatically to the current year. No need to change this each year!
Given a start year, the currect year will automatically append to it with a dash(-) in between.
When the start year and the current year are the same, only the current year will be displayed

hapity

Component type

module

Categories

Maintenance status

Development status

Downloads

122

Component created

Component changed

This module allows you to auto post your Hapity broadcasts to your drupal website and theme them as you like.

twig compress

Component type

module

Categories

Maintenance status

Development status

Downloads

101

Component created

Component changed

Adds the htmlcompress tag to twig.

  <body{{ attributes }}>
    {% htmlcompress %}
    {{ page_top }}
    {{ page }}
    {{ page_bottom }}
    {% endhtmlcompress %}
    <js-bottom-placeholder token="{{ placeholder_token|raw }}">
  </body>

Admin Denied

Component type

module

Maintenance status

Development status

Downloads

663

Component created

Component changed

It's so easy to work on Drupal as user 1, but bad practice as you might miss any permissions problems that could occur for other users.

To make matters worse, the user 1 account often has the default username of admin, making the task of brute-forcing access twice as easy for any malicious attackers.

Date Restrictions MinMax Weekdays

Component type

module

Categories

Maintenance status

Development status

Downloads

90

Component created

Component changed

Date Restrctions Min/Max Weekdays is a lightweight plugin for date restrictions. This adds restriction type for min/max on date restrictions.

Relative date: Weekdays type support restrict date by weekdays. This type calculate mininum or maximum date for only selected weekdays.

Dependencies:

OnePass

Component type

module

Maintenance status

Development status

Downloads

440

Component created

Component changed

About 1Pass

1pass.me platform with Drupal integration.
1Pass is a platform for single-article sales.

When 1Pass users see an article for sale behind the 1Pass button on a participating
web site, they click it and the article appears. 1Pass takes care of all the
accounting behind the scenes.

Deactivate User

Component type

module

Maintenance status

Development status

Downloads

655

Component created

Component changed

Deactivate User module set the user status to inactive when the configured conditions are matched. These conditions are been configured by the administrator.

Administrator can set the following conditions:

Link Plain Text Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

260

Component created

Component changed

The contributed module Link allows a Drupal 7 site builder to display a link in plain text. The text displayed is the link's title when there is one, or the link's URL if there is none.

Since Link was included in core in Drupal 8, it's no longer possible to display the link's title as plain text. You can however display the link's URL as plain text. This is where Link Plain Text Formatter comes in, it provides an extra Link Formatter with the behaviour outlined above.