Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. aaron
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 97
    • Best 4
    • Groups 0

    aaron

    @aaron

    7
    Reputation
    615
    Profile views
    97
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aaron Follow

    Best posts made by aaron

    • Make Private Forum

      Hello,

      I would like to do two things.

      1. Whenever someone who is not logged in visits any page, I want to redirect them to the login page (or preferably to a login/register page but I don't think that exists).

      2. I would like to make categories invisible to anyone who doesn't have access to them.

      Thanks in advance for your help!
      Aaron

      posted in NodeBB Development
      aaron
      aaron
    • Can Redis handle an image-heavy forum?

      I'd like to enable users to upload csv, pdf, and png files. Probably a lot of them over time. Will a Redis database be able to handle this? (I'm planning to set this up with AWS.) Thanks!

      posted in NodeBB Development
      aaron
      aaron
    • RE: Can Redis handle an image-heavy forum?

      Oh! So redis just points to the files but they're stored separately and don't need to be stored in memory?

      Any tips for setting this up on AWS? Thanks!

      posted in NodeBB Development
      aaron
      aaron
    • warn: [init] Cache buster not set

      This pops up when I run a local instance. Anyone know what it means or how to fix it?

      warn: [init] Cache buster not set

      posted in NodeBB Development
      aaron
      aaron

    Latest posts made by aaron

    • RE: Can Redis handle an image-heavy forum?

      Sweet, thanks.

      posted in NodeBB Development
      aaron
      aaron
    • How do I delete a user?

      Hi, thanks in advance for any help!

      1. Will 0.4.0 include a way to delete a user through the admin section?
      2. Is there a hack to achieve this now through the terminal? (Or am I missing something and there is already a way to do this?)
      posted in NodeBB Development
      aaron
      aaron
    • RE: Email plugin for password reset

      @julian Any idea when 4.0 will be available? What would you recommend I do in the meantime? Thanks!

      posted in Bug Reports
      aaron
      aaron
    • RE: Email plugin for password reset

      @julian Thanks for the help! Here's the result--

      Aarons-MacBook-Air-2:forum aaronclaytondunn$ git rev-parse HEAD
      c5c2d3e070224b8b5dc787ac7b2441b58c9cb5db

      posted in Bug Reports
      aaron
      aaron
    • RE: Email plugin for password reset

      Hmmm...that didn't seem to reset it. Here's what I got when I ran that:

      Aarons-MacBook-Air-2:forum aaronclaytondunn$ ./nodebb reset
      Welcome to NodeBB
      Usage: ./nodebb {start|dev|watch|language}

      start Start NodeBB in production mode
      dev Start NodeBB in development mode
      watch Start NodeBB in development mode and watch for changes
      upgrade Run NodeBB upgrade scripts, ensure packages are up-to-date

      posted in Bug Reports
      aaron
      aaron
    • Email plugin for password reset

      Hi @julian, @baris & anyone else working on this issue,

      I need to reset a password and I found the post where you said you need to install the plugin to do so.

      I ran npm install nodebb-plugin-emailer-mailgun and then installed the plugin through the admin GUI. When I tried to run the code again, here's what I got:

      Aarons-MacBook-Air-2:forum aaronclaytondunn$ node app
      info: NodeBB v0.3.0 Copyright (C) 2013 DesignCreatePlay Inc.
      info: This program comes with ABSOLUTELY NO WARRANTY.
      info: This is free software, and you are welcome to redistribute it under certain conditions.
      info:
      info: Initializing NodeBB v0.3.0, on port 4567, using redis store at 127.0.0.1:6379.
      info: NodeBB instance bound to: Any address (0.0.0.0)
      info: No changes to client-side libraries -- skipping minification
      info: NodeBB Ready

      /Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:516
      throw callback_err;
      ^
      TypeError: Cannot read property 'categories' of undefined
      at /Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/src/webserver.js:476:41
      at Command.callback (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/src/categories.js:144:12)
      at RedisClient.return_error (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:512:25)
      at ReplyParser.<anonymous> (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:263:14)
      at ReplyParser.EventEmitter.emit (events.js:95:17)
      at ReplyParser.send_error (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/lib/parser/javascript.js:296:10)
      at ReplyParser.execute (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/lib/parser/javascript.js:181:22)
      at RedisClient.on_data (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:488:27)
      at Socket.<anonymous> (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:82:14)
      at Socket.EventEmitter.emit (events.js:95:17)

      Thanks in advance for any help on this issue! I have no idea how to undo what I just did, so the local version of my app is broken right now. Thanks!

      posted in Bug Reports
      aaron
      aaron
    • RE: Search - why doesn't it exist?

      Aarrgghh!! I could have used a warning somewhere. I'm trying to deal with a bunch of bugs right now, having just pulled the latest. And of course search is missing...
      I shouldn't complain. You guys have built an incredible piece of software. Thanks 🙂

      posted in NodeBB Development
      aaron
      aaron
    • RE: Search box?

      Ironically I just posted a new question about what happened to search. Because I couldn't search for this thread. LOL.

      Does that mean this is a bad time to do a pull? Because I just did one and I've noticed a few bugs...

      posted in Bug Reports
      aaron
      aaron
    • What happened to search?

      Is it just me or is the search feature gone? It used to be one of the icons up at the top right of the screen.

      posted in NodeBB Development
      aaron
      aaron
    • RE: Configuring a reverse-proxy for HTTPS connection

      Thanks @planner. Okay, so I'm running 0.3.0. And it looks like the current release is 0.3.2. When I pull, it lists all the conflicts along with the files it's auto-merging and removing. Since I have a backup of the last version and I only made a couple small changes I can easily redo, I'd like to just upgrade unconditionally (assuming the new version will still be able to talk to my Redis instance!).

      Should I just delete all the files in my forum directory and do a new git pull??

      Thanks!
      Aaron

      posted in NodeBB Development
      aaron
      aaron