in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.

Home Page:https://www.in2code.de/agentur/typo3-extensions/publications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlighting authors seems to no longer work with Typo3 11.

karliwalti opened this issue · comments

issue

the author filter permitted to highlight the search authors, this seems to no longer work.

desired behavior

bold author names who was filtered for

reproduce

  1. select an author in the backend filter tab
  2. enable the checkbox for highlighting authors in same tab
  3. select citestyle9 (Vancouver for web), others might have same issue...
  4. inspect frontend

relevant code

<f:then><publications:format.highlightAuthor author="{author}" before="<b>" after="</b>" searchterms="{filter.author}" >{author.lastName}&nbsp;<publications:format.initials glue='' suffix='' >{author.firstName}</publications:format.initials></publications:format.highlightAuthor></f:then>

commented

might be, that the connected viewhelper function does not work anymore?