Dependencies

Installation

The Hover Card module is very similar to other Drupal modules which require Libraries Module to use for the 3rd party code integration. Hence, for installation of the Hover Card module please follow the below-mentioned steps:

  1. Install as usual, see https://www.drupal.org/documentation/install/modules-themes/modules-7 for further information.
  2. Download and install the Libraries Module - 2.x and after the libraries module installation create a new folder called libraries under your sites/all/ folder. (Creating this folder will help us to locate our 3rd party code integration.)
  3. Download the compressed version of jQuery Hovercard Plugin and extract the files into sites/all/libraries/hover_card/
  4. Now, in your sites/all/modules/contrib/ directory download the Hover Card module.
  5. Enable the Hover Card module.

Configuration

  • After enabling it please check your admin/reports/status where there should a new option showing Hover Card Plugin - v1.0 installed with a success (Green) status.
  • Clear site cache, if required!
  • There is configuration link for this which you can access at admin/config/people/hover-card. When enabled and configured properly, this module will display the hover card to the user links with 'username' as class to their anchor tags. To disable the hover card from user links, disable the module and clear caches.