Maintainers are looking for help reviewing issues.

Organic Groups create permissions

Per node type create permissions for Drupal 7 Organic Group content

Simple Facebook Wall Post

Example of a simple wall post

Note:

Facebook now provides a stand alone send button, which does something similar to this module. This module posts Drupal content to a wall, but the stand alone send button sends a page to a friend or a group.

Overview

Sometimes you just want to post to a Facebook wall, without having to go through the hassle of building a Facebook app for such a simple use case. The solution is easy:

  1. Enable this module
  2. Print the Facebook post form
  3. Pass your message data into the post form

Everywhere you print this module's post form, a little share button will appear. When clicked, a modal dialog will overlay the screen (styled to look like a Facebook dialog) prompting the user to login to Facebook (if they are already logged in, then they can go immediately to posting).

Features

  • Post anything: messages, images, links, and actions
  • Handles Facebook login and authentication
  • Requires only the application ID (no API key, secret key, or extended permissions)
  • Uses the new Graph API and JavaScript SDK (most FB modules for Drupal use the deprecated API)
  • Minimizes the number of pop up windows (only 1 for authentication)

Realname registration

Realname registration

Project summary

Create usernames based on a persons real name and save those values as user fields.

Tommy Lee Jones → TLJones

The Realname registration module is a solution for forcing professional usernames that are based on a persons real name. The Username on the registration form is replaced with First name, Middle name (optional), and Last name fields created and provided by the site builder. The first name, middle name, and last name are preserved in the defined fields, where it is later tokenized for further use.

Module features

Configurations
  • Use your pre-existing first, middle and last name fields
  • A choice of username format
  • Force the first letter of last name, middle name, and first name to be capitalized.
  • Force the actual username to be lower case. (This has no effect on the first, middle, and last name field values)
  • Use regex to validate real names
Integrations
  • Profile2 integration (7.x-2.x)
  • Content profile integration (6.x-2.x)
Tokens
Realname registration provides the following tokens;
  • First name & first initial
  • Middle name & middle initial

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)