Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. JaredBusch
    • Profile
    • Following 0
    • Followers 2
    • Topics 26
    • Posts 199
    • Best 42
    • Groups 4

    JaredBusch

    @JaredBusch

    GNU/Linux

    55
    Reputation
    1371
    Profile views
    199
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Website www.daerma.com Location Chicagoland Age 47

    JaredBusch Follow
    Users with 50 posts GNU/Linux Gamers Anime Lovers

    Best posts made by JaredBusch

    • RE: Change the post time tooltip to be more readable

      Just found this thread and wanted to say thanks for updating the hover text.

      img

      posted in Feature Requests
      JaredBusch
      JaredBusch
    • RE: SSL : yes or not

      @djcyry there is never a reason not to use SSL anymore. The benefit is that the data flowing between my device and your server is encrypted and no one can just slurp up all the data at a random router along the way and see my my stuff.

      Yeah most forums are public and such, but not all.

      posted in General Discussion
      JaredBusch
      JaredBusch
    • RE: Topic POST Limits for nodebb-plugin-write-api

      @dannydk6-0 in admin ports. Settings -> Posts

      0_1541543020379_BD07811A-4528-453D-B121-F2D90F2C2366.png

      posted in NodeBB Plugins
      JaredBusch
      JaredBusch
    • RE: A world record in the NodeBB forums?

      The mangolassi.it community has a thread with nearly 55800 posts.

      This community had nothing imported. The community was formed 4 years ago on NodeBB.

      May 9, 2014  /  Water Closet

      What Are You Doing Right Now

      What Are You Doing Right Now

      @jaredbusch said in What Are You Doing Right Now: @thwr said in What Are You Doing Right Now: @jaredbusch said in What Are You Doing Right Now: Linking no this topic over on the NobeBB community. Because? Number of posts? Yeah some started a thread a...

      posted in General Discussion
      JaredBusch
      JaredBusch
    • RE: Errors while installing new 0.9.0 to new CentOS 7 VM

      created a pull request on the instructions.
      https://github.com/NodeBB/nodebb-english/pull/68

      sorvani created this issue in NodeBB/nodebb-english

      closed updated the instructions to work on CentOS 7 #68

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Group Chat Changes

      @Kowlin said:

      @exodo any reason you want a option to disable it?

      Maybe not a disable, but instead make a max participant value. If the forum admin sets it to 2, then it would be no different than now.

      I really want the feature. I cannot count the number of times I have had a chat going and then had to either backfire things to another person, or take it to another medium (Skype/hangouts) in order to get a group chat going.

      posted in NodeBB Development
      JaredBusch
      JaredBusch
    • RE: Fresh Install Admin Forbidden. Is 32 bit a problem?

      Switch to master and see if the problem goes away.
      git checkout master

      See this: https://community.nodebb.org/topic/9904/fresh-install-error-cannot-login-register-js-reference-error

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: So Is NodeBB stable?

      @NodeForumGod said in So Is NodeBB stable?:

      So Is NodeBB stable?

      I installed it at one time and it stops moments later.

      It made me feel not so trusting it.

      Is the software stable? Or Am I doing it wrong?

      You are doing something wrong for sure.

      I have been running nodeBB for two years or so for my D&D Campaign.

      Also the Mangolassi.it community has been running it for nearly 3 years. They have a shit ton of traffic and posts daily.

      posted in NodeBB Development
      JaredBusch
      JaredBusch
    • RE: [solved] duplicate url when logging in

      Update your config.json.

      If config.json does not match the URL you are using, the redirect does this.

      669e3645-721a-4060-b0db-43ca7e5bbdf2-image.png

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Unable to post, Akismet says my post is spam

      @scottalanmiller said in Unable to post, Akismet says my post is spam:

      @cregox said in Unable to post, Akismet says my post is spam:

      Sorry if I cite them a lot, but I really love the job being done there.

      Aren't you a dev there? They list your avatar on their dev list.

      No they don’t. You misread that page

      posted in Technical Support
      JaredBusch
      JaredBusch

    Latest posts made by JaredBusch

    • RE: Remove login button

      @pitaj said in Remove login button:

      @jaredbusch you could try something like this in your custom css in the ACP:

      a[href="/login"] {
        display: none !important;
      }
      

      That did it.

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Remove login button

      so as a quick test, a little searching in the persona theme source login, I found I could refine it to this.

      https://github.com/NodeBB/nodebb-theme-persona/search?q=guest+login

      Then I added a quick inline style command to hide it in those 6 returned locations.
      1bd87f2a-7285-4aaf-9164-12a5e344a79b-image.png

      Then there were two place in /templates/partials/menu.tpl that referenced /login. I did the same there.
      7f7985fb-951d-4d4f-8ebe-9bbdabdfdbe6-image.png

      Would this be simple enough for a theme setting? Obviously not as an inline style.. that was simply the easilet/quickest way to see if hiding those elements worked.
      ced1b7df-4936-4780-88f6-f917f5295cfe-image.png
      Rebuilt and gone.
      b8d4ae8c-4874-4182-848a-3f7a33cb7558-image.png

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Remove login button

      @pitaj said in Remove login button:

      Easiest way is probably too hide it with CSS.

      That is what I was assuming I would need to do. Was hoping though.

      Any pointer on the best way to handle it, that will survive upgrades, before I try and break things?

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Remove login button

      @dogs said in Remove login button:

      I search in ACP for "login" but I couldn't find any setting to disable login global on the forum.

      Yeah, there never has been.

      posted in Technical Support
      JaredBusch
      JaredBusch
    • Remove login button

      Is there an easy place to remove the login button from being seen?

      Using NodeBB for a small project with only a couple people posting but many public users that will never have login capabilities.

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Postgres question

      @julian said in Postgres question:

      @oplik0 Yes, correct 🙂

      I mean that the API itself is stable, and that we are not adding arguments and methods willy-nilly, and removing others.

      So what about that conversion utility? It definitely worked when I tested taking a system from redis to mongo a couple years ago.

      But that was a couple years ago.

      posted in General Discussion
      JaredBusch
      JaredBusch
    • RE: Postgres question

      @gotwf said in Postgres question:

      Good to know.

      I had a need to setup a new instance and did not want to use Mongo for similar reasons as to why you were looking at options.

      I documented what I did here: https://www.mangolassi.it/topic/22497/setup-nodebb-on-fedora-33-with-postgresql-and-nginx-with-https-only

      I want to tinker with that some more.

      posted in General Discussion
      JaredBusch
      JaredBusch
    • RE: Postgres question

      @gotwf said in Postgres question:

      @julian Being lazy here - Is PostgreSQL a first class db backend for NodeBB these days or is it still third party plugin? I'm not up on the latest and greatest.

      Well it is built into the ./nodebb setup process now.

      I have a tiny site running on it with zero issues.

      I would like to convert a small site that is currently on redis to postgresql but it appears that @Ben-Lubar (not tagging he hasn't been online in 2 years) has archived his conversion repo.

      @julian will this still work?
      https://github.com/BenLubar/nodebb-postgres-converter

      Or is there something new?

      posted in General Discussion
      JaredBusch
      JaredBusch
    • Setup parameters

      When executing the initial ./nodebb setup, is there a way to preanswer the questions?

      posted in Technical Support
      JaredBusch
      JaredBusch
    • RE: Multiple reply buttons on newest nodebb

      @baris said in Multiple reply buttons on newest nodebb:

      The reply button under each post is used to make a direct reply to the post. The blue reply button makes a reply to the topic itself.

      It is also not new.

      posted in General Discussion
      JaredBusch
      JaredBusch