Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Airee
    A
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 10
    • Best 1
    • Groups 2

    Airee

    @Airee

    Anime Lovers

    1
    Reputation
    521
    Profile views
    10
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Airee Unfollow Follow
    GNU/Linux Anime Lovers

    Best posts made by Airee

    • RE: Two-column Persona Categories

      nah, not gonna do this.

      posted in Technical Support
      A
      Airee

    Latest posts made by Airee

    • RE: Nicknames

      as far as I know- no. this is not a feature of nodebb.
      fwiw you can have an addon made for this.

      posted in Plugin Requests
      A
      Airee
    • RE: Is it "possible" to create create auto-recommendation plug-in?

      This is like, totally do-able.

      posted in NodeBB Plugins
      A
      Airee
    • ERR value is not a valid float

      When navigating to a thread occassionally an error will appear saying:

      ERR value is not a valid float
      

      Any ideas? I haven't done any major reconfiguration recently.
      Furthermore, I got this error in my nodebb log:

      node_redis: Deprecated: The ZADD command contains a "null" argument.
      This is converted to a "null" string now and will return an error from v.3.0 on.
      Please handle this in your code to make sure everything works as you intended it to.
      

      Any ideas? Clearly it's an issue with my Redis database but I need to know how to fix it as it accompanies weird sorting issues which really are throwing people off and using the site annoying to use.

      posted in Technical Support
      A
      Airee
    • RE: Who is using NodeBB?

      @JaredBusch Oh shit, I think I accidently removed it on that vhost. Thanks!

      posted in General Discussion
      A
      Airee
    • RE: Two-column Persona Categories

      nah, not gonna do this.

      posted in Technical Support
      A
      Airee
    • RE: Who is using NodeBB?
      http://juicylandgaming.com
      is one of what i'd imagine to be one of the more customized Node sites.

      posted in General Discussion
      A
      Airee
    • RE: How to use "posts api"

      @yariplus said in How to use "posts api":

      {posts.post.user.sso-steam:steamid}

      Thank you, yari!

      posted in Technical Support
      A
      Airee
    • How to use "posts api"

      nodebb-plugin-sso-steam-v2 has a feature that allows you to use Steam IDs and Steam Profile Links in themes as said here

      Added steam info to posts api for theme makers to use (post.user.sso-steam:steamid & post.user.sso-steam:profile)

      How exactly would I use this?

      posted in Technical Support
      A
      Airee
    • RE: Two-column Persona Categories

      @baris said in Two-column Persona Categories:

      .columns {
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      }

      I have no idea how to implement this

      posted in Technical Support
      A
      Airee
    • Two-column Persona Categories

      Hello! I am Graham, the administrator & designer of https://juicylandgaming.com/.
      Our community is probably going to need a bunch of categories- we want to have everything nicely laid out full width without having any widgets off to the side, we're instead going to put widgets up top (shoutbox, gameserver status, recent thread cards).
      How could I put my "category sections" into two columns, for example how https://forum.superiorservers.co/ has their categories laid out.
      I know SuperiorServers uses a persona-based theme and NodeBB, but I'd like to accomplish something simmilar.

      posted in Technical Support
      A
      Airee