• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

NodeBB v0.3.2 Released

Scheduled Pinned Locked Moved NodeBB Blog
18 Posts 12 Posters 5.9k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by psychobunny
    #1

    The NodeBB team is proud to announce that the latest version of our forum software was released on Friday, 14th February (Happy Valentines Day)! This version contains several bug fixes, improvements, amazing features, and even more translations.

    Keep up to date with the progress our awesome translation team is making at Transifex.

    Click here to read the rest of the blog post

    1 Reply Last reply
    7
  • F Offline
    F Offline
    finid
    wrote on last edited by
    #2

    Great job, guys. Just update mine and it looks good.

    Just one suggestion/request: On the home page, I think it's better to show the title of the latest topic than showing all that test from the latest post. Showing the topic title offers better context than what we are showing now. Also, could we make the number of lines shown configurable?

    Thank you for a great job.

    1 Reply Last reply
    2
  • F Offline
    F Offline
    finid
    wrote on last edited by
    #3

    The link to the Colors is wrong.

    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #4

    Thanks for that, nice catch 😉

    Just one suggestion/request: On the home page, I think it's better to show the title of the latest topic than showing all that test from the latest post. Showing the topic title offers better context than what we are showing now.

    Agreed. In fact somebody had asked for something like this yesterday, see thread: http://community.nodebb.org/topic/821/#5950

    Also, could we make the number of lines shown configurable?

    This is already an option in the Categories section of the ACP under "# of Recent Replies Displayed" 🙂

    1 Reply Last reply
    1
  • F Offline
    F Offline
    finid
    wrote on last edited by
    #5

    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.

    1 Reply Last reply
    1
  • frissdiegurkeF Offline
    frissdiegurkeF Offline
    frissdiegurke Plugin & Theme Dev
    wrote on last edited by
    #6

    @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 at 200px 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.

    1 Reply Last reply
    3
  • S Offline
    S Offline
    Scuzz
    wrote on last edited by
    #7

    Great work guys, thanks for the mention!

    1 Reply Last reply
    2
  • leukhinL Offline
    leukhinL Offline
    leukhin
    wrote on last edited by
    #8

    Very promising!

    1 Reply Last reply
    2
  • trevorT Offline
    trevorT Offline
    trevor Plugin & Theme Dev Anime Lovers GNU/Linux
    wrote on last edited by
    #9

    Awesome progress guys!

    1 Reply Last reply
    2
  • T Offline
    T Offline
    tart2000
    wrote on last edited by
    #10

    Keep up the good work!

    1 Reply Last reply
    2
  • F Offline
    F Offline
    flyworld
    wrote on last edited by
    #11

    Nicely done !!

    1 Reply Last reply
    0
  • X Offline
    X Offline
    xCausxn
    wrote on last edited by
    #12

    Thanks for the reference in the main post 🙂

    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #13

    Thanks for the support you guys 😉

    1 Reply Last reply
    0
  • meetdilipM Offline
    meetdilipM Offline
    meetdilip GNU/Linux
    wrote on last edited by
    #14

    Brilliant. 🙂

    1 Reply Last reply
    0
  • L Offline
    L Offline
    Leonardo Galani
    wrote on last edited by
    #15

    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 E404

    when 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)

    barisB 1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to Leonardo Galani on last edited by
    #16

    @Leonardo-Galani try updating the sso plugins I believe @julian fixed that issue.

    1 Reply Last reply
    1
  • L Offline
    L Offline
    Leonardo Galani
    wrote on last edited by
    #17

    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 👻

    1 Reply Last reply
    0
  • psychobunnyP Offline
    psychobunnyP Offline
    psychobunny
    wrote on last edited by
    #18

    Ah okay. So when is nodebb-theme-agiletesters being released? 😉

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development