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).
author
)
and for the public page grouping all the authors (by default, the URL authors will have as
prefix authors
).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>