Bounce

Component type

module

Maintenance status

Development status

Downloads

31425

Component created

Component changed

Summary

The Bounce module collects non-delivery reports generated by remote mail servers in response to emails sent from your Drupal site. It parses these non-delivery reports for response codes, scores those codes, and blocks further emails from being sent to email addresses that have passed a score threshold. This helps prevent your site from looking like a spam source by being a good internet citizen and respecting non-delivery responses, such as a notice that a recipient email account no longer exists.

This module is a rewrite of non-Drupal code that itself resulted from some years of experience running a few-thousand-subscriber mailing list covering the sane end of a topic that, unfortunately, tends to trigger spam filters - because there is a large and obnoxious spam-generating industry over at the other, less sane end of the pool. The default settings in Bounce are geared towards helping to maintain good long-term deliverability of mail under that sort of circumstance.

Bounce employs a modular design in which the functionality necessary to analyze and respond to non-delivery reports is split between Connector, Analyst, and Blocker components. Default, working versions of these components are provided, and developers can easily add other implementations through hooks defined in this module.

Alternatives for Drupal 8

Bounce as yet is not ported to Drupal 8. One viable alternative is Inmail.

Cross-Browser CSS

Component type

module

Maintenance status

Development status

Component created

Component changed

Cross-Browser CSS is a simple module that adds the user's OS, browser and browser's version into your body tag as classes. For example, on a Google Chrome Apple user, the result will be:

<body class="apple chrome chrome17">

So you can easily do your CSS like this:

body.apple.chrome17 #block-block-2 {
  background-color: red;
}

And on a Internet Explorer 6 Windows user, the result will be:

<body class="windows ie ie6">

Dipity

Component type

module

Maintenance status

Development status

Component created

Component changed

Dipity is a free digital timeline website. Our mission is to organize the web's content by date and time. Users can create, share, embed and collaborate on interactive, visually engaging timelines that integrate video, audio, images, text, links, social media, location and timestamps.

This module provides a views style plugin to display arbitrary data in a Dipity timeline.

Flag Cool Note

Component type

module

Maintenance status

Development status

Downloads

4013

Component created

Component changed

NOTE: Flag 3.x branch supports entity, but the fields added using manage fields are shown only when flagging content and not when un-flagging content. If you don't want to ask for data when user is un-flagging content, you mostly do not need this module. But using this module will save your few extra tables for each field you create in flag entity :) .

Search Thai

Component type

module

Categories

Maintenance status

Development status

Downloads

1502

Component created

Component changed

Integrates simple Thai handling with Drupal core search module.

การตั้งค่า

สำหรับ Drupal 7 เท่านั้น (ณ เวลานี้) คุณมี 2 ทางเลือก โดยใช้ Drush หรือ Drupal UI

Drush commands

  1. drush en search_thai -y
  2. drush search-reindex -y
  3. drush cron

Drupal UI

เปิดใช้งานเหมือน module ทั่วไป แล้วก็ ...

  1. ไปที่หน้าตั้งค่าการค้นหา /admin/config/search/settings
  2. ถ้าต้องการเปลี่ยน จำนวนตัวอักษรที่จะอินเด็กซ์ ก็ระบุที่นั่น ค่า default คือ 3
  3. ถ้า Simple Thai handling ยังไม่ได้ติ๊กไว้ ก็ติ๊กซะตรงนั้น
  4. Re-index เว็บไซต์ของคุณ
  5. รัน cron จนกว่าจะครบ 100%

ขัดข้องสงสัย?

Hide Admin

Component type

module

Maintenance status

Development status

Component created

Component changed

Hiding admin user (user 1) from any other user. Works by substituting user 1 with user 0 when loaded by request of any user who is not user 1. Effectively that means other users can not see or do anything to user 1.

Webform Encrypted Components

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This provides a singular encrypted textfield webform component.

This is based of code we used to "Hack" this functionality into WebForm 6.x-2.x and was updated to integrate into the WebForms extendable component framework that was introduced with WebForm 6.x-3.x.

Unlike Webform Encrypt, this module only handles a singular textfield but it integrates cleanly with all of the features required by the WebForm module and (AFAIK) is issue free.

Wysiwyg Exclude Field

Component type

module

Maintenance status

Development status

Downloads

2395

Component created

Component changed

Wysiwyg exclude field adds control option on textarea's field type to
allow administrators to choose if the wysiwyg editor should appears on form.

With wysiwyg module, the only way you have to define a textarea's field to be
loaded without wysiwyg editor is to create a new text format which will
have no editor selected.
This module fill in this lack by providing an option to unload wysiwyg editor on
a selected field.

Installation

-------------------