UofS-Pulse-Binfo / rawphenotypes

A Tripal module for storing raw phenotypic data. Specifically meant to help researchers contribute raw data, visualize summaries and download for further analysis.
2 stars 2 forks source link

Issue #36 create a function to fetch support email address #38

Closed reynoldtan closed 6 years ago

reynoldtan commented 6 years ago

This function will fetch support email address. Email address can be altered using hook_alter implementation.

To test:

  1. Update kp_nodes module that includes a hook_alter().
  2. Use the the format $support_email = command#value to provide support email address. $support_email = 'username#Drupal user name';
    • By username, Indicate a Drupal user name (from Drupal users table). $support_email = 'emailadd#your@emailaddress.com';
    • By directly providing an email address. $support_email = 'userdino#Integer, Id number';
    • By user id number, provide a uid number (integer value) of user in Drupal users table

Support email will be shown in Rawphenotypes Block and Need Help? panel of Upload page. NOTE: - also shown the video demonstrations page of clone.

laceysanderson commented 6 years ago

Looks good and works as expected 😀 🎉