How to add custom value like author name to Title?
Unsolved
Technical Support
-
Hello!
We have a settings to custumize title layout in this page
/settings/general
and we can use value{pageTitle}
or{browserTitle}
to generate title, but It's possible use other value from api, like category name or author username for create title?I mean something like this:
3.0.0 Upgrade Support Thread | NodeBB Community | @baris
-
Not exactly what you want but one would be to use
filter:topic.build
hook and set the title totemplateData.title = `${templateData.title} | @${templateData.mainPost.user.username}`
Haven't tested it but it would look like
3.0.0 Upgrade Support Thread | @baris | NodeBB Community
Copyright © 2024 NodeBB | Contributors