Howdy, I encountered several questions while highlighting authors in the author list. Specifically,
- To highlight the admin in the author list, I HAVE to set
highlight_superuser = true
in the params.toml file. Settinghighlight_name: true
in the author profile as indicated in the version 5.0 updates did not work. - It appears that I cannot customize the symbol of the author’s notes. According to the version 5.0 updates, an author note is rendered as a tooltip next to an author’s name. However, in my case, it was rendered as a question mark. What I really wanted was an asterisk.
Any ideas?