• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Fastidious
    • Profile
    • Following 3
    • Followers 0
    • Topics 19
    • Posts 94
    • Best 15
    • Controversial 0
    • Groups 0

    Fastidious

    @Fastidious

    Fastidium sum.

    16
    Reputation
    945
    Profile views
    94
    Posts
    0
    Followers
    3
    Following
    Joined Last Online
    Website collantes.us/ Location U.S.A. Age 52

    Fastidious Unfollow Follow

    Best posts made by Fastidious

    • RE: How to disable the update teaser?

      @Xen Settings → Posts → Teaser → First.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: European Cookie Bullshit

      @prog said:

      By why should we (website owners) use this shit?

      Simple answer? It is the law, deal with it.

      posted in Feature Requests
      Fastidious
      Fastidious
    • Upload to S3

      Instead of trying plugin after plugin, does anyone knows of an upload to S3 plugin that is compatible with 0.8.X? Come across two or three, but that are older than Methuselah.

      posted in NodeBB Plugins
      Fastidious
      Fastidious
    • RE: Installing on FreeBSD, error

      @psychobunny said:

      If you could add a freebsd section to the docs then kudos to you

      Done. Pull request pending.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Setting up NodeBB for a Q&A style website

      @tanzentu said:

      What is Q&A?

      Questions and Answers (Q&A).

      posted in General Discussion
      Fastidious
      Fastidious
    • RE: UI bug on Profile

      @frissdiegurke said:

      Ya, that dropdown should clearly drop the pull-right class 😄 https://github.com/NodeBB/nodebb-theme-persona/pull/151

      I was betting it was a theme issue. Thanks!

      Btw. is the bio intended to be english-latin mix? "fastidium sum" would be the correct latin thought.

      I am not sure, to be honest. My mother tongue is neither english, nor latin, but spanish. In spanish we would write:

      "Soy fastidioso." or "Yo soy fastidioso."

      Since spanish derives from latin, I though it would follow the same grammar. Either way, being as fastidious as I am, now I will not feel good until I have gotten to the bottom of it. Thanks, mate. A lot. 🙂

      posted in Bug Reports
      Fastidious
      Fastidious
    • RE: Recently logged in IPs issue

      Got it to work by changing my nginx.conf line:

      proxy_pass http://REAL.IP.OF.SERVER.HERE:4567/;
      

      to:

      proxy_pass http://127.0.0.1:4567/;
      

      And my config.json to:

      {
          "url": "http://REAL.DOMAIN.HERE",
          "base_url": "http://REAL.DOMAIN.HERE",
          "use_port": "false",
          "secret": "SOME-SECRET",
          "database": "redis",
          "redis": {
              "host": "127.0.0.1",
              "port": "6379",
              "password": "A-PASSWORD-HERE",
              "database": "0"
          }
      }
      
      posted in Technical Support
      Fastidious
      Fastidious
    • RE: What will be NodeBB In 2100 year?

      NodeBB will not exist in the year 2100, but nor will we.

      posted in General Discussion
      Fastidious
      Fastidious
    • RE: Cannot load my notifications

      It was fixed, but the forum was not updated. Now is. Over and out.

      posted in Bug Reports
      Fastidious
      Fastidious
    • Division line at footer

      I would like to have a border at the top of the footer, similar to the one that shows at the bottom of the navigation. I know I can modify the footer widget, and I have done so (the <hr />😞

      <footer id="footer" class="container footer">
      <hr />
      	<div class="copyright">
      		Copyright © 2014 <a href="https://nodebb.com">NodeBB</a> | <a target="_blank" href="//github.com/NodeBB/NodeBB/graphs/contributors">Contributors</a>
      	</div>
      </footer>
      

      However, the line doesn't stretch to touch the edge of the browser, just like the navigation does. How could I go to accomplish that?

      posted in Technical Support
      Fastidious
      Fastidious

    Latest posts made by Fastidious

    • RE: Disabling skins

      @Danny-McWilliams said:

      If you're using 0.8.x, there's a "revert" button on bottom-right of skins page (looks like an undo or back button).

      Of course I saw it. My finger got tired of clicking on it, while observing no results at all.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Disabling skins

      Opened an issue.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Disabling skins

      No, @Kowlin. As as administrator, under the Administrator Control Panel (/admin) I picked a skin. Once you pick a skin there, there is no way to set the skins to none. The only way I have found to reset skins is by changing the theme, and going back to the theme you had before. That will reset skins.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Disabling skins

      @henrywright I know, I already have it disabled. As an admin, from the control panel, I have played with skins. Now I want to go back to defaults (no skin?), but I do not see a way to do that.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Disabling skins

      @Kowlin I forgot to mention this is from the administrator panel, not as a user. Selecting a skin as an admin doesn't have a "default" option from the tiles.

      posted in Technical Support
      Fastidious
      Fastidious
    • Disabling skins

      I played around with skins, and now want not to pick any, and go back to NodeBB's default (no skin?). How can I do that?

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Display time-ago in chat message modal

      @baris said:

      I fixed it on latest.

      I pull from 0.8.x repo. Which repo should I use to get bleeding, and hence those daily changes?

      posted in Feature Requests
      Fastidious
      Fastidious
    • RE: Install Nodebb and Ghost Blog

      @kimikelku said:

      server_name bundlesbug.com/forum;

      That is wrong. Server name remains the same (and you can't pass URL like parameters on server name), location changes. The right way is:

      server {
          listen 80;
          server_name bundlesbug.com;
          location /forum/ {
                Check NodeBB documentation for the complete
                configuration that follows here.
          }
      }
      
      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Google, Facebook and Twitter SSO gone

      Facebook login continues to disappear. The plugin is enabled, and set, and was working, it just "goes away" after certain time. NodeBB has continued to run without a crash, nothing shows on logs. There is certainly a problem with the plugin--or something I can't pinpoint.

      posted in Technical Support
      Fastidious
      Fastidious
    • RE: Recent Topics

      @julian it seems to add a "QuickStart" setting under "Plugins" that looks as if someone left in a hurry (for coffee, or beer, or both) while it was crafting it. 🙂 /cc @psychobunny

      posted in General Discussion
      Fastidious
      Fastidious

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact