Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Nivix
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 40
    • Best 13
    • Groups 0

    Nivix

    @Nivix

    15
    Reputation
    1068
    Profile views
    40
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nivix Follow

    Best posts made by Nivix

    • RE: Who is using NodeBB?

      http://gamerstavern.rocks

      We are a small gaming community using NodeBB. We are still in the process of migrating from an old PHP forum, so the site may seem a little scarce.

      I have not extended the forum platform much (yet). There are many things in my TODO list--such as develop a kickass gaming theme--but since I work two jobs I feel pretty good about getting the site up and running.

      If there are any gamers reading this (LoL, WoW, Minecraft, MtG, Hearthstone, etc.) come check us out. We could always use more members!

      posted in General Discussion
      Nivix
      Nivix
    • RE: Improvements in mobile usability

      @RazorAxis Be sure to test, test, test your NodeBB installation on several mobile devices before releasing it to the world. I casually tested my installation on my Android tablet and thought it would be fine--but so far subcategories can be very broken on mobile browsers. Sometimes to open a subcategory you must tap an inch below the one you want.

      Not that they do not work, just confusing for the user. When I have some free time I will be looking at the source and trying to fix it--but for now just be wary of subcategories on mobile.

      posted in Feature Requests
      Nivix
      Nivix
    • RE: Promises (Q) vs Callbacks (async)

      Very good points about Bluebird. Its performance numbers are surprising, and the utility it brings with Promise.promisifyAll makes it so easy to convert callback code to promises.

      posted in NodeBB Development
      Nivix
      Nivix
    • RE: Memory requirements for ~100 concurrent users

      @julian I've got to say--the documentation for NodeBB is why I chose it over Discourse. There are still some docs lacking (and I know since the platform has not reached a full "1.0" version we should not expect full docs)...but the fact that you guys have put work into writing some documentation is great.

      Thanks so much!

      posted in General Discussion
      Nivix
      Nivix
    • Links in posts open in new tab?

      Hi Guys! So a little background..I've spent the last 2 days and a total of 22 hours trying to get Discourse to "bend to my will." Then today, exasperated and berated by the nonsensical method for writing plugins, I decided to seek a new horizon. NodeBB will no doubt be that horizon.

      OK..so if a user posts the text "http://something", NodeBB automagically transforms it into an anchor element. I'd like to suggest that the link open in a new tab, because currently it opens in the same window and I don't want to pull traffic away from my forum. 🙂 Should just be as easy as adding the target attribute to the anchor element. Example: <a target="_blank" href="http://something">http://something</a>.

      posted in Feature Requests
      Nivix
      Nivix
    • MtG Card Finder

      So I am in the process of writing a simple plugin for nodeBB which replaces this: [mtg]<card name>[/mtg] with a special link that shows the card on mouse hover.

      Using the "writing your first plugin" guide, I have written a quick plugin which parses the text correctly, but once the element [mtg][/mtg] is parsed, each letter I type after this element creates another AJAX request. As you know this could become a problem very quickly.

      Does anyone have a solution for this? I am currently looking over the XKCD plugin to see how @julian solved it.

      Note: I'll be posting screenshots of the plugin once it is finished.

      posted in NodeBB Plugins
      Nivix
      Nivix
    • RE: Happy New Year

      Happy New Year to all of you! Tell me, do any of you have any special goals/resolutions for the New Year?

      posted in General Discussion
      Nivix
      Nivix
    • RE: Number of spaces

      That's how the markdown parser works. It's not a bug, but part of the spec for markdown.

      If you want to change how your posts are parsed, you can either write a new parser, or enable HTML in your markdown and type <br> for each new line break and &nbsp; for each space.

      posted in Technical Support
      Nivix
      Nivix
    • RE: MtG Card Finder

      Then that is exactly what I am looking for. Thanks!

      posted in NodeBB Plugins
      Nivix
      Nivix
    • RE: Monitoring New Users

      Thank you all for your responses! 🙂 I love this community..

      @baris and @a_5mith I've considered the registration queue, but as I mentioned I cannot be online 24/7 and if a user is pending for a few hours before they can join the site it might turn them away.

      No, I want to keep with the email registration. But I also want a tool to compensate my paranoia. 😛 (TY @BDHarrington7 for directing me to the "follow "feature. That is closer to what I need.)

      @Kowlin in your experience do you find that delegating that power to the users can lead to pointless drama? I have been involved in a forum that used a voting a system for keeping/banning users. It was easily rigged with false accounts and "ganging up" on unpopular users.

      posted in General Discussion
      Nivix
      Nivix

    Latest posts made by Nivix

    • RE: Plugin & Theme contest 2015 ideas

      The year is very close to ending. When would you set the submission date?

      And I'd love to join this one. Been getting more involved with NodeBB plugins and I'd like to try my hand at a plugin + widget combination. Haven't touched widgets yet. 🙂

      posted in General Discussion
      Nivix
      Nivix
    • RE: Need a working example of grabbing post data

      @yariplus said:

      Actually, yes. That is something I've been wanting to do. I jumped into NodeBB development as a total newbie to Javascript, so I probably have a good perspective for beginners. I have some formal education in technical writing as well. 📖

      Please do this! 👍 We need more tutorials and technical guides. I've been trying to immerse myself more in the source and writing plugins so I can write some stuff for the community.

      posted in NodeBB Plugins
      Nivix
      Nivix
    • RE: Monitoring New Users

      Thank you all for your responses! 🙂 I love this community..

      @baris and @a_5mith I've considered the registration queue, but as I mentioned I cannot be online 24/7 and if a user is pending for a few hours before they can join the site it might turn them away.

      No, I want to keep with the email registration. But I also want a tool to compensate my paranoia. 😛 (TY @BDHarrington7 for directing me to the "follow "feature. That is closer to what I need.)

      @Kowlin in your experience do you find that delegating that power to the users can lead to pointless drama? I have been involved in a forum that used a voting a system for keeping/banning users. It was easily rigged with false accounts and "ganging up" on unpopular users.

      posted in General Discussion
      Nivix
      Nivix
    • Monitoring New Users

      Hi Guys! I maintain a pretty small gaming forum with NodeBB and I feel comfortable with all my members. When a new user joins, usually they can be traced to another user's reference or etc. Today was the first time I got a new user and no one could vouch for him.

      While excited, I was also worried. We chatted a little, you know I was just welcoming him to the forum, but now I'm worried. What if this guy tries to mess up my forum by chatting offensive things to other users or spamming some of the threads? I cannot monitor the forum 24-7..I have to sleep and work.

      So I was curious how other forum admins handle this problem. Is there a plugin out there that allows you to monitor a user's activity and be alerted everytime they make a post/chat to someone?

      Thanks for reading!

      posted in General Discussion
      Nivix
      Nivix
    • RE: Desktop notifications popup problem

      I just switched to 0.8.2 today and was able to dismiss notifications on my Macbook.

      posted in Technical Support
      Nivix
      Nivix
    • RE: Which hook should I use?

      Thank you @baris! I totally forgot about this. I've included my code for future reference.

      $(document).on('click', '.my-class', function() {
         // do stuff
      });
      
      posted in Plugin Development
      Nivix
      Nivix
    • Which hook should I use?

      I have written a plugin for parsing out some text in each post and replacing it with some HTML. Now I want to add event listeners to these HTML elements for when the user clicks on them.

      $(document).ready only works when the page is first loaded. I discovered that I have to use $(window).on('action:ajaxify.end', func) by browsing other plugins, but this only adds the listeners when navigating to the topic. If a user adds a new post or edits a post, the replaced HTML within that post will not be interactive (they cannot click on it).

      Which hook should I use for adding event listeners to edited posts or created posts?

      posted in Plugin Development
      Nivix
      Nivix
    • RE: Join consequent posts

      I think this is plugin territory. In my forum I have several threads where only admins can post updates for users. Not really a discussion topic, more of a change log or mini blog. If posts were to start merging the updates would get tangled.

      Just one use case, but I'd prefer the core code not to automatically join double posts....or at least make it an option.

      posted in Feature Requests
      Nivix
      Nivix
    • RE: Crowd Control for Plugins incompatibility, security, etc.

      This is a great idea, I'm just mulling over a safe way to implement this..

      If produced in exact way you defined, then it would be easier for someone to spam their competitor's plugin with bogus complaints and unnecessarily mar a good author's reputation.

      Hmmm...great idea though...

      posted in Feature Requests
      Nivix
      Nivix
    • RE: Including jQuery mixin file in plugin

      Thank you @psychobunny! I'll look into how to modify the library for that.

      @lulzdevlol Nice to see someone else using Dredge! That's my favorite mechanic.

      posted in NodeBB Plugins
      Nivix
      Nivix