Maintainers strive to actively monitor issues and respond in a timely manner.

IP Subscription

IP Subscription

Grant anonymous and authenticated users access to content, based on the users IP address.

Version 2 includes Google Analytics integration which requires:

Token
Google Analytics
Google Analytics Reports

NOTE: these modules have their own dependencies. Also the latest stable releases may be quite old, in which case the -dev release is recommended.

Configuring Google Analytics

Custom variables

Slot: 1
Name: ip_sub
Value: [ip_subscription_uid]
Scope: Session

Also file extensions to track may need to be extended.

Anonymous user roles

The key to granting user roles to anonymous users is the permissions cache - this is a cache mapping user ids to permissions. The issue is that we need multiple anonymous users to have individual permissions. So we need to prevent these from being cached.

This can be achieved by modifying the appropriate call to user_access().

--- return user_access($string, $account);
+++ return user_access($string, $account, true);

The 'true' argument resets the cache.

Overhaul

This module allows one to customize the output of theme functions and templates using the user interface.

Drupal Ladder

Drupal Ladder Logo

This is the home of the Drupal Ladder install profile and the center of DrupalLadder project communications.

The latest news: DrupalLadder 2.0 to build on early success

DrupalLadder has had quite a bit of success since 2012. A large percentage of the Drupal community today fondly remembers getting a leg up from the Drupal Ladder. Many contributors to core got their start following the Drupal Core Ladder.

Domain Blocks All

Domain Blocks All creates a bulk block management form on the Domain Access admin page to easily enable multiple blocks to multiple domains.

User Priority Ranking

This module is under development. This module will not do anything out of the box. You will need to configure multiple settings and views to get this to function the way you want it to. To help, I have added a test example feature module.

Here is the goals:

  1. You are on a page listing content as a view(ie 'requested datasets'). Each content has a flag link.
  2. User clicks the link to flag the content. Page reloads. On the sidebar a draggableview block shows up.
  3. User flags 2 more items. Now there is a draggableview with 3 items. User can drag the items up and down
  4. Based on the order the user ranks the items the main view order changes.

Dependencies:
Flag - 2.x
Flag Limit - 1.0-alpha1
Draggableviews - 2.x
and their dependencies

Patch Flag Limit module - #1451536

Need to apply this patch to flag module #1596492: Flag database data not cleaned up on comment & node delete Patch #9. Without this the flag limit module will include deleted nodes and may produce undesired results.

For the example module you will need the additional modules:
Features - 7.x-1.0-rc3
Node Export - 7.x-3.0-rc3+

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained