• 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. WarbleSync
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    WarbleSync

    @WarbleSync

    1
    Reputation
    510
    Profile views
    7
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Website github.com/warblesync Location Tennessee Age 41

    WarbleSync Unfollow Follow

    Best posts made by WarbleSync

    • RE: [nodebb-plugin-ns-custom-fields] NS Custom Fields

      @Nicolas I can't seem to get this working on my 1.4.5 install. I get a 404 for the ACP template:

      404 NOT FOUND
      Route	Count
      /assets/templates/admin/plugins/custom-fields.tpl	1
      

      UPDATE:
      Had to do a ./nodebb build after install and now it is showing up! Thanks!

      posted in NodeBB Plugins
      WarbleSync
      WarbleSync

    Latest posts made by WarbleSync

    • RE: No topics from getCategoryById

      Awesome ty so much 🙂
      I ended up making the call to Categories.getCategoryTopics() but I may switch back to the method you posted above 👍

      posted in Plugin Development
      WarbleSync
      WarbleSync
    • No topics from getCategoryById

      I'm using the following code to pull back a category by id. When I use the the api url in a browser topics are included but not when using this method. Am I missing a required piece of data?

      //get category by id
      Categories.getCategoryById({cid: category_id,uid: 0},function(err,res){
        if(err){
          console.log(err)
          cb(null, data)
        }
        category = res
        callback()
      })
      
      posted in Plugin Development
      WarbleSync
      WarbleSync
    • Users skins

      Can someone give me an example of how to access what skin the user has selected and apply that to a widget's template?

      I have a widget that I would like to modify to be aware of the users selected skin if possible.

      posted in Plugin Development
      WarbleSync
      WarbleSync
    • RE: [nodebb-plugin-ns-custom-fields] NS Custom Fields

      @Nicolas I can't seem to get this working on my 1.4.5 install. I get a 404 for the ACP template:

      404 NOT FOUND
      Route	Count
      /assets/templates/admin/plugins/custom-fields.tpl	1
      

      UPDATE:
      Had to do a ./nodebb build after install and now it is showing up! Thanks!

      posted in NodeBB Plugins
      WarbleSync
      WarbleSync
    • RE: Post and topic count

      Wow just found this myself if anyone else is looking to do this.

      This data is stored on the Category object. Just replace the category # with your category:

      db.objects.find(
      { _key : "category:#"} )
      .pretty();
      

      Next you can use the update() method to change the values to match.

      db.objects.update(
      { _key : "category:#" },
      { $set : { "topic_count" : numberofTopics } }
      );
      
      posted in Technical Support
      WarbleSync
      WarbleSync
    • Post and topic count

      Short of it is that I imported a db from discourse and I went in to mondgo to get ride of the "About blah blah category" posts. The posts are now deleted but the topic and post count are wrong (generally one more than actually exist). How is the topic and post count calculated? Can I get nodebb to recalc these? I've tried reset / reload and restart.

      posted in Technical Support
      WarbleSync
      WarbleSync
    • RE: [nodebb-plugin-ns-twitch-monitor] NS Twitch Monitor

      Has this been updated for nodebb v1.x.x ?

      posted in NodeBB Plugins
      WarbleSync
      WarbleSync

    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