• 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 3.3.0

Scheduled Pinned Locked Moved NodeBB Development
3.3.0release
39 Posts 11 Posters 2.1k 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.
  • Blue LoveB Offline
    Blue LoveB Offline
    Blue Love
    wrote on last edited by
    #13

    I love the chat update. Only one issue, not sure if I'm doing something wrong, but is there a way I can moderate the public chat? Like timeout or delete people's comments? If the feature is not there I think it's very important to have.

    barisB 1 Reply Last reply
    4
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #14

    @Blue-Love it's not there yet, but definitely something we will look into for the next releases.

    1 Reply Last reply
    1
  • J Offline
    J Offline
    josef Translator
    replied to <baris> on last edited by
    #15

    @baris said in NodeBB 3.3.0:

    Since bootstrap 5.3 comes with a built in dark mode, I've added support for this in the ACP. It can be toggled with a switch on the ACP dashboard and your preference gets saved in local storage.

    Why does it actually not affect the side menu?

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

    @josef since the sidebar was gray I left that as is.

    J 1 Reply Last reply
    0
  • J Offline
    J Offline
    josef Translator
    replied to <baris> on last edited by
    #17

    @baris But it's a really light gray... not suitable for dark mode

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #18

    Pretty simple to go full dark 馃暥 maybe I will do that for 3.4.0.

    image.png

    J 1 Reply Last reply
    3
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #19

    Or lighter so it has some contrast to the content area

    image.png

    FrankMF 1 Reply Last reply
    5
  • FrankMF Offline
    FrankMF Offline
    FrankM
    replied to <baris> on last edited by
    #20

    @baris said in NodeBB 3.3.0:

    Or lighter so it has some contrast to the content area

    I prefer this

    1 Reply Last reply
    2
  • J Offline
    J Offline
    josef Translator
    replied to <baris> on last edited by
    #21

    @baris said in NodeBB 3.3.0:

    Pretty simple to go full dark 馃暥 maybe I will do that for 3.4.0.

    image.png

    Thanks, looks good!
    Usually I prefer gray like in the second version you brought but it seems to me that in this case gray will draw the eye to the right and black is better

    1 Reply Last reply
    0
  • cagatayC Offline
    cagatayC Offline
    cagatay
    wrote on last edited by
    #22

    thank you @baris good work

    1 Reply Last reply
    1
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to Blue Love on last edited by
    #23

    @Blue-Love

    allow admins/global mods to delete others chat messages 路 Issue #11931 路 NodeBB/NodeBB

    Node.js based forum software built for the modern web - allow admins/global mods to delete others chat messages 路 Issue #11931 路 NodeBB/NodeBB

    favicon

    GitHub (github.com)

    muted users can still send chat messages 路 Issue #11932 路 NodeBB/NodeBB

    Node.js based forum software built for the modern web - muted users can still send chat messages 路 Issue #11932 路 NodeBB/NodeBB

    favicon

    GitHub (github.com)

    1 Reply Last reply
    2
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by baris
    #24

    For anyone upgrading to 3.3.0 please upgrade directly to 3.3.9 as it fixes couple of issues reported with the upgrade scripts. Updated the main post with a note and link to latest stable release link.

    1 Reply Last reply
    2
  • inspiringI Offline
    inspiringI Offline
    inspiring
    wrote on last edited by
    #25

    @baris
    When there is no other post between a post and the post to which a reply is made
    The small reply box is not shown below the first post

    crazycellsC 1 Reply Last reply
    0
  • crazycellsC Offline
    crazycellsC Offline
    crazycells
    replied to inspiring on last edited by
    #26

    @inspiring I think it is by design. When the replied posts are one after another, the "reply box" does not appear.

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #27

    That's correct to reduce clutter @julian added some code to remove the direct reply box if it directly follows the parent and there is only one direct reply.

    1 Reply Last reply
    0
  • crazycellsC Offline
    crazycellsC Offline
    crazycells
    wrote on last edited by
    #28

    @baris is "reply box" hidden with CSS? I wonder if there is an easy fix with a CSS codes?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #29

    Yeah I think the element gets a hidden class, so should be able to remove that class and they would show up :think:

    crazycellsC 1 Reply Last reply
    1
  • crazycellsC Offline
    crazycellsC Offline
    crazycells
    wrote on last edited by
    #30

    I have just realized /top icon on the left... I guess that ranks topics with the most votes?

    barisB 1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    replied to crazycells on last edited by
    #31

    @crazycells Yes, that route existed for a very long time, just wasn't linked from the navigation.

    1 Reply Last reply
    1
  • DownPWD Offline
    DownPWD Offline
    DownPW Translator
    wrote on last edited by
    #32

    @baris

    Is there a place to clear/reset public group chats ? at or did I search wrong?

    1 Reply Last reply
    0

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