Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Oneshare

One share module implements AddThis for sharing content.

Login Activity

This module logs user login activity for every user on a Drupal installation. This can be used to provide important user information about when and from where their user account was used to login to the website. If a user notices unusual activity, the user might take required action to protect the account from getting compromised.

The module logs the following information about a login activity;

  • User's UID.
  • $_SERVER['HOST_USER_AGENT'] string.
  • IP address of the host being used for the login activity.
  • UNIX timestamp.

Further, it also provides a report page at admin/reports/login_activity where login activity related information of all the users is displayed in the form of a report.

Sassy Substitutions

Sassy - Possessing the attitude of someone endowed with an ungodly amount of cool.

About this module

Sassy substitutions is a submodule for Sassy which adds a token & pattern replacement system to the Sassy compiler.

About Syntactically Awesome Stylesheets (SASS)

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

You can find out more at http://sass-lang.com.

Key features of this module

  • Allows a module or themes to define patterns or tokens to search for in a SASS / SCSS file and provide a replacement for any matches against that pattern / token automatically.
  • Tokens cover 90% of use cases, allowing you to write something like @token('background-color', '#fff') in your SASS / SCSS stylesheet and have it replaced by a PHP callback that could potentially fetch the value from a theme setting or user profile field while defaulting to #fff if the return value is NULL.

Sassy

About this module

Sassy (adj.): Possessing the attitude of someone endowed with an ungodly amount of cool.

This module automatically compiles SASS / SCSS files on your Drupal website. It makes it really easy for you to leverage the power of the advanced CSS syntax that is SASS without you having to worry about parsing or caching of your .scss or .sass stylesheets. The module also includes support for Compass, Bootstrap, and Foundation.

Introductory slides

A quick introduction to SCSS AND SASS

An introduction the SASS language, it's features, and a few useful extensions. Designed to be given as a spoken presentation, but serves well as a primer on SASS.

Making Drupal Sassy - an overview of Sassy, Prepro, and PHPSass (PDF)

Pages

Subscribe with RSS Subscribe to RSS - Integrations