• 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.1 Latest
Buy Hosting
Jim BridgerJ

Jim Bridger

@Jim Bridger
About
Posts
35
Topics
13
Groups
0
Followers
0
Following
0

Topics

  • Jim BridgerJ

    how do i make it so users need to be approved first before other users can see any of their threads.

    Scheduled Pinned Locked Moved Technical Support
    9
    0 Votes
    9 Posts
    385 Views
    barisB

    If they have no posts they are considered a new user, so until one of their queued posts is accepted all their posts will go to the post queue. If you are not using reputation make sure Reputation required to bypass post queue is set to 0 or lower.

  • Jim BridgerJ

    How do I use "verified users" group?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    4
    0 Votes
    4 Posts
    334 Views
    julianJ

    @Jim-Bridger moderators don't have the ability to adjust group membership, unless they also happen to be owners of said group (which if you're creating a custom group, is doable)

    Then they can add and remove users from the group details page.

  • Jim BridgerJ

    For the love of god please tell me theres another spam blocking plugin

    Scheduled Pinned Locked Moved NodeBB Plugins
    4
    0 Votes
    4 Posts
    361 Views
    gotwfG

    Uhhmmm.... have you looked into stopforumspam?

    Stop Forum Spam

    StopForumSpam - a database of known forum and blog spam, its sources and the email addresses reported

    favicon

    (www.stopforumspam.com)

    Not a silver bullet but never hurts to have one more arrow in yer' quiver, eh?

    Might be worth a gander? 🤔 🌴 🌴

  • Jim BridgerJ

    How do I update my custom theme?

    Scheduled Pinned Locked Moved Technical Support
    7
    0 Votes
    7 Posts
    609 Views
    julianJ

    @jim-bridger said in How do I update my custom theme?:

    Does that mean my theme would be listed in everyone elses plugin list? It's a custom theme for my site, not something I want to publish

    Yes, that is correct. Because you've published it to npm, our package manager automatically picks it up as an available theme and offers it for download to any other NodeBB.

    You can set nbbpm.index to false in your package.json, but this would also remove the theme from your plugins list.

    The easiest thing to do would be to publish the theme under your own namespace (agian, with nbbpm.index set to false), and then install it via the command line, as @pitaj suggested.

    e.g. npm i @jimbridger/nodebb-theme-mytheme

  • Jim BridgerJ

    Allow forum to be embedded on multiple domains?

    Scheduled Pinned Locked Moved Solved Technical Support
    8
    0 Votes
    8 Posts
    955 Views
    Jim BridgerJ

    @dunlix I'm already using a custom theme, but my site has it's own login system where the user is shown logged in at the top -- this would not be possible if i put it into a nodebb theme. Also session-sharing and iframe is already working perfectly.

  • Jim BridgerJ

    How do I use other font awesome icons?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    12
    0 Votes
    12 Posts
    640 Views
    phenomlabP

    @crazycells awesome. Thanks for coming back and letting me know.

  • Jim BridgerJ

    whats the admin account group called

    Scheduled Pinned Locked Moved Solved Technical Support
    2
    0 Votes
    2 Posts
    184 Views
    Jim BridgerJ

    It's administrators.

    Thanks everyone.

  • Jim BridgerJ

    Please Make the CSS Editor Taller!!!!

    Scheduled Pinned Locked Moved Feature Requests
    4
    0 Votes
    4 Posts
    314 Views
    phenomlabP

    @jim-bridger I too am making lots of changes in terms of CSS. What I do here is copy and paste to and from a full blown IDE on my desktop. This makes life much easier as it extends capabilities such as search etc.

  • Jim BridgerJ

    Profile changes aren't saving

    Scheduled Pinned Locked Moved Unsolved Technical Support
    5
    0 Votes
    5 Posts
    339 Views
    Jim BridgerJ

    I discovered this was due to the theme slick, which seemed to be broken to me, as the form and input elements were missing multiple values, which didn't get loaded when save was clicked, so no information was sent. I made a child theme to fix it.

  • Jim BridgerJ

    How can I preview my custom themes while editing?

    Scheduled Pinned Locked Moved Unsolved Technical Support
    4
    0 Votes
    4 Posts
    252 Views
    barisB

    Yes he meant grunt 😆

  • Jim BridgerJ

    Authentication: TypeError: Promise.allSettled is not a function

    Scheduled Pinned Locked Moved Technical Support
    5
    0 Votes
    5 Posts
    1k Views
    Jim BridgerJ

    okay, will do, thanks agian @pitaj!

  • Jim BridgerJ

    How can i make it put /forum before all requests?

    Scheduled Pinned Locked Moved Technical Support
    4
    0 Votes
    4 Posts
    572 Views
    Jim BridgerJ

    i ended up reinstalling it and putting the /forum in on setup and it worked

  • Jim BridgerJ

    Can nodebb be embedded into an existing website?

    Scheduled Pinned Locked Moved Technical Support
    4
    0 Votes
    4 Posts
    534 Views
    PitaJP

    @jim-bridger well you can do pretty much whatever you want as far as the theme is concerned. Generate html with one app and substitute it into the theme.

    Note that NodeBB's navigation bar shows the current user icon so you'll probably want to choose one or the other, not both.

  • 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