Enable

To get the presentation widget and the associated .html pages, you must of course activate the plugin.

An author description box is added to the profile page of each user (via the Users menu).

Advanced options

URL prefixes
You can indicate the prefix that will be used to access the page public of the author (by default, the URL author will be prefixed with author) and for the public page grouping all the authors (by default, the URL authors will have as prefix authors).
List Options
List only standard post authors: when this option is checked, only posts are considered (not pages, related pages, muppet posts or the like).
Alphabetical sorting only occurs on the list of authors (widget and page grouping all authors). It is carried out in order of preference (if empty, we go to the next): Nickname -> First name -> Last name.

Tips

The widget displays, by default, the link to the list of authors. Not to not display it, add at the end of the theme css file the following code: #sidebar .listauthors {display:none;}

To link the name/nickname of the author to their author page.
In <p class="post-info">...</p> replace {{tpl:EntryAuthorLink}} by <a href="{{tpl:AuthorPostsURL}}">{{tpl:EntryAuthorCommonName}}</a>