Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. jiangcaiyang
    • Profile
    • Following 3
    • Followers 1
    • Topics 30
    • Posts 94
    • Best 15
    • Groups 1

    jiangcaiyang

    @jiangcaiyang

    Anime Lovers

    Welcome to join us!
    Qt Dream is a young and active community, so many Qt developers and contributors share their ideas and knowledge to others. We hope that Qt Dream will be better and better.

    16
    Reputation
    1111
    Profile views
    94
    Posts
    1
    Followers
    3
    Following
    Joined Last Online
    Website qtdream.com Location Shanghai, China Age 30

    jiangcaiyang Unfollow Follow
    Anime Lovers

    Best posts made by jiangcaiyang

    • RE: About instant chat integration with Qt

      Thanks, recently I've debugged and eliminated bugs on socket.io Qt binding.
      I'll look into src/socket.io/modules.js and SocketModules.chats.

      By the way, which is best IDE to debug front-end code on NodeBB? ❓ 🙏
      If possible, give me more reputations.

      posted in General Discussion
      jiangcaiyang
      jiangcaiyang
    • What could triggers '[[global:alert.banned]]' message?

      I want to figure out how could this message to be triggered, and want to make our own event handler.
      Thanks in advance.
      💡

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • RE: [sockbot] I wanted a robot, So I made one

      I want to know if people use it for malicious perpose? For instance, some could run a script that frequently post ADs to our forum, thus cause our forum unable to run normally? Is it possible to use it without administrative permission?😦

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • About instant chat integration with Qt

      Hello respected engineers. First thanks for your excellent works, I've successfully run my forum http://qtdream.com for over 8 months.

      As the title implies, we takes interests in the instant chatting bundled by the forum, and wants to do that both on web and on client. We've chosen Qt as our technical stack, the ground development has been established, that is to rewrite socket.io client library in Qt( C++ ), which is currently WIP.
      My question is how nodebb manages instant chat? what js files and functions are to be noted? I need some help.

      posted in General Discussion
      jiangcaiyang
      jiangcaiyang
    • Does NodeBB support OAuth 2.0? I need to make a SSO using our forum data.

      As the title says, is there any way to make a SSO plugin using our forum data?

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • RE: [sockbot] I wanted a robot, So I made one

      @yariplus Maybe I will use it when I realize that it is truly useful for me. At present, I'll just see it without use it.

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • RE: Can I use nodebb as a full CMS replacement?

      I've tried integrate NodeBB with basic CMS myself. See Qt Dream Site.
      Anyone who is willing to participate our project are welcome to @jiangcaiyang in Qt Dream.

      posted in General Discussion
      jiangcaiyang
      jiangcaiyang
    • RE: Is there any place for a <div> to run across the site

      @pitaj Global widget is not what I want, as when user click some link inside the forum, the widget loads once again, that is not what I want. I need something like navigation bar.

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • About a plugin to clean and tidy our database

      Hello, after months of running NodeBB instance, I've acculumated quite a few data from my database. But perhaps I've made something wrong with my mongodb, there are still some failure to our forum, i.e, I could not delete certain user from our chat room whereas I can when adding user to chat room.
      Is there any plugin or tool that can clean and tidy the database of my own, cleaning the dirty data from our database? Thanks.

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • RE: 'Category Privileges' does not seem to work

      If it is not behaves what you've chosen the access category checkbox?❓

      posted in Technical Support
      jiangcaiyang
      jiangcaiyang

    Latest posts made by jiangcaiyang

    • RE: NodeBB 1.13.0: a little snow won't slow us down

      Thanks a lot for your support! HTML sanitizer is a good feature for me. It allows various built in HTML snippets to be available whereas does not expose users security issue. I'll give a try.

      posted in NodeBB Blog
      jiangcaiyang
      jiangcaiyang
    • RE: Is there any place for a <div> to run across the site

      @pitaj Global widget is not what I want, as when user click some link inside the forum, the widget loads once again, that is not what I want. I need something like navigation bar.

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • Is there any place for a <div> to run across the site

      As NodeBB is partially updated, I wonder if there is a container for a widget or <div> to run across the site. Navigation bar is an example, but there is no user-defined container available till present.

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • RE: Why Plugin nodebb-plugin-soundpack-default not play mp3 ?

      I met the problem, It is maybe not updating fileMap.json. I don't know how to fix it.

      posted in General Discussion
      jiangcaiyang
      jiangcaiyang
    • nodebb-widget-image-carousel failed to load

      When I enable this plugin, I have the following problem:

      jQuery.Deferred exception: $(...).unslider is not a function TypeError: $(...).unslider is not a function
          at http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:445193
          at dispatch (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:46934)
          at g.handle (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:44855)
          at Object.trigger (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:76254)
          at http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:76887
          at Function.each (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:5723)
          at x.fn.init.each (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:4313)
          at x.fn.init.trigger (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:76863)
          at Object.e.widgets.render (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:326728)
          at Object.ajaxify.end (http://localhost:1111/assets/nodebb.min.js?v=1lv3pl83i9m:1:319517) undefined
      x.Deferred.exceptionHook @ jquery.js:3818
      jquery.js:3827 Uncaught TypeError: $(...).unslider is not a function
          at client.js:2
          at dispatch (jquery.js:5183)
          at g.handle (jquery.js:4991)
          at Object.trigger (jquery.js:8249)
          at jquery.js:8327
          at Function.each (jquery.js:354)
          at x.fn.init.each (jquery.js:189)
          at x.fn.init.trigger (jquery.js:8326)
          at Object.e.widgets.render (widgets.js:61)
          at Object.ajaxify.end (ajaxify.js:213)
      

      Then it points to the following code:
      0_1522202827260_a3244e5a-092a-4372-bcc7-5bd4f40834ed-image.png

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • Which plugin to choose: nodebb-plugin-emoji or nodebb-plugin-emoji-extended

      Who do better? I am confused.😏

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • Problem on upgrading 1.7.3: semver problem

      Hello, long time no visit this site. Recently I updated my forum to 1.7.3, but gets error on ./nodebb upgrade. Here is the output:

      /node_modules/semver/semver.js:293
          throw new TypeError('Invalid Version: ' + version);
          ^
      
      TypeError: Invalid Version: upgrades
      
      more sensitive data omitted

      It seems the new version of code has problem.

      posted in Bug Reports
      jiangcaiyang
      jiangcaiyang
    • Any hook to nodebb build to perform custom steps

      Is there any hook to perform custom steps, I need to change some text in .tpl file. I am using sed command to perform replacement, this step need to be placed before "nodebb build", and another replacement using sed need to be placed after "nodebb build". So I need the hooks, or is there any way to modify source code to get the same results? Thanks in advance.

      posted in NodeBB Development
      jiangcaiyang
      jiangcaiyang
    • passing a string is deprecated

      I am totally get confused by the output message:

      winston.warn('[widgets.render] passing a string is deprecated!, filter:widget.render:' + widget.widget + '. Please set hookData.html in your plugin.');
      

      There isn't any full example showing the correct way to code.
      So I turn the forum for help, is there any people who could give me an example showing how to let the warning not showing?

      posted in NodeBB Plugins
      jiangcaiyang
      jiangcaiyang
    • RE: Pushbullet Config

      Hope the guys be more professional.

      posted in Technical Support
      jiangcaiyang
      jiangcaiyang