notifications_team (webflo)
Component type
Maintenance status
Development status
Component created
Component changed
Team Notifications development sandbox.
Team Notifications development sandbox.
This module displays Drupal's messages and Watchdog entries as a little alert at the bottom corner.
Every message sent by drupal_set_message() will be converted to a dialog alert, using jQuery Msg Alert plugin.
Watchdog entries can be displayed as status alerts and you can configure the type and severity of notification you want to receive as alert. You also can configure the time interval between then and they will reorganize themselves to be always near each other.
Add possibility to log into a syslog-ng server
Adds support for views preprocessors.
A module with the name myModule can implement a preprocessor for a view called myView by implementing the following preprocessor (note the double underscore):
IP Ranges is a module that let's you completely ban both single IP-addresses as well as
full ranges from your site. The ban is triggered already at the early bootstrap phase, so you
can get rid of unwanted visitors as early as possible without wasting server resources.
You can also define whitelists that override blacklists, both single and ranged.
The UI is similar to core ip-ban, so you will feel like home immediately.
Just enable the module as usual.
Provide CRUD resources for all known entities on a drupal site.
Field Denied Access provide ability to deny fields access so no one can't change their values by using user interface.
For instance, if we add new field for storing user balance data (field_user_balance) and want to protect this field from changing it's value by using UI, we should deny access to this field. In this case, submit form will never appear.
This module allow you add an image field to user, and show it on user register form, after user register an account, this module will use the fid that upload by image field as user picture's fid.
1, Add a image field to user, for example "field_user_avatar"
2,config this field,and make it show on user register form.
3,install this module, navigate to "admin/config/people/user_picture_field", here you can config the "Machine name of source field that used as user picture"
Image menu module with native menu system integration
drupal 7 version comes as soon as posible
It provides a new field "VAT number" field for general use.
Main use is for customer profiles and store profile in Drupal Commerce combined with the Commerce EU VAT module.