Implement hook_help()

Created on 21 February 2023, almost 2 years ago
Updated 24 February 2023, over 1 year ago

Problem/Motivation

hook_help function missing in .module file

๐Ÿ“Œ Task
Status

RTBC

Version

1.5

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia shubham rathore Jaipur

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @shubham rathore
  • @shubham-rathore-0 opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia shubham rathore Jaipur

    Create MR for the issue.
    Please review.
    Thanks.

  • Status changed to Needs work almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น
    +      $output .= '<h3>' . t('About') . '</h3>';
    +      $output .= '<p>' . t('This module provide customization to Amazon Product widgets') . '</p>';
    +      $output .= '<p>' . t('This module adding amazon products to your site, with custom theming, caching, automated fetching, storing & renewal of product data.') . '</p>';
    +      return $output;
    

    In English, each sentence ends with a period. I would also avoid using & instead of and.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia rassoni Bangalore

    Rashmisoni โ†’ made their first commit to this issueโ€™s fork.

  • @rashmisoni opened merge request.
  • Status changed to Needs review almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia rassoni Bangalore

    Fixed #4 feedback in MR

  • Status changed to Needs work almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น
    +      $output .= '<p>' . t('This module provide customization to Amazon Product widgets') . '</p>';
    +      $output .= '<p>' . t('This module adding amazon products to your site, with custom theming, caching, automated fetching, storing & renewal of product data.') . '</p>';
    

    The period has been added just to a sentence.

    This module provide customization to Amazon Product widgets does not seem correct, as least because it should use for Amazon Product widgets and This module provide customizations.

    This module adding amazon products is not correct, since there is no verb after the subject. (The Present Participle is a verbal form used as noun, not as verb.) amazon is not spelled correctly.

    & is still used instead of and.

  • First commit to issue fork.
  • @adminazhar opened merge request.
  • Status changed to Needs review over 1 year ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia adminazhar

    Kindly review: merge request !9
    Updated the help texts.

  • Status changed to RTBC over 1 year ago
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    The last MR contains a better implementation.

Production build 0.71.5 2024