You can edit the global footer from ACP>Extend>Widgets
0_1450440782070_upload-6a03f414-7666-4a8a-b1c9-2438fe719792
The navigation routes provided by third-party plugins do not seem to have a corresponding browser Title Layout
. I am experiencing this problem with both the nodebb-plugin-question-and-answer
and nodebb-plugin-ns-awards
plugins. I am using the Lavender
theme in NodeBB v1.4.4
, so not sure if the problem is a theme or core issue.
Correct "home" route display:
Missing information to the Awards route:
ACP > General > Navigation
:
Is anyone else experiencing this? I am unsure when this problem began exhibiting this behavior.
Thank you.
@rod the problem is with the plugins and not with the theme or core. The plugin needs to send the title as part of the API for the route.
Core doesn't use text from navigation for browser title.
@pichalite I understand now. I will open issues with the module developers. Thank you.