nodebb-theme-harmony 2.2.7 → 2.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/templates/topic.tpl +3 -0
- package/package-lock.json +0 -2939
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodebb-theme-harmony",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"nbbpm": {
|
|
5
5
|
"compatibility": "^4.0.0"
|
|
6
6
|
},
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"eslint": "10.0.0",
|
|
49
|
-
"eslint-config-nodebb": "^
|
|
49
|
+
"eslint-config-nodebb": "^2.0.0"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/templates/topic.tpl
CHANGED
|
@@ -100,6 +100,9 @@
|
|
|
100
100
|
{{{ if config.theme.enableQuickReply }}}
|
|
101
101
|
<!-- IMPORT partials/topic/quickreply.tpl -->
|
|
102
102
|
{{{ end }}}
|
|
103
|
+
{{{ if !config.loggedIn }}}
|
|
104
|
+
<!-- IMPORT partials/topic/guest-cta.tpl -->
|
|
105
|
+
{{{ end }}}
|
|
103
106
|
</div>
|
|
104
107
|
<div class="d-flex d-none d-lg-block flex-grow-1 mt-2">
|
|
105
108
|
<div class="sticky-top" style="{{{ if config.theme.topicSidebarTools }}}top:2rem;{{{ else }}}top:6rem; {{{ end }}} z-index:1;">
|