segmentio

Component type

module

Maintenance status

Development status

Downloads

1684

Component created

Component changed

Overview
segmentio for Drupal is the easiest way to integrate segmentio analytics into your Drupal site.

By installing segmentio's Drupal plugin you can add any analytics service to your site without touching any code.

segmentio lets you send your analytics data to Google Analytics, Mixpanel, KISSmetrics, Chartbeat, and more... without having to integrate with each and every one, saving you time.

Once you're setup, you can swap and add new analytics services with the click of a button!

Services API Key Authentication

Component type

module

Maintenance status

Development status

Downloads

20594

Component created

Component changed

A Services authentication provider that adds API-key access to an endpoint. Allows user selection for performing endpoint tasks.

1) Configure a user role:
URL: admin/structure/services/api_key_settings
Use this page to configure which user role should be used to display available users in the authentication configuration screen for an endpoint

Openid go button

Component type

module

Maintenance status

Development status

Component created

Component changed

Ultra simple module to show a button in a block that you can use to make easy for user to go to his wordpress site.
Instructions:

  • Enable.
  • Go to blocks and enable block and put "open id go button" in your desired region.
  • Go to block settings, and Insert external wordpress site url, and wanted text for the button.
  • Restrict the block display to user profile page only (You can do it as it's recommended in https://drupal.org/node/134433 )

Migrate Images and Styles

Component type

module

Maintenance status

Development status

Component created

Component changed

This module helps you to upgrade your images and imagecache presets to D7 image styles.

Instructions:
a) Download the module.
b) Unzip into your sites/all/modules directory.
c) Enable the module (it's called Imagecache Migrate).
d) Edit the module.install file. Change the number on the update function from migrate_styles_update_7000 to migrate_styles_update_7001.
e) Run your update.php script.
f) Disable the module.

Client-side Timezone Rewrite

Component type

module

Maintenance status

Development status

Downloads

654

Component created

Component changed

This module attempts to adjust all dates displayed to end-users in their current timezone without a user having to be authenticated with their user timezone preferences configured.

It does this by checking for RDF metadata in the DOM and running the associated date/time through the JavaScript Date object (which is aware of the user's current timezone), then rewriting the date according to the format specified for the date display.