Hi,
the author's title is missing in several places, f.e. in the following files, thus missing in the FE (and also BE). Just search for {author.name} to get more occurrences like RSS, comment added...
|
$linkText = $this->renderChildren() ?? $author->getName(); |
|
$linkText = $this->renderChildren() ?? $author->getName(); |
|
<span class="postmetagroup__listtext" data-prefix="{f:translate(key:'meta.authors.author')}"><f:render section="ProfileLink" arguments="{author: author}" contentAs="content">{author.name}</f:render></span> |
The last two are best fixed with
{f:if(condition: author.title, then: '{author.title} ')}{author.name}
BTW, the author's title is however considered here:
|
<f:if condition="{author.title} || {author.location}"> |
Versions
TYPO3 13.4.24
EXT:blog 13.0.1
Hi,
the author's title is missing in several places, f.e. in the following files, thus missing in the FE (and also BE). Just search for {author.name} to get more occurrences like RSS, comment added...
blog/Classes/ViewHelpers/Link/AuthorViewHelper.php
Line 94 in f7b1efa
blog/Classes/ViewHelpers/Link/Be/AuthorViewHelper.php
Line 57 in f7b1efa
blog/Resources/Private/Partials/Meta/Elements/Authors.html
Line 19 in f7b1efa
blog/Resources/Private/Templates/Post/ListPostsByAuthor.html
Line 10 in f7b1efa
The last two are best fixed with
{f:if(condition: author.title, then: '{author.title} ')}{author.name}BTW, the author's title is however considered here:
blog/Resources/Private/Partials/Post/Author.html
Line 11 in f7b1efa
Versions
TYPO3 13.4.24
EXT:blog 13.0.1