ContactFormAdd

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a quick little module that will add a checkbox to the Drupal contact form. This checkbox will give the user the option to request to be added to the mailing list or not. It is off by default. If checked the recipient will see this field marked as 1 and be able to manually add this user to any mailing list the site uses.

Twitter Tags

Component type

module

Maintenance status

Development status

Downloads

1814

Component created

Component changed

The Twitter Tags module provides additional functionality to the Twitter module by parsing and saving hashtag data for Tweets as they're saved. The module is integrated with Views, so site builders can create lists of Tweets filtered by one or more tags. Also if the site is using the core Taxonomy module, taxonomy term data may be related to the Tweets for additional functionality.

IFrame Remove Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

5366

Component created

Component changed

IFrames are great old way to embed content of another site to yours. This also make it a good way to start a cross-site attack.

It's both good and bad thing to let your site users to add iframe in their contents. On one hand, if a users is doing "Full HTML" in their content, they would certainly want to embed iframe (YouTube, Google Maps). But if one of your users is naughty, or if your site is somehow hacked, they would want to sneak malicious iframe attack in, too.

Can we remove all the iframe(s), except the ones we trust?

That's what this module does.

JSON Escaped String

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal uses php's json_encode() to convert php arrays and objects into javascript's object literal syntax. The JSON specification however is much more narrow than the full breadth of object literals; in particular, values are more or less limited to strings and numbers. This disallows expressions, anonymous functions, and even variable references.

This module provides a method to unquote values sent to Drupal.settings! To use simply do something like this:

Entity Bundle Admin

Component type

module

Maintenance status

Development status

Downloads

2566

Component created

Component changed

This is a small module that provides the functions and core interaction necessary to provide a simple read-only admin UI for a custom entity type's bundles.

The use case for this is that your entity type's different bundles are only defined in code, possibly across several modules, but you need an admin UI for Field UI's 'Manage fields' tabs to hang off.

If you want your bundles themselves to be editable and creatable in the UI, you should use Entity API to create bundles as entities (in the manner of profile2_type entities being the bundles of the profile2 entity).

Menu Marker

Component type

module

Categories

Maintenance status

Development status

Downloads

624

Component created

Component changed

Have you ever felt the need to mark the menu link as "New" or "Updated"? If yes, then this module is for you! I recently had the requirement where we added a new section to the website and wanted to add "New" marker to the menu link, so this module.

The module ships with two pre-defined popular markers (i.e New, Updated). However, it allows you to add any custom marker too.

Feeds GCal

Component type

module

Maintenance status

Development status

Component created

Component changed

Google Calendar importer for Feeds module. Although usually you can import single iCal feeds from Google Calendar, user's united feeds seem to be only available through Google API. Actually, that was the reason for developing the module/plugin.

Dependencies: