Navbar Add Content
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Adds 'Add Content' submenu to Navbar under the Content menu item, like Admin Menu.
Adds 'Add Content' submenu to Navbar under the Content menu item, like Admin Menu.
The Duplicate file fixer module for Drupal 6 finds and, optionally, fixes duplicate file entries on your Drupal database.
This module provides interface for cleaning inline styles from text fields.
Key features:
Use cases:
Reduce amount of clicking when creating multiple translation jobs.
This adds an express checkout form that is automatically presented when 2 or more translation jobs need to be checked out. The form allows a single name and translator selection to be used for a set of jobs that translate the same documents into different languages.
The form can be skipped to proceed to the standard form-per-job checkout.
This module requires TMGMT module to be installed.
School Management System
This project is for you if you want to programmatically run specific rules at a predefined time and / or interval. This is done by providing a new rules reaction event. When applied, the rule will be available as a new cron job for ultimate cron.
Using ultimate cron you can then set the desired time and or interval as usual.
This module adds settings allowing you to exclude specific types, severity levels and ip addresses from being logged to the database.
It does this by overriding the HOOK_watchdog function in the dblog module and implementing its own.
settings are with the other logging settings at: admin/config/development/logging
After implementing this module, I came across one that does virtually the same (though it doesn't seem to filter IP).
Watchdog Filtering
The module gives you statistic of user registrations.
This module leverages the IP blocking feature in Drupal core. Automatically blocks and unblocks user IP address if too many incorrect login attempt were made. If N number of failed_login_attempt_ip events were reported in flood table within some interval then IP address will be added to blocked_ips list for configured interval. Unblocking will happen on cron run when blocking time elapse.