Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. sharonyue
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    sharonyue

    @sharonyue

    19
    Reputation
    181
    Posts
    1136
    Profile views
    0
    Followers
    3
    Following
    Joined Last Online

    sharonyue Follow

    Best posts made by sharonyue

    • Member Points/Reputation trading system

      Hello guys,

      I run my site for 2.5 years, and the user's number was increasing gradually. However, I feel something still needs to be done.

      For example, in my site, after the user registered, they would post a thread to ask some mathematical problem. Most of the time I will answer it. Then the user just leave. This end up with a kind of personal site: they ask questions, then I reply. This is my site's situation. But what I really want is a forum: they ask questions, then they reply. Two main reasons of such situation might be that

      1. they dont know the answer.
      2. they dont want to answer.

      A member points/Reputation trade system might be a good solution, as least to handle the item 2. In this system, you can

      • gain member points/Reputation by posting;
      • gain member points/Reputation by online time;
      • get paid member points/Reputation by answering other's thread;
      • pay member points/Reputation to others who answer your questions, the more you paid, the more comprehensive answer you can get;
      • get honor pedal once your points/Reputation reach to certain level;
      • have other rights once your points/Reputation reach to certain level;
      • ...

      In face, it looks like the reputation system in the nodebb. To achieve this, one possible way is

      • either to improve the reputation system comprehensively. Right now it only increases +1 by upvoting, decreases -1 by downvoting. In this plugin, it adds another way by posting.
      • or to build another member points/Reputation system in the nodebb

      I believe such member points/Reputation trade system would boost the user's impulse to interact more with other users. What do you think? ☺

      Thanks for effort of nodebb team!

      posted in General Discussion
      S
      sharonyue
    • RE: mobile app

      @jarey

      Did anyone try with that?

      posted in NodeBB Development
      S
      sharonyue
    • RE: [nodebb-plugin-ns-awards] NS Awards, Give Medals!

      @Nicolas Thank you for your work!

      Does it work for nodebb 1.7.4? This plugin looks impressive! and is it possible to add the award as follows (below the user's image)?

      0_1522546074676_捕获.PNG

      posted in NodeBB Plugins
      S
      sharonyue
    • RE: Chinese search engine not supported?

      @aya Prefect! works!

      Need to install java, solr, and connect with nodeBB, deactivate DBsearch~

      posted in General Discussion
      S
      sharonyue
    • RE: mobile app

      @gremek
      Thank you. I found the many users of my site are using Android to log in.

      posted in NodeBB Development
      S
      sharonyue
    • RE: Why everybody can see previous version edited post?

      0_1538357790081_捕获.PNG

      Where is it?

      posted in Feature Requests
      S
      sharonyue
    • RE: sitemap for nodebb website

      Perfect,

      I just upload that xml to Baidu. The URL's number is within my expectation. Thanks Julian.

      0_1461627871573_捕获.PNG

      posted in General Discussion
      S
      sharonyue
    • RE: What's New in v1.9.0

      Thanks for the effort! ☺

      posted in NodeBB Blog
      S
      sharonyue
    • RE: mobile app

      @gremek
      How is it going, bro?

      posted in NodeBB Development
      S
      sharonyue
    • RE: sitemap does not update

      Hi @phit

      Thanks very much. I will update it manually.

      👦

      posted in General Discussion
      S
      sharonyue

    Latest posts made by sharonyue

    • Table not well-arranged
      Syntax Description
      Header Title
      Paragraph Text

      Please check this page by mobile, it is not well-arranged

      捕获.JPG

      posted in General Discussion
      S
      sharonyue
    • RE: How to show Best posts made by users?

      Is it merged to the latest 1.13.0?

      posted in General Discussion
      S
      sharonyue
    • RE: Is it able to pay for registering?

      Um. What is payment processor.. Here we use Wechat or AliPay.. https://intl.alipay.com/ The largest mobile/online payment software/APP.

      posted in General Discussion
      S
      sharonyue
    • Is it able to pay for registering?

      Is it able to pay for registering? I assume it is connected some kind of payment APP. So is it possible for guest to pay by some APP (e.g., Apple payment? ) then register?

      posted in General Discussion
      S
      sharonyue
    • RE: How to show Best posts made by users?

      It looks great. I like it

      posted in General Discussion
      S
      sharonyue
    • RE: How to show Best posts made by users?

      I am still waiting for helps..😊

      posted in General Discussion
      S
      sharonyue
    • RE: How to show Best posts made by users?

      It works, but I mean show the following layout:

      捕获.JPG

      posted in General Discussion
      S
      sharonyue
    • How to show Best posts made by users?

      I upgraded to the latest version, but I still cannot find how to show that...

      posted in General Discussion
      S
      sharonyue
    • Is it possible to add a chat room?

      Is it possible to add a chat room? Everyone can speak there publicly like shoutbox https://community.nodebb.org/topic/503/nodebb-plugin-shoutbox-shoutbox-plugin

      posted in General Discussion
      S
      sharonyue
    • RE: Mathjax support

      @julian said in Mathjax support:

      action:composer.preview

      I tried this:

      $(window).on('action:posts.loaded action:ajaxify.end action:composer.preview', function () {
        MathJax.Hub.Queue(["Typeset", MathJax.Hub, "content"]);
      });
      

      Unfortunately it does not work ..

      posted in General Discussion
      S
      sharonyue