YaBB Migrate

Component type

module

Maintenance status

Development status

Component created

Component changed

This module performs a one-way migration of YaBB 2.5 boards, users, topics,
polls and PMs into Drupal 7 Forum/Poll/Private Messages.

Xtools For Drupal Core

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Note: As of 15-01-2014, this module appears to no longer be supported. If you are interested in taking this module over, please reply to the issue.

Singleflag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module makes a flag only usable on one node (for each user). Think of having a node flagged as a "default."

I originally wrote the module because there are so many good modules that use the Flag module's API, and I needed a way for users to "set a default research point."

The module may not be production-ready, so please look over the code before implementing it.

Flag BulkForm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module builds a form for toggling flags on nodes in bulk.

This code is probably not production-ready, so use with caution. I'm posting the code because maybe the ideas/code within will help others with similar needs.

Note: I'm posting this project long after I wrote the code, which is provided mainly for reference purposes. I've undoubtedly learned better ways to do things in Drupal/PHP since writing this code, but I do not intend to update/modify this code unless I have specific requests to do so.

Entity view mode preview

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple module that can help you see how your entities will be rendered in different view modes.

It adds an extra tab to view pages of supported entities: 'View modes' that show how that entity is rendered in different view modes.

Security warning

Only a simple, global, access check is performed to view the entities, so this module may expose sensitive data to people you don't want to, if you configure this module incorrectly.

Supported entities

  • Nodes
  • Taxonomy terms
  • Users

Webform External

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Please note: This project i no longer being maintained. I no longer work with Drupal, so this project won't be updated any longer. If anyone wants to fork it and take over, please feel free. If you do, email me and I'll link this project to yours.

The Webform External module allows users of webform to store the data for specific webforms in an external datasource that is defined in the settings.php file.

Services API

Component type

module

Maintenance status

Development status

Downloads

905

Component created

Component changed

At Fanlala.com we are working with a contractor to develop a mobile app to work with the site. We are using Services to provide and API for the mobile app to connect to the backend of the site. We needed to provide the developer with documentation of the API. Since the service may change we decided to write a module to provide the API documentation.