Spaces

Component type

module

Categories

Maintenance status

Development status

Downloads

169066

Component created

Component changed

Spaces 3.x

Spaces is an API module intended to make configuration options generally avaliable only at the sitewide level to be configurable and overridden by individual "spaces" on a Drupal site. It has been described as:

  • A way to make one Drupal site act like several sites
  • A way to provide much more configurable, full-feature Organic Groups or user homepages
  • A generalized API for contextual configuration

Requirements & compatibility

Use of spaces requires

Simplenews Scheduler

Component type

module

Categories

Maintenance status

Development status

Downloads

27114

Component created

Component changed

Simplenews Scheduler sends a newsletter as a re-occurring item based on a schedule.

It does so by creating a new edition (rendered copy as HTML Format) of a node at the time that it required to be sent again. The editions have an extra tab (for those with permissions) for viewing all editions as well as the original newsletter they are generated from. The original newsletter is never sent but all editions are according to a pre-defined schedule which is triggered via cron and can be defined when you create or edit a simplenews node. Current options for sending are by day, week, and month.

Works great with Insert View to place the content of a view into a newsletter. (eg: [view:recent_articles=20])

An early Drupal 8 port is available. The Drupal 7 release is considered stable. It is recommended to use simplenews 6.x-2.x branch along with the 6.x-2.x release of this project for sending scheduled newsletters.

Role help

Component type

module

Categories

Maintenance status

Development status

Downloads

4046

Component created

Component changed

The Role Help module allows a site administrator (with the 'administer access control' permission) to set a summary and help text for each role.

The role help text may be shown to users on a site help page. This works in the same way as the filter tips page: only the role descriptions a user has access to are shown.

The summaries are shown in the role admin page and in forms that show role checkboxes. If you have Role delegation installed, the delegation form shows these too.

Better Select

Component type

module

Categories

Maintenance status

Development status

Downloads

16528

Component created

Component changed

Multiselect HTML select elements are hard for users. Selecting more than one requires Ctrl+clicking (or Cmd+clicking on Mac), and explaining this to users who sometimes have trouble even clicking the mouse at all is no one's idea of fun.

Better Select module overrides all multiselect HTML elements in Drupal and replaces them with checkboxes, in an auto-scrolling div so they don't take up much room on the page.

The first beta was released for Drupal 5.x and 6.x.

Drupal 6.x and 7.x are currently supported.

pgapi - Payment Gateway API

Component type

module

Maintenance status

Development status

Downloads

7278

Component created

Component changed

PGAPI - was built for unification purchases (or payments) through diffirent payment gateways. Currently, it supports purchases (or payments) through
- paypal
- linkpoint
- RBK Money
- webmoney
- roboXchange
- Account balance peer drupal user payment gateway systems. It is separated project now. Check it out here

Also, simple module pg_simplepay is included in the package. This module takes payment from pgapi and allowes users to view full node content. Simplepay will be available here

IP Login

Component type

module

Maintenance status

Development status

Downloads

16348

Component created

Component changed

Automatically log in via IP address, range or wildcard.

This module allows users to login automatically via their IP (v4) address ranges or wildcards instead of having to enter a username and password - plus many other features.

News - May 2015

  • Updated 7.x-3.x version with Field API integration.
  • Better handling of IP address data.
  • Upgrade path provided to migrate from old to new IP address info.

News - May 2012

  • 2.0 is out! Thanks for the bug fixes, tweaks and love from Jim Kirkpatrick, JohnV and PeterX...
  • The 6.x-1.x branch is now deprecated. When you upgrade to 6.x-2.x (and you should, it's much better!) the IP field you added to users via core the Profile module will be auto-imported into the new ip_login_users table, so if you're not using Profile module for anything else it can safely be disabled.

Features

  • Integration with User Login page and block, with customisable text and labels
  • 'Log in by IP' block with simple auto-login link for those who don't want to use the modified User Login block.
  • Users with permission can log out and and back into another account.
  • Can be set to auto-login (or not) only on certain pages, or when custom PHP returns TRUE.
  • Optional destination address can be set when logged in by IP.
  • Lists IP-enabled users on the admin page at 'Site configuration' -> 'IP Login'.
  • IP address matching works on:
    • Normal single IPs, comma separated: 123.4.5.6 or 123.4.5.6, 234.5.6.7
    • IP ranges: 123.4.5.6-10 or 123.4-111.5.6
    • Wildcards: 123.4.5.* or 123.*.*.*
    • Any combination: 127.0.0.1, 123.4.5-66.*, 234.4-5.6-77.*
    • Coming soon: IPv6 and Subnet matching via CIDR notation.
  • Will work with external caches like Varnish when IP Login is set to auto-login only on specific paths.