NodeBB v0.3.2 Released
-
This is already an option in the Categories section of the ACP under "# of Recent Replies Displayed"
That's the number of recent replies. I'm talking about the number of lines shown per recent replies. It would help to make the height of the category boxes uniform, especially when we start showing the topic titles instead of what we are showing now.
-
@planner I think what you're talking about is the
max-height
of.home .category-item .post-preview p
that's set within the theme (even the insertion of the replies is a theme-dependent script). The whole replies are within the category-box but eg. lavender crops each reply at200px
height. You'll need to change this within custom style like.home .category-item .post-preview p { max-height: 500px; }
or
none
to show the full replies. -
Awesome progress guys!
-
Thanks for the support you guys
-
got a annoying error...
got the last version.. and i get this error trying to install
npm ERR! System Linux 3.11.0-12-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "nodebb-plugin-markdown" "nodebb-plugin-mentions" "nodebb-plugin-sso-facebook" "nodebb-plugin-sso-google" "nodebb-plugin-sso-twitter" "nodebb-theme-agiletesters" "nodebb-theme-cerulean" "nodebb-theme-lavender" "nodebb-theme-vanilla" "nodebb-widget-essentials"
npm ERR! cwd /home/forum/nodebb
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code E404when i try to start:
error: [app] Encountered Uncaught Exception: meta is not defined
ReferenceError: meta is not defined
at Object.Google.getStrategy (/home/forum/nodebb/node_modules/nodebb-plugin-sso-google/library.js:23:7)
at /home/forum/nodebb/src/plugins.js:301:32
at /home/forum/nodebb/node_modules/async/lib/async.js:249:13
at iterate (/home/forum/nodebb/node_modules/async/lib/async.js:134:13)
at Object.async.eachSeries (/home/forum/nodebb/node_modules/async/lib/async.js:150:9)
at Object.async.reduce (/home/forum/nodebb/node_modules/async/lib/async.js:248:15)
at Object.Plugins.fireHook (/home/forum/nodebb/src/plugins.js:296:12)
at EventEmitter.Auth.initialize (/home/forum/nodebb/src/routes/authentication.js:17:11)
at EventEmitter.g (events.js:180:16)
at EventEmitter.emit (events.js:117:20) -
@Leonardo-Galani try updating the sso plugins I believe @julian fixed that issue.
-
Thanks @baris but i found the issue.. my theme isnt on the npm repository...it tried to look for it.. and when it fails.. fails all the rest
-
Ah okay. So when is
nodebb-theme-agiletesters
being released?