User Info Widget

Drupal's contrib module that provides a simple user information widget with an option to specify Drupal menu as a dropdown.

Introduction

This module provides a simple user information widget as a block with an option to specify menu as a dropdown.

Installation

Module can be installed as any other Drupal module. Read more on how to install a drupal module on drupal.org

Configuration

Configuring module settings.

  • Goto admin /config/content/user_info_widget_settings.
  • Specify user profile picture field machine name.
  • Upload default image to the user field.
  • Select the menu to attach as a dropdown
  • Specify whether to show username in the dropdown menu or not.
  • Save the configurations.

Adding block to the region.

  • Goto admin/structure/block.
  • Place the block called User Info Widget in your desired region.
  • You can specify block restrictions and hide/show block labels as you would do on any block settings.
  • Save blocks.
  • Go to front page and clear the cache.

Dependencies

User Info Widget is dependent on a contrib module Simplify Menu.