Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Last active January 15, 2021 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yusufhm/7c2eae303a34aee5ac78d5a1d96852c8 to your computer and use it in GitHub Desktop.
Save yusufhm/7c2eae303a34aee5ac78d5a1d96852c8 to your computer and use it in GitHub Desktop.
drupal.org module descriptions
<h3>Overview</h3>
Easily allow anonymous users to post content to your website by adding this field to any entity type. The most typical use-case of this module and the reason why it was initially created is for allowing the creation of forums by unauthenticated users, while requesting their name and email address, and whether they'd like to get notified.
<h3>Features</h3>
<ul>
<li>
Provides an Anonymous Author field type, containing the following values:
<ul>
<li>Name</li>
<li>Email</li>
<li>Get notified</li>
</ul>
</li>
<li>
If the user requested to be notified, an email is sent upon updates of the entity or comments on it, the content of which can be modified using the provided hooks:
<ul>
<li>hook_anonymous_author_notification_alter</li>
<li>hook_anonymous_author_notification_TYPE_alter</li>
</ul>
where TYPE is one of "update" or "comment".
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment